libFS-vl.spec 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. Summary: X.Org X11 libFS runtime library
  2. Summary(ja): X.Org X11 libFS ランタイムライブラリ
  3. Name: libFS
  4. Version: 1.0.9
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT/X11
  10. URL: http://www.x.org
  11. Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: pkgconfig
  14. BuildRequires: xorg-x11-proto-devel
  15. BuildRequires: xorg-x11-xtrans-devel
  16. Obsoletes: XFree86-libs, XOrg-libs
  17. %description
  18. X.Org X11 libFS runtime library
  19. %package devel
  20. Summary: X.Org X11 libFS development package
  21. Summary(ja): X.Org X11 libFS 開発パッケージ
  22. Group: programming
  23. Requires(pre): xorg-x11-filesystem
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: xorg-x11-proto-devel
  26. Obsoletes: XFree86-devel, XOrg-devel
  27. %description devel
  28. X.Org X11 libFS development package
  29. %debug_package
  30. %prep
  31. %setup -q
  32. # Disable static library creation by default.
  33. %define with_static 0
  34. %build
  35. %configure \
  36. %if ! %{with_static}
  37. --disable-static
  38. %endif
  39. make
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. # We intentionally don't ship *.la files
  44. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  45. # remove xml and txt file
  46. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files
  50. %defattr(-,root,root,-)
  51. %license COPYING
  52. %doc README ChangeLog
  53. %{_libdir}/libFS.so.6
  54. %{_libdir}/libFS.so.6.0.0
  55. %files devel
  56. %defattr(-,root,root,-)
  57. %dir %{_includedir}/X11
  58. %dir %{_includedir}/X11/fonts
  59. %{_includedir}/X11/fonts/FSlib.h
  60. %if %{with_static}
  61. %{_libdir}/libFS.a
  62. %endif
  63. %{_libdir}/libFS.so
  64. %{_libdir}/pkgconfig/libfs.pc
  65. %changelog
  66. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.9-1
  67. - new upstream release.
  68. - dropped ldconfig scriptlets.
  69. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.8-1
  70. - new upstream release.
  71. * Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  72. - new upstream release
  73. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  74. - new upstream release
  75. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
  76. - rebuild with VineSeed environment
  77. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  78. - new upstream release
  79. (including security fix for CVE-2013-1996)
  80. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  81. - new upstream release
  82. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
  83. - new upstream release
  84. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.2-2
  85. - rebuilt with rpm-4.8.1 for pkg-config
  86. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  87. - new upstream release
  88. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  89. - new upstream release
  90. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  91. - new versioning policy
  92. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
  93. - initial build for Vine Linux
  94. * Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.0-6
  95. - Update xtrans dep and rebuild.
  96. * Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.0-5
  97. - Rebuild for abstract socket support.
  98. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
  99. - Rebuild for build id
  100. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
  101. - Don't install INSTALL
  102. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
  103. - rebuild
  104. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  105. - Added "Requires: xorg-x11-proto-devel" to devel package.
  106. - Remove package ownership of mandir/libdir/etc.
  107. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
  108. - bump again for double-long bug on ppc(64)
  109. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
  110. - rebuilt for new gcc4.1 snapshot and glibc changes
  111. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  112. - Bumped and rebuilt
  113. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  114. - Updated libFS to version 1.0.0 from X11R7 RC4
  115. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  116. - Updated libFS to version 0.99.3 from X11R7 RC3
  117. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  118. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  119. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  120. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  121. - rebuilt
  122. * Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  123. - Removed "Provides: {name}" that got left from old package naming.
  124. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  125. - Updated libFS to version 0.99.2 from X11R7 RC2
  126. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  127. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  128. * Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
  129. - Remove CFLAGS -D_XOPEN_SOURCE hack to test if upstream now builds ok.
  130. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
  131. - Add RPM_OPT_FLAGS to CFLAGS, as redefining CFLAGS lost the defaults
  132. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  133. - Invoke 'make' in build stage
  134. - Add -D_XOPEN_SOURCE to CFLAGS to work around build failure
  135. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  136. - Updated libFS to version 0.99.1 from X11R7 RC1
  137. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  138. - Added BuildRequires: pkgconfig
  139. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  140. - Renamed package to remove "xorg-x11" from the name due to unanimous decision
  141. between developers.
  142. - Use Fedora Extras style BuildRoot tag.
  143. - Disable static library creation by default.
  144. - Add missing defattr to devel subpackage
  145. - Add missing documentation files to doc macro
  146. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  147. - Renamed package to prepend "xorg-x11" to the name for consistency with
  148. the rest of the X11R7 packages.
  149. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  150. subpackage to ensure the devel package matches the installed shared libs.
  151. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  152. allow applications to use implementation agnostic dependencies.
  153. - Added post/postun scripts which call ldconfig.
  154. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  155. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  156. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  157. - Initial build.