Blame SPECS/libXft.spec

8784f8
Summary: X.Org X11 libXft runtime library
8784f8
Name: libXft
8784f8
Version: 2.3.1
61c98f
Release: 5.1%{?dist}
8784f8
License: MIT
8784f8
Group: System Environment/Libraries
8784f8
URL: http://www.x.org
8784f8
8784f8
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
8784f8
8784f8
BuildRequires: xorg-x11-util-macros
8784f8
BuildRequires: autoconf automake libtool
8784f8
BuildRequires: pkgconfig(xrender)
8784f8
BuildRequires: freetype-devel >= 2.1.9-2
8784f8
BuildRequires: fontconfig-devel >= 2.2-1
8784f8
8784f8
Requires: fontconfig >= 2.2-1
8784f8
8784f8
%description
8784f8
X.Org X11 libXft runtime library
8784f8
8784f8
%package devel
8784f8
Summary: X.Org X11 libXft development package
8784f8
Group: Development/Libraries
8784f8
Requires: %{name} = %{version}-%{release}
8784f8
8784f8
%description devel
8784f8
X.Org X11 libXft development package
8784f8
8784f8
%prep
8784f8
%setup -q
8784f8
8784f8
%build
8784f8
autoreconf -v --install --force
8784f8
8784f8
%configure --disable-static
8784f8
make %{?_smp_mflags} 
8784f8
8784f8
%install
8784f8
rm -rf $RPM_BUILD_ROOT
8784f8
8784f8
make install DESTDIR=$RPM_BUILD_ROOT
8784f8
8784f8
# FIXME: There's no real good reason to ship these anymore, as pkg-config
8784f8
# is the official way to detect flags, etc. now.
8784f8
rm -f $RPM_BUILD_ROOT%{_bindir}/xft-config
8784f8
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/xft-config*
8784f8
8784f8
# We intentionally don't ship *.la files
8784f8
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
8784f8
8784f8
%clean
8784f8
rm -rf $RPM_BUILD_ROOT
8784f8
8784f8
%post -p /sbin/ldconfig
8784f8
%postun -p /sbin/ldconfig
8784f8
8784f8
%files
8784f8
%defattr(-,root,root,-)
8784f8
%doc AUTHORS COPYING README ChangeLog
8784f8
%{_libdir}/libXft.so.2*
8784f8
8784f8
%files devel
8784f8
%defattr(-,root,root,-)
8784f8
#%{_bindir}/xft-config
8784f8
%dir %{_includedir}/X11/Xft
8784f8
%{_includedir}/X11/Xft/Xft.h
8784f8
%{_includedir}/X11/Xft/XftCompat.h
8784f8
%{_libdir}/libXft.so
8784f8
%{_libdir}/pkgconfig/xft.pc
8784f8
#%{_mandir}/man1/xft-config.1.gz
8784f8
#%dir %{_mandir}/man3x
8784f8
%{_mandir}/man3/Xft.3*
8784f8
8784f8
%changelog
61c98f
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 2.3.1-5.1
61c98f
- Mass rebuild
61c98f
61c98f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.3.1-5
61c98f
- Mass rebuild 2013-12-27
61c98f
8784f8
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.1-4
8784f8
- autoreconf for aarch64
8784f8
8784f8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8784f8
8784f8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-2
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8784f8
8784f8
* Mon Jun 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.3.1-1
8784f8
- libXft 2.3.1
8784f8
8784f8
* Mon Mar 12 2012 Adam Jackson <ajax@redhat.com> 2.3.0-2
8784f8
- libXft-2.3.0-bold-fix.patch: Fix bold fonts.
8784f8
8784f8
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 2.3.0-1
8784f8
- libXft 2.3.0
8784f8
8784f8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-3
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8784f8
8784f8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8784f8
8784f8
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 2.2.0-1
8784f8
- libXft 2.2.0
8784f8
8784f8
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 2.1.14-1
8784f8
- libXft 2.1.14
8784f8
8784f8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.13-4
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8784f8
8784f8
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 2.1.13-3
8784f8
- Un-require xorg-x11-filesystem
8784f8
- Remove useless %%dir
8784f8
8784f8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.13-2
8784f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8784f8
8784f8
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 2.1.13-1
8784f8
- libXft 2.1.13
8784f8
8784f8
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.12-5
8784f8
- Autorebuild for GCC 4.3
8784f8
8784f8
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 2.1.12-4
8784f8
- Merge-Review #226074
8784f8
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
8784f8
- Removed BR:pkgconfig
8784f8
- Removed zero-length NEWS file
8784f8
8784f8
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 2.1.12-3
8784f8
- Rebuild for build id
8784f8
8784f8
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 2.1.12-2
8784f8
- Don't install INSTALL
8784f8
8784f8
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 2.1.12-1.fc7
8784f8
- Update to 2.1.12
8784f8
8784f8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
8784f8
- rebuild
8784f8
8784f8
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 2.1.10
8784f8
- Updated libXft to version 2.1.10
8784f8
- Specify freetype dependencies as >= 2.1.9-1
8784f8
- Futureproof builds by adding release number to fontconfig dependencies.
8784f8
8784f8
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 2.1.8.2-4
8784f8
- Replace "makeinstall" with "make install DESTDIR=..."
8784f8
8784f8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.1.8.2-3.2
8784f8
- bump again for double-long bug on ppc(64)
8784f8
8784f8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.1.8.2-3.1
8784f8
- rebuilt for new gcc4.1 snapshot and glibc changes
8784f8
8784f8
* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 2.1.8.2-3
8784f8
- Added missing dependencies to devel subpackage to fix (#176744)
8784f8
8784f8
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 2.1.8.2-2
8784f8
- Bumped and rebuilt
8784f8
8784f8
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 2.1.8.2-1
8784f8
- Updated libXft to version 2.1.8.2 from X11R7 RC4
8784f8
8784f8
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 2.1.8.1-1
8784f8
- Updated libXft to version 2.1.8.1 from X11R7 RC3
8784f8
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
8784f8
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
8784f8
- Removed 'x' suffix from manpage directories to match RC3 upstream.
8784f8
- Added "Requires: libXrender-devel" to -devel subpackage for (#175465)
8784f8
8784f8
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8784f8
- rebuilt
8784f8
8784f8
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 2.1.8-2
8784f8
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
8784f8
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
8784f8
8784f8
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 2.1.8-1
8784f8
- Updated libXft to version 2.1.8 from X11R7 RC1
8784f8
8784f8
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 2.1.7-5
8784f8
- Renamed package to remove xorg-x11 from the name due to unanimous decision
8784f8
  between developers.
8784f8
- Use Fedora Extras style BuildRoot tag.
8784f8
- Disable static library creation by default.
8784f8
- Add missing defattr to devel subpackage
8784f8
- Add missing documentation files to doc macro
8784f8
- Fix BuildRequires to use new style X library package names
8784f8
8784f8
* Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 2.1.7-4
8784f8
- Added "BuildRequires: fontconfig-devel >= 2.2" dependency that was
8784f8
  previously missed.  Also added "Requires: fontconfig >= 2.2" runtime
8784f8
  dependency.
8784f8
- Added missing defattr to devel subpackage.
8784f8
8784f8
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 2.1.7-3
8784f8
- Added freetype-devel build dependency.
8784f8
8784f8
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 2.1.7-2
8784f8
- Renamed package to prepend "xorg-x11" to the name for consistency with
8784f8
  the rest of the X11R7 packages.
8784f8
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
8784f8
  subpackage to ensure the devel package matches the installed shared libs.
8784f8
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
8784f8
  allow applications to use implementation agnostic dependencies.
8784f8
- Added post/postun scripts which call ldconfig.
8784f8
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
8784f8
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
8784f8
8784f8
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 2.1.7-1
8784f8
- Initial build.