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