123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- Summary: X.Org X11 libXfont runtime library
- Summary(ja): X.Org X11 libXfont ランタイムライブラリ
- Name: libXfont
- Version: 1.4.2
- Release: 1%{?_dist_release}
- License: MIT/X11
- Group: System Environment/Libraries
- URL: http://www.x.org
- Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: pkgconfig
- BuildRequires: xorg-x11-util-macros
- BuildRequires: xorg-x11-proto-devel
- BuildRequires: xorg-x11-xtrans-devel
- BuildRequires: libfontenc-devel
- BuildRequires: freetype2-devel
- Obsoletes: XFree86-libs, XOrg-libs
- %description
- X.Org X11 libXfont runtime library
- %package devel
- Summary: X.Org X11 libXfont development package
- Summary(ja): X.Org X11 libXfont 開発パッケージ
- Group: Development/Libraries
- Requires(pre): xorg-x11-filesystem
- Requires: %{name} = %{version}-%{release}
- Requires: libfontenc-devel
- Requires: xorg-x11-proto-devel
- Obsoletes: XFree86-devel, XOrg-devel
- %description devel
- X.Org X11 libXfont development package
- %prep
- %setup -q
- #%patch0 -p1 -b .hidden
- %build
- %configure --disable-static
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- # We intentionally don't ship *.la files
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- # FIXME: Missing README/INSTALL - should file bug upstream.
- #%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
- %doc AUTHORS COPYING ChangeLog
- %{_libdir}/libXfont.so.1
- %{_libdir}/libXfont.so.1.4.*
- %files devel
- %defattr(-,root,root,-)
- %dir %{_includedir}/X11
- %dir %{_includedir}/X11/fonts
- %{_includedir}/X11/fonts/bdfint.h
- %{_includedir}/X11/fonts/bitmap.h
- %{_includedir}/X11/fonts/bufio.h
- %{_includedir}/X11/fonts/fntfil.h
- %{_includedir}/X11/fonts/fntfilio.h
- %{_includedir}/X11/fonts/fntfilst.h
- %{_includedir}/X11/fonts/fontconf.h
- %{_includedir}/X11/fonts/fontencc.h
- %{_includedir}/X11/fonts/fontmisc.h
- %{_includedir}/X11/fonts/fontshow.h
- %{_includedir}/X11/fonts/fontutil.h
- %{_includedir}/X11/fonts/fontxlfd.h
- %{_includedir}/X11/fonts/pcf.h
- %{_includedir}/X11/fonts/ft.h
- %{_includedir}/X11/fonts/ftfuncs.h
- %{_libdir}/libXfont.so
- %{_libdir}/pkgconfig/xfont.pc
- %changelog
- * Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-1
- - new upstream release
- * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
- - new upstream release
- * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.4-1
- - new upstream release
- * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.3-1
- - new upstream release
- * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
- - new versioning policy
- * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
- - initial build for Vine Linux
- * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.3.1-1
- - libXfont 1.3.1
- * Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.2.9-4
- - Rebuild for abstract socket support.
- * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.9-3
- - Rebuild for PPC toolchain bug
- * Tue Jun 26 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-2
- - Put in stop-gap patch to fix comparing links with no attributes.
- * Fri Jun 22 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-1
- - Pull 1.2.9 down to get the catalogue feature.
- * Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.8-1
- - libXfont 1.2.8.
- * Wed Jan 17 2007 Kristian H淡gsberg <krh@redhat.com> 1.2.6-2
- - Add built-in-scalable.patch to prevent crash when trying to scale
- built-in bitmap fonts.
- * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.2.6-1
- - Update to 1.2.6
- * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.5-1
- - Update to 1.2.5 from upstream. Drops CID font support.
- * Sat Nov 25 2006 Adam Jackson <ajax@redhat.com> 1.2.3-4.fc7
- - Revert the namespace whatsit until xfs is sorted out.
- * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-3.fc7
- - libXdmcp-1.0.2-namespace-pollution.patch: One more collision avoider.
- * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-2.fc7
- - libXfont-1.2.3-namespace-pollution.patch: Hide some symbols from the dynamic
- linker to avoid colliding with other libs.
- * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-1.fc6
- - Update to 1.2.3
- * Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.2.2-1.fc6
- - Update to 1.2.2, misc security fixes
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-1.1.fc6
- - rebuild
- * Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.2.0-1.fc6
- - Update to 1.2.0
- * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
- - Remove package ownership of mandir/libdir/etc.
- * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
- - Added "Requires: libfontenc-devel" for (#185778)
- * Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
- - Update to 1.1.0 for crash fix and new headers
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
- - Bumped and rebuilt
- * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
- - Updated libXfont to version 1.0.0 from X11R7 RC4
- * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
- - Updated libXfont to version 0.99.3 from X11R7 RC3
- - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
- that /usr/lib/X11 and /usr/include/X11 pre-exist.
- - Removed 'x' suffix from manpage directories to match RC3 upstream.
- - Removed libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch, which is now
- integrated upstream.
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- - rebuilt
- * Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
- - Added libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch to remove
- conditionalization of FONTDIRATTRIB from sources instead of tweaking
- CFLAGS for bug (#172997, fdo#5047).
- * Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
- - Added "-DFONTDIRATTRIB" to CFLAGS, to work around bug (#172997, fdo#5047)
- * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- - Updated libXfont to version 0.99.2 from X11R7 RC2
- - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
- - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
- * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
- - Updated libXfont to version 0.99.1 from X11R7 RC1
- - Remove libfontcache* from file manifests, as it is static linked into Xfont
- * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
- - Renamed package to remove xorg-x11 from the name due to unanimous decision
- between developers.
- - Use Fedora Extras style BuildRoot tag.
- - Disable static library creation by default.
- - Add missing defattr to devel subpackage
- - Add missing documentation files to doc macro
- - Fix BuildRequires to use new libX* style package names
- * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
- - Added xorg-x11-proto-devel dependency to 'devel' subpackage, because the
- libXfont headers use some of the protocol headers, but the autotooling of
- libXfont doesn't autodetect this yet. Discovered when bdftopcf failed to
- compile while trying to package xorg-x11-font-utils, even though libXfont
- headers were installed.
- * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
- - Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
- package names, as we want xorg-x11 libs to explicitly build against
- X.Org supplied libs, rather than "any implementation", which is what the
- virtual provides is intended for.
- - Added freetype-devel build dependency
- * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
- - Renamed package to prepend "xorg-x11" to the name for consistency with
- the rest of the X11R7 packages.
- - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
- subpackage to ensure the devel package matches the installed shared libs.
- - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
- allow applications to use implementation agnostic dependencies.
- - Added post/postun scripts which call ldconfig.
- - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
- and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
- * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
- - Initial build.
|