diff --git a/paps.spec b/paps.spec index ec5884a..b603a2e 100644 --- a/paps.spec +++ b/paps.spec @@ -1,10 +1,10 @@ Name: paps Version: 0.6.8 -Release: 12%{?dist} +Release: 13%{?dist} License: LGPLv2+ URL: http://paps.sourceforge.net/ -Source0: http://prdownloads.sourceforge.net/paps/paps-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: paps.convs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel automake autoconf libtool doxygen cups-devel @@ -91,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/paps %{_mandir}/man1/paps.1* /usr/lib/cups/filter/texttopaps -%dir %{_sysconfdir}/cups +%dir %attr (0755, root, lp) %{_sysconfdir}/cups %{_sysconfdir}/cups/paps.convs %files libs @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libpaps.so %changelog +* Fri Mar 12 2010 Akira TAGOH - 0.6.8-13 +- Fix the directory's group ownership. (#572733) + * 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)