Fix FTBFS against freetype's header files location change. (#1078519)

This commit is contained in:
Akira TAGOH 2014-03-20 12:05:53 +09:00
parent f517d0e1fd
commit 207bfd320c

View File

@ -1,6 +1,6 @@
Name: paps
Version: 0.6.8
Release: 27%{?dist}
Release: 28%{?dist}
License: LGPLv2+
URL: http://paps.sourceforge.net/
@ -33,6 +33,8 @@ Patch55: paps-fix-loop-in-split.patch
Patch56: paps-fix-tab-width.patch
Patch57: paps-fix-non-weak-symbol.patch
Patch58: paps-correct-fsf-address.patch
## rhbz#1078519
Patch59: %{name}-ft-header.patch
Summary: Plain Text to PostScript converter
Group: Applications/Publishing
@ -76,6 +78,7 @@ applications using paps API.
%patch56 -p1 -b .tab
%patch57 -p1 -b .weak-symbol
%patch58 -p1 -b .fsf
%patch59 -p1 -b .ft-header
libtoolize -f -c
autoreconf -f -i
@ -119,6 +122,9 @@ install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/cups/mime/
%{_libdir}/libpaps.so
%changelog
* Thu Mar 20 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-28
- Fix FTBFS against freetype's header files location change. (#1078519)
* Mon Dec 16 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-27
- Move the place of paps.convs to %%{_datadir}/cups/mime. (#1042984)