- Updated to pycups-1.9.8. No longer need threads patch.

This commit is contained in:
Tim Waugh 2006-04-20 16:49:19 +00:00
parent ec922a4aa5
commit 78de6d2fce
3 changed files with 6 additions and 7 deletions

View File

@ -39,3 +39,4 @@ printconf-0.6.150.tar.bz2
printconf-0.6.151.tar.bz2
system-config-printer-0.7.4.tar.bz2
pycups-1.9.7.tar.bz2
pycups-1.9.8.tar.bz2

View File

@ -1,2 +1,2 @@
360a4428142d4cde6366509878c5cb32 system-config-printer-0.7.4.tar.bz2
6a77867eae1a07cc4b119f2af5824d23 pycups-1.9.7.tar.bz2
ea37d221e78f39afc5ad04a67e9ee15b pycups-1.9.8.tar.bz2

View File

@ -1,4 +1,4 @@
%define pycups_version 1.9.7
%define pycups_version 1.9.8
Summary: A printer administration tool
Name: system-config-printer
@ -9,8 +9,6 @@ Group: System Environment/Base
Source0: system-config-printer-%{version}.tar.bz2
Source1: pycups-%{pycups_version}.tar.bz2
Patch0: pycups-threads.patch
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
BuildRequires: cups-devel, python-devel
@ -28,9 +26,6 @@ the user to configure a CUPS print server.
%prep
%setup -q -a 1
pushd pycups-%{pycups_version}
%patch0 -p1 -b .threads
popd
%build
pushd pycups-%{pycups_version}
@ -62,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com>
- Updated to pycups-1.9.8. No longer need threads patch.
* Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
- Updated to pycups-1.9.7.