libXfont-vl.spec 9.5 KB

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