26797f
Summary: X.Org X11 libfontenc runtime library
26797f
Name: libfontenc
26797f
Version: 1.1.1
99ea68
Release: 5%{?dist}
26797f
License: MIT
26797f
Group: System Environment/Libraries
26797f
URL: http://www.x.org
26797f
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
26797f
26797f
BuildRequires: pkgconfig
26797f
BuildRequires: xorg-x11-util-macros
26797f
BuildRequires: xorg-x11-proto-devel
26797f
BuildRequires: zlib-devel
26797f
BuildRequires: xorg-x11-font-utils
26797f
26797f
%description
26797f
X.Org X11 libfontenc runtime library
26797f
26797f
%package devel
26797f
Summary: X.Org X11 libfontenc development package
26797f
Group: Development/Libraries
26797f
Requires: %{name} = %{version}-%{release}
26797f
26797f
%description devel
26797f
X.Org X11 libfontenc development package
26797f
26797f
%prep
26797f
%setup -q
26797f
26797f
%build
26797f
export CFLAGS="$RPM_OPT_FLAGS -Os"
26797f
%configure --disable-static
26797f
make %{?_smp_mflags}
26797f
26797f
%install
26797f
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
26797f
26797f
# Remove all libtool archives (*.la)
26797f
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
26797f
26797f
%post -p /sbin/ldconfig
26797f
%postun -p /sbin/ldconfig
26797f
26797f
%files
26797f
%defattr(-,root,root,-)
26797f
%doc COPYING README ChangeLog
26797f
%{_libdir}/libfontenc.so.1
26797f
%{_libdir}/libfontenc.so.1.0.0
26797f
26797f
%files devel
26797f
%defattr(-,root,root,-)
26797f
%{_includedir}/X11/fonts/fontenc.h
26797f
%{_libdir}/libfontenc.so
26797f
%{_libdir}/pkgconfig/fontenc.pc
26797f
26797f
%changelog
99ea68
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.1.1-5
99ea68
- Mass rebuild 2014-01-24
99ea68
99ea68
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.1-4
99ea68
- Mass rebuild 2013-12-27
99ea68
26797f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
26797f
26797f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
26797f
26797f
* Mon Mar 05 2012 Adam Jackson <ajax@redhat.com> 1.1.1-1
26797f
- libfontenc 1.1.1
26797f
26797f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
26797f
26797f
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 1.1.0-1
26797f
- libfontenc 1.1.0
26797f
26797f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
26797f
26797f
* Tue Sep 07 2010 Parag Nemade <paragn AT fedoraproject.org> 1.0.5-3
26797f
- Merge-review cleanup (#226004)
26797f
26797f
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.5-2
26797f
- libfontenc-1.0.0-get-fontdir-from-pkgconfig.patch: rebase to 1.0.5.
26797f
26797f
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.5-1
26797f
- libfontenc 1.0.5
26797f
26797f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-10
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
26797f
26797f
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.4-9
26797f
- Un-requires xorg-x11-filesystem
26797f
26797f
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.4-8
26797f
- Remove useless %%dir
26797f
26797f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-7
26797f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
26797f
26797f
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.4-6
26797f
- Fix license tag.
26797f
26797f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-5
26797f
- Autorebuild for GCC 4.3
26797f
26797f
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-4
26797f
- Rebuild for build id
26797f
26797f
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-3
26797f
- Don't install INSTALL
26797f
26797f
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-2
26797f
- Add BuildRequires on xorg-x11-font-utils to set encodings path correctly.
26797f
26797f
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
26797f
- Update to 1.0.4
26797f
26797f
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
26797f
- Update to 1.0.3
26797f
26797f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-2.1
26797f
- rebuild
26797f
26797f
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
26797f
- Remove package ownership of mandir/libdir/etc.
26797f
- Added "BuildRequires: autoconf" temporarily as long as autoconf is needed
26797f
26797f
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
26797f
- Update to 1.0.2
26797f
26797f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
26797f
- bump again for double-long bug on ppc(64)
26797f
26797f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
26797f
- rebuilt for new gcc4.1 snapshot and glibc changes
26797f
26797f
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
26797f
- Updated libfontenc to version 1.0.1 from X11R7.0
26797f
26797f
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
26797f
- Updated libfontenc to version 1.0.0 from X11R7 RC4
26797f
- Added libfontenc-1.0.0-get-fontdir-from-pkgconfig.patch which now replaces
26797f
  libfontenc-0.99.2-use-datadir-for-encodings.patch by using pkgconfig to
26797f
  query fontutil.pc for fontdir.
26797f
- Added "BuildRequires: font-utils >= 1.0.0" to find fontutil.pc
26797f
- Removed libfontenc-0.99.2-use-datadir-for-encodings.patch
26797f
26797f
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
26797f
- Updated libfontenc to version 0.99.3 from X11R7 RC3
26797f
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
26797f
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
26797f
- Removed 'x' suffix from manpage directories to match RC3 upstream.
26797f
26797f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
26797f
- rebuilt
26797f
26797f
* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
26797f
- Bump xorg-x11-filesystem dep to >= 0.99.2-3 as -2 had bugs.
26797f
26797f
* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
26797f
- Added libfontenc-0.99.2-use-datadir-for-encodings.patch and invoke aclocal
26797f
  and automake to activate the changes.  This fixes a bug reported against
26797f
  mkfontscale, in which it looks in _datadir for the font encodings files,
26797f
  which was traced back to libfontenc (#173875).
26797f
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-2" to ensure that
26797f
  /usr/include/X11 is a directory rather than a symlink before this package
26797f
  gets installed, to avoid bug (#173384).
26797f
26797f
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
26797f
- Updated libfontenc to version 0.99.2 from X11R7 RC2
26797f
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
26797f
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
26797f
26797f
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
26797f
- Updated libfontenc to version 0.99.1 from X11R7 RC1
26797f
26797f
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
26797f
- Renamed package to remove xorg-x11 from the name due to unanimous decision
26797f
  between developers.
26797f
- Use Fedora Extras style BuildRoot tag.
26797f
- Disable static library creation by default.
26797f
- Add missing defattr to devel subpackage
26797f
- Add missing documentation files to doc macro
26797f
26797f
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
26797f
- Added zlib-devel build dependency
26797f
26797f
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
26797f
- Renamed package to prepend "xorg-x11" to the name for consistency with
26797f
  the rest of the X11R7 packages.
26797f
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
26797f
  subpackage to ensure the devel package matches the installed shared libs.
26797f
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
26797f
  allow applications to use implementation agnostic dependencies.
26797f
- Added post/postun scripts which call ldconfig.
26797f
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
26797f
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
26797f
26797f
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
26797f
- Initial build.