- Add paps.convs to behaves the cups filter without the hardcoded thing in

cups. (#545031)
This commit is contained in:
Akira TAGOH 2009-12-08 09:35:59 +00:00
parent db1eb5a229
commit 1d7b2c794e

View File

@ -1,10 +1,11 @@
Name: paps
Version: 0.6.8
Release: 11%{?dist}
Release: 12%{?dist}
License: LGPLv2+
URL: http://paps.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/paps/paps-%{version}.tar.gz
Source1: paps.convs
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pango-devel automake autoconf libtool doxygen cups-devel
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832897&group_id=153049&atid=786241
@ -79,6 +80,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/libpaps.la
%{__mkdir_p} $RPM_BUILD_ROOT/usr/lib/cups/filter # Not libdir
ln -s %{_bindir}/paps $RPM_BUILD_ROOT/usr/lib/cups/filter/texttopaps
install -d $RPM_BUILD_ROOT%{_sysconfdir}/cups
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/cups
%clean
rm -rf $RPM_BUILD_ROOT
@ -88,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/paps
%{_mandir}/man1/paps.1*
/usr/lib/cups/filter/texttopaps
%dir %{_sysconfdir}/cups
%{_sysconfdir}/cups/paps.convs
%files libs
%defattr(-, root, root, -)
@ -101,7 +106,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpaps.so
%changelog
* Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.9-11
* Tue Dec 8 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-12
- Add paps.convs to behaves the cups filter without the hardcoded thing
in cups. (#545031)
* Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-11
- Fix code that deal with CPI parameter to be accurate. (#524883)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-10