- Fix the directory's group ownership. (#572733)
This commit is contained in:
parent
09a1c90913
commit
67eb088eda
1 changed files with 6 additions and 3 deletions
|
|
@ -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@redhat.com> - 0.6.8-13
|
||||
- Fix the directory's group ownership. (#572733)
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue