- Ship the missing cupspk file (bug #484461).
This commit is contained in:
parent
7954c5e5eb
commit
df14d65d25
@ -7,7 +7,7 @@
|
|||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -64,6 +64,9 @@ the configuration tool.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
%patch1 -p1 -b .git-1.1.x
|
%patch1 -p1 -b .git-1.1.x
|
||||||
|
aclocal # for cupspk changes
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -121,6 +124,7 @@ rm -rf %buildroot
|
|||||||
%{_datadir}/%{name}/AdvancedServerSettings.py*
|
%{_datadir}/%{name}/AdvancedServerSettings.py*
|
||||||
%{_datadir}/%{name}/authconn.py*
|
%{_datadir}/%{name}/authconn.py*
|
||||||
%{_datadir}/%{name}/config.py*
|
%{_datadir}/%{name}/config.py*
|
||||||
|
%{_datadir}/%{name}/cupspk.py*
|
||||||
%{_datadir}/%{name}/debug.py*
|
%{_datadir}/%{name}/debug.py*
|
||||||
%{_datadir}/%{name}/errordialogs.py*
|
%{_datadir}/%{name}/errordialogs.py*
|
||||||
%{_datadir}/%{name}/glade.py*
|
%{_datadir}/%{name}/glade.py*
|
||||||
@ -164,6 +168,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 7 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-3
|
||||||
|
- Ship the missing cupspk file (bug #484461).
|
||||||
|
|
||||||
* Thu Feb 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-2
|
* Thu Feb 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-2
|
||||||
- Added in cups-pk-helper support from upstream.
|
- Added in cups-pk-helper support from upstream.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user