- Device IDs for another 1302 Ricoh devices.

This commit is contained in:
Tim Waugh 2010-05-16 13:09:37 +00:00
parent e8945ec109
commit e6ec388160
2 changed files with 40211 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 15.%{dbver_snap}%{?dist}
Release: 16.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -19,6 +19,7 @@ Patch2: foomatic-db-bad-margins.patch
Patch3: foomatic-db-device-id-hp-ps2570-dj959c-ojpk550.patch
Patch4: foomatic-db-device-ids-20100416.patch
Patch5: foomatic-db-device-ids-20100506.patch
Patch6: foomatic-db-device-ids-ricoh.patch
Url: http://www.openprinting.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -90,9 +91,6 @@ do
rm -vf driver/${x}.xml opt/${x}-*
done
# Use sed instead of perl in the PPDs (bug #512739).
find PPD -type f -name '*.ppd' | xargs perl -pi -e 's,perl -p,sed,'
popd
# foomatic-db patches
@ -107,7 +105,7 @@ popd
# Device IDs for HP PhotoSmart 2570, HP DeskJet 959C and HP OfficeJet
# Pro K550 (bug #577280, bug #577293, bug #577296).
%patch3 -p1 -b .device-id-hp-ps2570-dj959c-ojpk550.patch
%patch3 -p1 -b .device-id-hp-ps2570-dj959c-ojpk550
# Device IDs for:
# - Canon BJC-4100 (bug #583060)
@ -121,7 +119,7 @@ popd
# - Brother HL-2140 (bug #577863).
# - HP OfficeJet 6200 (bug #215063).
# - HP PSC 2400 (bug #188419).
%patch4 -p1 -b .device-ids-20100416.patch
%patch4 -p1 -b .device-ids-20100416
# Device IDs for:
# - HP Color LaserJet 2605dn (bug #583909).
@ -130,7 +128,12 @@ popd
# - HP PSC 1400 (bug #586381).
# - Ricoh Aficio MP C3500 (bug #589527).
# - Ricoh Aficio SP C420DN (bug #589533).
%patch5 -p1 -b .device-ids-20100506.patch
%patch5 -p1 -b .device-ids-20100506
%patch6 -p1 -b .device-ids-ricoh
# Use sed instead of perl in the PPDs (bug #512739).
find db/source/PPD -type f -name '*.ppd' | xargs perl -pi -e 's,perl -p,sed,'
popd
@ -198,6 +201,9 @@ rm -rf %{buildroot}
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Sun May 16 2010 Tim Waugh <twaugh@redhat.com> 4.0-16.20100204
- Device IDs for another 1302 Ricoh devices.
* Thu May 6 2010 Tim Waugh <twaugh@redhat.com> 4.0-15.20100204
- Device IDs for:
- HP Color LaserJet 2605dn (bug #583909).