Fixed typo in psdriver.attr that prevented PPD files from being scanned.

This commit is contained in:
Tim Waugh 2011-01-25 09:38:26 +00:00
parent 7d3766acd5
commit a146278b7a
2 changed files with 6 additions and 2 deletions

View File

@ -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.*$

View 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.