- Updated to pycups-1.9.10.
This commit is contained in:
parent
9af7bc5aaa
commit
57dfc865ea
@ -44,3 +44,4 @@ system-config-printer-0.7.5.tar.bz2
|
|||||||
system-config-printer-0.7.6.tar.bz2
|
system-config-printer-0.7.6.tar.bz2
|
||||||
pycups-1.9.9.tar.bz2
|
pycups-1.9.9.tar.bz2
|
||||||
system-config-printer-0.7.7.tar.bz2
|
system-config-printer-0.7.7.tar.bz2
|
||||||
|
pycups-1.9.10.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
1038c56e7219868d7afeae9cd4e276f9 pycups-1.9.9.tar.bz2
|
|
||||||
ab0b4fd9b43b28bab315a2d647573f76 system-config-printer-0.7.7.tar.bz2
|
ab0b4fd9b43b28bab315a2d647573f76 system-config-printer-0.7.7.tar.bz2
|
||||||
|
68dd09934424127ca35d05bf6b6c5db7 pycups-1.9.10.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define pycups_version 1.9.9
|
%define pycups_version 1.9.10
|
||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
@ -11,8 +11,6 @@ Source1: pycups-%{pycups_version}.tar.bz2
|
|||||||
Source2: system-config-printer.pam
|
Source2: system-config-printer.pam
|
||||||
Source3: system-config-printer.console
|
Source3: system-config-printer.console
|
||||||
Source4: options.py
|
Source4: options.py
|
||||||
Patch0: pycups-no-classes.patch
|
|
||||||
Patch1: pycups-segfault.patch
|
|
||||||
|
|
||||||
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
|
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
|
||||||
|
|
||||||
@ -35,10 +33,6 @@ the user to configure a CUPS print server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1
|
%setup -q -a 1
|
||||||
pushd pycups-%{pycups_version}
|
|
||||||
%patch0 -p1 -b .no-classes
|
|
||||||
%patch1 -p1 -b .segfault
|
|
||||||
popd
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd pycups-%{pycups_version}
|
pushd pycups-%{pycups_version}
|
||||||
@ -88,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/security/console.apps/%{name}
|
%{_sysconfdir}/security/console.apps/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Updated to pycups-1.9.10.
|
||||||
|
|
||||||
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
- Fix pycups segfault.
|
- Fix pycups segfault.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user