Merge branch 'f13' into f14
This commit is contained in:
commit
b665a14c0a
39332
system-config-printer-translations.patch
Normal file
39332
system-config-printer-translations.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
|||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
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,7 +16,8 @@ Source0: http://cyberelk.net/tim/data/system-config-printer/1.2/%{name}-%{versio
|
|||||||
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
||||||
# Python bindings for libsmbclient
|
# Python bindings for libsmbclient
|
||||||
Source2: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
Source2: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
||||||
Patch1: pysmbc-doczip.patch
|
Patch1: system-config-printer-translations.patch
|
||||||
|
Patch101: pysmbc-doczip.patch
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
BuildRequires: libsmbclient-devel >= 3.2
|
BuildRequires: libsmbclient-devel >= 3.2
|
||||||
@ -75,8 +76,10 @@ printers.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
|
|
||||||
|
%patch1 -p1 -b .translations
|
||||||
|
|
||||||
pushd pysmbc-%{pysmbc_version}
|
pushd pysmbc-%{pysmbc_version}
|
||||||
%patch1 -p1 -b .doczip
|
%patch101 -p1 -b .doczip
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -198,6 +201,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 13 2010 Tim Waugh <twaugh@redhat.com> - 1.2.4-2
|
||||||
|
- Rebuilt with updated translations.
|
||||||
|
|
||||||
* Thu Aug 26 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.4-1
|
* Thu Aug 26 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.4-1
|
||||||
- Updated to 1.2.4:
|
- Updated to 1.2.4:
|
||||||
- Error checking in on_job_cancel_prompt_response (bug #608283).
|
- Error checking in on_job_cancel_prompt_response (bug #608283).
|
||||||
|
Loading…
Reference in New Issue
Block a user