Fixed typo in psdriver.attr that prevented PPD files from being scanned.
This commit is contained in:
parent
7d3766acd5
commit
a146278b7a
@ -1,3 +1,3 @@
|
||||
%__psdriver_provides %{_rpmconfigdir}/postscriptdriver.prov
|
||||
%__psdriver_path ^(/usr/lib/cups/driver/.*|%{_datadir}/cups/drv/.*\.drv)$
|
||||
%__psdriver_magic ^PPD File.*$
|
||||
%__psdriver_magic ^PPD file.*$
|
||||
|
@ -6,7 +6,7 @@
|
||||
Summary: Python bindings for CUPS
|
||||
Name: python-cups
|
||||
Version: 1.9.53
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: http://cyberelk.net/tim/software/pycups/
|
||||
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
|
||||
Source2: psdriver.attr
|
||||
@ -61,6 +61,10 @@ install -m755 %{SOURCE3} %{buildroot}%{_rpmconfigdir}
|
||||
%doc examples html
|
||||
|
||||
%changelog
|
||||
* Tue Jan 25 2011 Tim Waugh <twaugh@redhat.com> - 1.9.53-3
|
||||
- Fixed typo in psdriver.attr that prevented PPD files from being
|
||||
scanned when generating postscriptdriver tags.
|
||||
|
||||
* Thu Jan 20 2011 Tim Waugh <twaugh@redhat.com> - 1.9.53-2
|
||||
- Moved postscriptdriver RPM tagging machinery here. Fixed
|
||||
leading/trailing whitespace in tags as well.
|
||||
|
Loading…
Reference in New Issue
Block a user