libFS-vl.spec 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. Summary: X.Org X11 libFS runtime library
  2. Summary(ja): X.Org X11 libFS ランタイムライブラリ
  3. Name: libFS
  4. Version: 1.0.6
  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. Packager: Takemikaduchi
  18. %description
  19. X.Org X11 libFS runtime library
  20. %package devel
  21. Summary: X.Org X11 libFS development package
  22. Summary(ja): X.Org X11 libFS 開発パッケージ
  23. Group: Development/Libraries
  24. Requires(pre): xorg-x11-filesystem
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: xorg-x11-proto-devel
  27. Obsoletes: XFree86-devel, XOrg-devel
  28. %description devel
  29. X.Org X11 libFS development 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. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-,root,root,-)
  53. %doc COPYING 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. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  68. - new upstream release
  69. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
  70. - rebuild with VineSeed environment
  71. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  72. - new upstream release
  73. (including security fix for CVE-2013-1996)
  74. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  75. - new upstream release
  76. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
  77. - new upstream release
  78. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.2-2
  79. - rebuilt with rpm-4.8.1 for pkg-config
  80. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  81. - new upstream release
  82. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  83. - new upstream release
  84. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  85. - new versioning policy
  86. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
  87. - initial build for Vine Linux
  88. * Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.0-6
  89. - Update xtrans dep and rebuild.
  90. * Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.0-5
  91. - Rebuild for abstract socket support.
  92. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
  93. - Rebuild for build id
  94. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
  95. - Don't install INSTALL
  96. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
  97. - rebuild
  98. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  99. - Added "Requires: xorg-x11-proto-devel" to devel package.
  100. - Remove package ownership of mandir/libdir/etc.
  101. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
  102. - bump again for double-long bug on ppc(64)
  103. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
  104. - rebuilt for new gcc4.1 snapshot and glibc changes
  105. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  106. - Bumped and rebuilt
  107. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  108. - Updated libFS to version 1.0.0 from X11R7 RC4
  109. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  110. - Updated libFS to version 0.99.3 from X11R7 RC3
  111. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  112. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  113. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  114. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  115. - rebuilt
  116. * Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  117. - Removed "Provides: {name}" that got left from old package naming.
  118. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  119. - Updated libFS to version 0.99.2 from X11R7 RC2
  120. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  121. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  122. * Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
  123. - Remove CFLAGS -D_XOPEN_SOURCE hack to test if upstream now builds ok.
  124. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
  125. - Add RPM_OPT_FLAGS to CFLAGS, as redefining CFLAGS lost the defaults
  126. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  127. - Invoke 'make' in build stage
  128. - Add -D_XOPEN_SOURCE to CFLAGS to work around build failure
  129. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  130. - Updated libFS to version 0.99.1 from X11R7 RC1
  131. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  132. - Added BuildRequires: pkgconfig
  133. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  134. - Renamed package to remove "xorg-x11" from the name due to unanimous decision
  135. between developers.
  136. - Use Fedora Extras style BuildRoot tag.
  137. - Disable static library creation by default.
  138. - Add missing defattr to devel subpackage
  139. - Add missing documentation files to doc macro
  140. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  141. - Renamed package to prepend "xorg-x11" to the name for consistency with
  142. the rest of the X11R7 packages.
  143. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  144. subpackage to ensure the devel package matches the installed shared libs.
  145. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  146. allow applications to use implementation agnostic dependencies.
  147. - Added post/postun scripts which call ldconfig.
  148. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  149. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  150. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  151. - Initial build.