rpms/paps/F-13 paps.spec,1.40,1.41

Akira TAGOH tagoh at fedoraproject.org
Fri Mar 12 05:44:46 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/paps/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29502

Modified Files:
	paps.spec 
Log Message:
* Fri Mar 12 2010 Akira TAGOH <tagoh at redhat.com> - 0.6.8-13
- Fix the directory's group ownership. (#572733)


Index: paps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/paps/F-13/paps.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- paps.spec	8 Dec 2009 09:35:59 -0000	1.40
+++ paps.spec	12 Mar 2010 05:44:46 -0000	1.41
@@ -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 <tagoh at redhat.com> - 0.6.8-13
+- Fix the directory's group ownership. (#572733)
+
 * Tue Dec  8 2009 Akira TAGOH <tagoh at redhat.com> - 0.6.8-12
 - Add paps.convs to behaves the cups filter without the hardcoded thing
   in cups. (#545031)



More information about the scm-commits mailing list