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