libXfont-vl.spec 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. Summary: X.Org X11 libXfont runtime library
  2. Summary(ja): X.Org X11 libXfont ランタイムライブラリ
  3. Name: libXfont
  4. Version: 1.4.1
  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-util-macros
  13. BuildRequires: xorg-x11-proto-devel
  14. BuildRequires: xorg-x11-xtrans-devel
  15. BuildRequires: libfontenc-devel
  16. BuildRequires: freetype2-devel
  17. Obsoletes: XFree86-libs, XOrg-libs
  18. %description
  19. X.Org X11 libXfont runtime library
  20. %package devel
  21. Summary: X.Org X11 libXfont development package
  22. Summary(ja): X.Org X11 libXfont 開発パッケージ
  23. Group: Development/Libraries
  24. Requires(pre): xorg-x11-filesystem
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: libfontenc-devel
  27. Requires: xorg-x11-proto-devel
  28. Obsoletes: XFree86-devel, XOrg-devel
  29. %description devel
  30. X.Org X11 libXfont development package
  31. %prep
  32. %setup -q
  33. #%patch0 -p1 -b .hidden
  34. %build
  35. %configure --disable-static
  36. make
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make install DESTDIR=$RPM_BUILD_ROOT
  40. # We intentionally don't ship *.la files
  41. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %post -p /sbin/ldconfig
  45. %postun -p /sbin/ldconfig
  46. %files
  47. %defattr(-,root,root,-)
  48. # FIXME: Missing README/INSTALL - should file bug upstream.
  49. #%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
  50. %doc AUTHORS COPYING ChangeLog
  51. %{_libdir}/libXfont.so.1
  52. %{_libdir}/libXfont.so.1.4.*
  53. %files devel
  54. %defattr(-,root,root,-)
  55. %dir %{_includedir}/X11
  56. %dir %{_includedir}/X11/fonts
  57. %{_includedir}/X11/fonts/bdfint.h
  58. %{_includedir}/X11/fonts/bitmap.h
  59. %{_includedir}/X11/fonts/bufio.h
  60. %{_includedir}/X11/fonts/fntfil.h
  61. %{_includedir}/X11/fonts/fntfilio.h
  62. %{_includedir}/X11/fonts/fntfilst.h
  63. %{_includedir}/X11/fonts/fontconf.h
  64. %{_includedir}/X11/fonts/fontencc.h
  65. %{_includedir}/X11/fonts/fontmisc.h
  66. %{_includedir}/X11/fonts/fontshow.h
  67. %{_includedir}/X11/fonts/fontutil.h
  68. %{_includedir}/X11/fonts/fontxlfd.h
  69. %{_includedir}/X11/fonts/pcf.h
  70. %{_includedir}/X11/fonts/ft.h
  71. %{_includedir}/X11/fonts/ftfuncs.h
  72. %{_libdir}/libXfont.so
  73. %{_libdir}/pkgconfig/xfont.pc
  74. %changelog
  75. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
  76. - new upstream release
  77. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.4-1
  78. - new upstream release
  79. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.3-1
  80. - new upstream release
  81. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
  82. - new versioning policy
  83. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
  84. - initial build for Vine Linux
  85. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.3.1-1
  86. - libXfont 1.3.1
  87. * Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.2.9-4
  88. - Rebuild for abstract socket support.
  89. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.9-3
  90. - Rebuild for PPC toolchain bug
  91. * Tue Jun 26 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-2
  92. - Put in stop-gap patch to fix comparing links with no attributes.
  93. * Fri Jun 22 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-1
  94. - Pull 1.2.9 down to get the catalogue feature.
  95. * Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.8-1
  96. - libXfont 1.2.8.
  97. * Wed Jan 17 2007 Kristian H淡gsberg <krh@redhat.com> 1.2.6-2
  98. - Add built-in-scalable.patch to prevent crash when trying to scale
  99. built-in bitmap fonts.
  100. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.2.6-1
  101. - Update to 1.2.6
  102. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.5-1
  103. - Update to 1.2.5 from upstream. Drops CID font support.
  104. * Sat Nov 25 2006 Adam Jackson <ajax@redhat.com> 1.2.3-4.fc7
  105. - Revert the namespace whatsit until xfs is sorted out.
  106. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-3.fc7
  107. - libXdmcp-1.0.2-namespace-pollution.patch: One more collision avoider.
  108. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-2.fc7
  109. - libXfont-1.2.3-namespace-pollution.patch: Hide some symbols from the dynamic
  110. linker to avoid colliding with other libs.
  111. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-1.fc6
  112. - Update to 1.2.3
  113. * Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.2.2-1.fc6
  114. - Update to 1.2.2, misc security fixes
  115. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-1.1.fc6
  116. - rebuild
  117. * Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.2.0-1.fc6
  118. - Update to 1.2.0
  119. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
  120. - Remove package ownership of mandir/libdir/etc.
  121. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
  122. - Added "Requires: libfontenc-devel" for (#185778)
  123. * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  124. - Update to 1.1.0 for crash fix and new headers
  125. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
  126. - bump again for double-long bug on ppc(64)
  127. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
  128. - rebuilt for new gcc4.1 snapshot and glibc changes
  129. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  130. - Bumped and rebuilt
  131. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  132. - Updated libXfont to version 1.0.0 from X11R7 RC4
  133. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  134. - Updated libXfont to version 0.99.3 from X11R7 RC3
  135. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  136. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  137. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  138. - Removed libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch, which is now
  139. integrated upstream.
  140. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  141. - rebuilt
  142. * Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  143. - Added libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch to remove
  144. conditionalization of FONTDIRATTRIB from sources instead of tweaking
  145. CFLAGS for bug (#172997, fdo#5047).
  146. * Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  147. - Added "-DFONTDIRATTRIB" to CFLAGS, to work around bug (#172997, fdo#5047)
  148. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  149. - Updated libXfont to version 0.99.2 from X11R7 RC2
  150. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  151. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  152. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  153. - Updated libXfont to version 0.99.1 from X11R7 RC1
  154. - Remove libfontcache* from file manifests, as it is static linked into Xfont
  155. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
  156. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  157. between developers.
  158. - Use Fedora Extras style BuildRoot tag.
  159. - Disable static library creation by default.
  160. - Add missing defattr to devel subpackage
  161. - Add missing documentation files to doc macro
  162. - Fix BuildRequires to use new libX* style package names
  163. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  164. - Added xorg-x11-proto-devel dependency to 'devel' subpackage, because the
  165. libXfont headers use some of the protocol headers, but the autotooling of
  166. libXfont doesn't autodetect this yet. Discovered when bdftopcf failed to
  167. compile while trying to package xorg-x11-font-utils, even though libXfont
  168. headers were installed.
  169. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  170. - Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
  171. package names, as we want xorg-x11 libs to explicitly build against
  172. X.Org supplied libs, rather than "any implementation", which is what the
  173. virtual provides is intended for.
  174. - Added freetype-devel build dependency
  175. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  176. - Renamed package to prepend "xorg-x11" to the name for consistency with
  177. the rest of the X11R7 packages.
  178. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  179. subpackage to ensure the devel package matches the installed shared libs.
  180. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  181. allow applications to use implementation agnostic dependencies.
  182. - Added post/postun scripts which call ldconfig.
  183. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  184. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  185. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  186. - Initial build.