- Fix the directory's group ownership. (#572733)
This commit is contained in:
parent
a507ea0ba5
commit
42a36f5857
@ -1,10 +1,10 @@
|
|||||||
Name: paps
|
Name: paps
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://paps.sourceforge.net/
|
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
|
Source1: paps.convs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pango-devel automake autoconf libtool doxygen cups-devel
|
BuildRequires: pango-devel automake autoconf libtool doxygen cups-devel
|
||||||
@ -91,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/paps
|
%{_bindir}/paps
|
||||||
%{_mandir}/man1/paps.1*
|
%{_mandir}/man1/paps.1*
|
||||||
/usr/lib/cups/filter/texttopaps
|
/usr/lib/cups/filter/texttopaps
|
||||||
%dir %{_sysconfdir}/cups
|
%dir %attr (0755, root, lp) %{_sysconfdir}/cups
|
||||||
%{_sysconfdir}/cups/paps.convs
|
%{_sysconfdir}/cups/paps.convs
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpaps.so
|
%{_libdir}/libpaps.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Add paps.convs to behaves the cups filter without the hardcoded thing
|
||||||
in cups. (#545031)
|
in cups. (#545031)
|
||||||
|
Loading…
Reference in New Issue
Block a user