- pycups: Applied patch from SVN to allow fetching printer attributes by
URI.
This commit is contained in:
parent
43a6932988
commit
abb712b8f0
@ -12,6 +12,7 @@ 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
|
||||||
Patch0: pycups-job-sheets.patch
|
Patch0: pycups-job-sheets.patch
|
||||||
|
Patch1: pycups-attributes-uri.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
@ -55,6 +56,7 @@ the configuration tool.
|
|||||||
%setup -q -a 1
|
%setup -q -a 1
|
||||||
pushd pycups-%{pycups_version}
|
pushd pycups-%{pycups_version}
|
||||||
%patch0 -p1 -b .job-sheets
|
%patch0 -p1 -b .job-sheets
|
||||||
|
%patch1 -p1 -b .attributes-uri
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -126,6 +128,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- pycups: Applied patch from SVN to allow fetching printer attributes by URI.
|
||||||
|
|
||||||
* Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
|
* Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
|
||||||
- pycups: Fix job-sheets-default attribute.
|
- pycups: Fix job-sheets-default attribute.
|
||||||
- Updated pycups to 1.9.31.
|
- Updated pycups to 1.9.31.
|
||||||
|
Loading…
Reference in New Issue
Block a user