libfontenc-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. Summary: X.Org X11 libfontenc runtime library
  2. Summary(ja): X.Org X11 libfontenc ランタイムライブラリ
  3. Name: libfontenc
  4. Version: 1.1.6
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT/X11
  10. URL: http://www.x.org
  11. Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: pkgconfig
  14. BuildRequires: xorg-x11-util-macros
  15. BuildRequires: xorg-x11-proto-devel
  16. BuildRequires: xorg-x11-font-utils
  17. BuildRequires: zlib-devel
  18. #BuildRequires: xorg-x11-font-utils
  19. # FIXME: temporarily require autoconf for workaround
  20. BuildRequires: autoconf
  21. Obsoletes: XFree86-libs, XOrg-libs
  22. %description
  23. X.Org X11 libfontenc runtime library
  24. %package devel
  25. Summary: X.Org X11 libfontenc development package
  26. Summary(ja): X.Org X11 libfontenc 開発パッケージ
  27. Group: programming
  28. Requires(pre): xorg-x11-filesystem
  29. Requires: %{name} = %{version}-%{release}
  30. Obsoletes: XFree86-devel, XOrg-devel
  31. %description devel
  32. X.Org X11 libfontenc development package
  33. %debug_package
  34. %prep
  35. %setup -q
  36. # Disable static library creation by default.
  37. %define with_static 0
  38. %build
  39. # FIXME: libfontenc-0.99.2-use-datadir-for-encodings.patch requires that
  40. # aclocal, automake, and autoconf get invoked to activate the changes.
  41. # These can be removed once the patch is no longer necessary.
  42. #aclocal
  43. #automake
  44. autoconf
  45. %configure \
  46. %if ! %{with_static}
  47. --disable-static
  48. %endif
  49. make
  50. %install
  51. rm -rf $RPM_BUILD_ROOT
  52. make install DESTDIR=$RPM_BUILD_ROOT
  53. # Remove all libtool archives (*.la)
  54. find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %files
  58. %defattr(-,root,root,-)
  59. %license COPYING
  60. %doc AUTHORS README ChangeLog
  61. %{_libdir}/libfontenc.so.1
  62. %{_libdir}/libfontenc.so.1.0.0
  63. %files devel
  64. %defattr(-,root,root,-)
  65. %dir %{_includedir}/X11
  66. %dir %{_includedir}/X11/fonts
  67. %{_includedir}/X11/fonts/fontenc.h
  68. %if %{with_static}
  69. %{_libdir}/libfontenc.a
  70. %endif
  71. %{_libdir}/libfontenc.so
  72. %{_libdir}/pkgconfig/fontenc.pc
  73. %changelog
  74. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.6-1
  75. - new upstream release.
  76. - dropped ldconfig scriptlets.
  77. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.4-1
  78. - new upstream release.
  79. * Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
  80. - new upstream release
  81. - add BuildRequires: xorg-x11-font-utils
  82. * Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  83. - update to 1.1.2
  84. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  85. - new upstream release
  86. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  87. - new upstream release
  88. - remove Patch1
  89. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-3
  90. - rebuild with rpm-4.8.1 for pkg-config file
  91. * Sun Mar 07 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-2
  92. - add Patch1 to change encodingsdir to %%{_datadir}/fonts/X11/encodings
  93. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
  94. - new upstream release
  95. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
  96. - spec in utf-8
  97. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  98. - new versioning policy
  99. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
  100. - initial build for Vine Linux
  101. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-4
  102. - Rebuild for build id
  103. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-3
  104. - Don't install INSTALL
  105. * Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-2
  106. - Add BuildRequires on xorg-x11-font-utils to set encodings path correctly.
  107. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
  108. - Update to 1.0.4
  109. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
  110. - Update to 1.0.3
  111. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-2.1
  112. - rebuild
  113. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  114. - Remove package ownership of mandir/libdir/etc.
  115. - Added "BuildRequires: autoconf" temporarily as long as autoconf is needed
  116. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  117. - Update to 1.0.2
  118. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  119. - bump again for double-long bug on ppc(64)
  120. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  121. - rebuilt for new gcc4.1 snapshot and glibc changes
  122. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  123. - Updated libfontenc to version 1.0.1 from X11R7.0
  124. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  125. - Updated libfontenc to version 1.0.0 from X11R7 RC4
  126. - Added libfontenc-1.0.0-get-fontdir-from-pkgconfig.patch which now replaces
  127. libfontenc-0.99.2-use-datadir-for-encodings.patch by using pkgconfig to
  128. query fontutil.pc for fontdir.
  129. - Added "BuildRequires: font-utils >= 1.0.0" to find fontutil.pc
  130. - Removed libfontenc-0.99.2-use-datadir-for-encodings.patch
  131. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  132. - Updated libfontenc to version 0.99.3 from X11R7 RC3
  133. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  134. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  135. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  136. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  137. - rebuilt
  138. * Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  139. - Bump xorg-x11-filesystem dep to >= 0.99.2-3 as -2 had bugs.
  140. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  141. - Added libfontenc-0.99.2-use-datadir-for-encodings.patch and invoke aclocal
  142. and automake to activate the changes. This fixes a bug reported against
  143. mkfontscale, in which it looks in _datadir for the font encodings files,
  144. which was traced back to libfontenc (#173875).
  145. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-2" to ensure that
  146. /usr/include/X11 is a directory rather than a symlink before this package
  147. gets installed, to avoid bug (#173384).
  148. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  149. - Updated libfontenc 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 libfontenc to version 0.99.1 from X11R7 RC1
  154. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  155. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  156. between developers.
  157. - Use Fedora Extras style BuildRoot tag.
  158. - Disable static library creation by default.
  159. - Add missing defattr to devel subpackage
  160. - Add missing documentation files to doc macro
  161. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  162. - Added zlib-devel build dependency
  163. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  164. - Renamed package to prepend "xorg-x11" to the name for consistency with
  165. the rest of the X11R7 packages.
  166. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  167. subpackage to ensure the devel package matches the installed shared libs.
  168. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  169. allow applications to use implementation agnostic dependencies.
  170. - Added post/postun scripts which call ldconfig.
  171. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  172. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  173. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  174. - Initial build.