diff --git a/paps.spec b/paps.spec index f003605..ec5884a 100644 --- a/paps.spec +++ b/paps.spec @@ -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 - 0.6.9-11 +* Tue Dec 8 2009 Akira TAGOH - 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 - 0.6.8-11 - Fix code that deal with CPI parameter to be accurate. (#524883) * Sat Jul 25 2009 Fedora Release Engineering - 0.6.8-10