libFS-vl.spec 6.2 KB

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