commit
737dcc1069
@ -0,0 +1 @@
|
|||||||
|
SOURCES/libXfont2-2.0.3.tar.bz2
|
@ -0,0 +1 @@
|
|||||||
|
1110f1ad4061d9e8131ecb941757480e3e32bca0 SOURCES/libXfont2-2.0.3.tar.bz2
|
@ -0,0 +1,85 @@
|
|||||||
|
Summary: X.Org X11 libXfont2 runtime library
|
||||||
|
Name: libXfont2
|
||||||
|
Version: 2.0.3
|
||||||
|
Release: 2%{?dist}
|
||||||
|
License: MIT
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
URL: http://www.x.org
|
||||||
|
|
||||||
|
Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
BuildRequires: pkgconfig(fontsproto)
|
||||||
|
BuildRequires: xorg-x11-util-macros
|
||||||
|
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-3
|
||||||
|
BuildRequires: libfontenc-devel
|
||||||
|
BuildRequires: freetype-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
X.Org X11 libXfont2 runtime library
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: X.Org X11 libXfont2 development package
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libfontenc-devel%{?_isa}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
X.Org X11 libXfont development package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -v --install --force
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||||
|
%configure --disable-static
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
# We intentionally don't ship *.la files
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
%ldconfig_post
|
||||||
|
%ldconfig_postun
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS README ChangeLog
|
||||||
|
%{_libdir}/libXfont2.so.2*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/X11/fonts/libxfont2.h
|
||||||
|
%{_libdir}/libXfont2.so
|
||||||
|
%{_libdir}/pkgconfig/xfont2.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 2.0.3-2
|
||||||
|
- Use ldconfig scriptlet macros
|
||||||
|
|
||||||
|
* Mon Feb 26 2018 Benjamin Tissoires <benjamin.tissoires@redhat.com> 2.0.3-1
|
||||||
|
- libXfont 2.0.3 (CVE-2017-16611)
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 11 2017 Adam Jackson <ajax@redhat.com> - 2.0.2-1
|
||||||
|
- libXfont 2.0.2
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 28 2016 Hans de Goede <hdegoede@redhat.com> - 2.0.1-2
|
||||||
|
- Add some fixes from upstream git master
|
||||||
|
|
||||||
|
* Wed Jun 08 2016 Adam Jackson <ajax@redhat.com> - 2.0.2-1
|
||||||
|
- Initial packaging forked from libXfont
|
||||||
|
|
Loading…
Reference in new issue