libXfontcache-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. Summary: X.Org X11 libXfontcache runtime library
  2. Summary(ja): X.Org X11 libXfontcache ランタイムライブラリ
  3. Name: libXfontcache
  4. Version: 1.0.5
  5. Release: 2%{?_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-util-macros
  13. BuildRequires: xorg-x11-proto-devel
  14. BuildRequires: libX11-devel
  15. BuildRequires: libXext-devel
  16. BuildRequires: libXau-devel
  17. Obsoletes: XFree86-libs, XOrg-libs
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. X.Org X11 libXfontcache runtime library
  23. %package devel
  24. Summary: X.Org X11 libXfontcache development package
  25. Summary(ja): X.Org X11 libXfontcache 開発パッケージ
  26. Group: Development/Libraries
  27. Requires(pre): xorg-x11-filesystem
  28. Requires: %{name} = %{version}-%{release}
  29. Requires: xorg-x11-proto-devel
  30. Obsoletes: XFree86-devel, XOrg-devel
  31. %description devel
  32. X.Org X11 libXfontcache development package
  33. %prep
  34. %setup -q
  35. # Disable static library creation by default.
  36. %define with_static 0
  37. %build
  38. %configure \
  39. %if ! %{with_static}
  40. --disable-static
  41. %endif
  42. make
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. # We intentionally don't ship *.la files
  47. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %post -p /sbin/ldconfig
  51. %postun -p /sbin/ldconfig
  52. %files
  53. %defattr(-,root,root,-)
  54. %doc AUTHORS COPYING README ChangeLog
  55. %{_libdir}/libXfontcache.so.1
  56. %{_libdir}/libXfontcache.so.1.0.0
  57. %files devel
  58. %defattr(-,root,root,-)
  59. %if %{with_static}
  60. %{_libdir}/libXfontcache.a
  61. %endif
  62. %{_libdir}/libXfontcache.so
  63. %dir %{_libdir}/pkgconfig
  64. %{_libdir}/pkgconfig/xfontcache.pc
  65. #%dir %{_mandir}/man3x
  66. %{_mandir}/man3/*.3*
  67. %changelog
  68. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
  69. - rebuild with VineSeed environment
  70. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  71. - new upstream release
  72. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-3
  73. - rebuild with rpm-4.8.1 for pkg-config file
  74. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
  75. - spec in utf-8
  76. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  77. - new versioning policy
  78. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
  79. - initial build for Vine Linux
  80. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
  81. - Rebuild for build id
  82. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
  83. - Don't install INSTALL
  84. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
  85. - Update to 1.0.4
  86. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
  87. - Update to 1.0.3
  88. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.1
  89. - rebuild
  90. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
  91. - Added "Requires: xorg-x11-proto-devel" to devel package for xfontcache.pc
  92. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  93. - Replace "makeinstall" with "make install DESTDIR=..." for (#192720)
  94. - Remove package ownership of mandir/libdir/etc.
  95. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  96. - Update to 1.0.2
  97. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  98. - bump again for double-long bug on ppc(64)
  99. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  100. - rebuilt for new gcc4.1 snapshot and glibc changes
  101. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  102. - Updated libXfontcache to version 1.0.1 from X11R7.0
  103. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  104. - Updated libXfontcache to version 1.0.0 from X11R7 RC4
  105. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  106. - Updated libXfontcache to version 0.99.2 from X11R7 RC3
  107. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  108. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  109. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  110. - Added new manpages to file manifest.
  111. * Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
  112. - Added "BuildRequires: libXau-devel", as twm fails without it, but does not
  113. check for it with ./configure. Bug (fdo#5065)
  114. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  115. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  116. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  117. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  118. - Updated libXfontcache to version 0.99.1 from X11R7 RC1
  119. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  120. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  121. between developers.
  122. - Use Fedora Extras style BuildRoot tag.
  123. - Disable static library creation by default.
  124. - Add missing defattr to devel subpackage
  125. - Add missing documentation files to doc macro
  126. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  127. - Renamed package to prepend "xorg-x11" to the name for consistency with
  128. the rest of the X11R7 packages.
  129. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  130. subpackage to ensure the devel package matches the installed shared libs.
  131. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  132. allow applications to use implementation agnostic dependencies.
  133. - Added post/postun scripts which call ldconfig.
  134. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  135. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  136. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  137. - Initial build.