- Fixed typo (bug #550096).
This commit is contained in:
parent
b4e21b9510
commit
071cb48c14
12
system-config-printer-typo.patch
Normal file
12
system-config-printer-typo.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up system-config-printer-1.1.16/system-config-printer.py.typo system-config-printer-1.1.16/system-config-printer.py
|
||||||
|
--- system-config-printer-1.1.16/system-config-printer.py.typo 2009-12-22 14:44:19.000000000 +0000
|
||||||
|
+++ system-config-printer-1.1.16/system-config-printer.py 2009-12-23 14:54:15.138689711 +0000
|
||||||
|
@@ -4564,7 +4564,7 @@ class NewPrinterGUI(GtkGUI):
|
||||||
|
not self.device.type in ("socket", "lpd", "ipp",
|
||||||
|
"http", "https", "bluetooth")):
|
||||||
|
name = "%s %s" % (self.device.id_dict["MFG"],
|
||||||
|
- elf.device.id_dict["MDL"])
|
||||||
|
+ self.device.id_dict["MDL"])
|
||||||
|
descr = "%s %s" % (self.device.id_dict["MFG"],
|
||||||
|
self.device.id_dict["MDL"])
|
||||||
|
except:
|
@ -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.16
|
Version: 1.1.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -16,6 +16,7 @@ Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
|||||||
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
||||||
|
|
||||||
Patch1: system-config-printer-no-epydoc.patch
|
Patch1: system-config-printer-no-epydoc.patch
|
||||||
|
Patch2: system-config-printer-typo.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
@ -76,6 +77,7 @@ printers.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
%patch1 -p1 -b .no-epydoc
|
%patch1 -p1 -b .no-epydoc
|
||||||
|
%patch2 -p1 -b .typo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-udev-rules --with-polkit-1
|
%configure --with-udev-rules --with-polkit-1
|
||||||
@ -143,8 +145,8 @@ rm -rf %buildroot
|
|||||||
%{_datadir}/%{name}/AdvancedServerSettings.py*
|
%{_datadir}/%{name}/AdvancedServerSettings.py*
|
||||||
%{_datadir}/%{name}/asyncconn.py*
|
%{_datadir}/%{name}/asyncconn.py*
|
||||||
%{_datadir}/%{name}/asyncipp.py*
|
%{_datadir}/%{name}/asyncipp.py*
|
||||||
%{_datadir}/%{name}/asyncpk0.py*
|
|
||||||
%{_datadir}/%{name}/asyncpk1.py*
|
%{_datadir}/%{name}/asyncpk1.py*
|
||||||
|
%{_datadir}/%{name}/asyncpk0.py*
|
||||||
%{_datadir}/%{name}/authconn.py*
|
%{_datadir}/%{name}/authconn.py*
|
||||||
%{_datadir}/%{name}/config.py*
|
%{_datadir}/%{name}/config.py*
|
||||||
%{_datadir}/%{name}/cupspk.py*
|
%{_datadir}/%{name}/cupspk.py*
|
||||||
@ -192,6 +194,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2009 Tim Waugh <twaugh@redhat.com> - 1.1.16-2
|
||||||
|
- Fixed typo (bug #550096).
|
||||||
|
|
||||||
* Tue Dec 22 2009 Tim Waugh <twaugh@redhat.com> - 1.1.16-1
|
* Tue Dec 22 2009 Tim Waugh <twaugh@redhat.com> - 1.1.16-1
|
||||||
- Updated pycups to 1.9.47.
|
- Updated pycups to 1.9.47.
|
||||||
- 1.1.16:
|
- 1.1.16:
|
||||||
|
Loading…
Reference in New Issue
Block a user