- Device IDs for another 1302 Ricoh devices.
This commit is contained in:
parent
e8945ec109
commit
e6ec388160
40198
foomatic-db-device-ids-ricoh.patch
Normal file
40198
foomatic-db-device-ids-ricoh.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
Summary: Database of printers and printer drivers
|
Summary: Database of printers and printer drivers
|
||||||
Name: foomatic-db
|
Name: foomatic-db
|
||||||
Version: %{dbver_rel}
|
Version: %{dbver_rel}
|
||||||
Release: 15.%{dbver_snap}%{?dist}
|
Release: 16.%{dbver_snap}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name}-filesystem = %{version}-%{release}
|
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
|
Patch3: foomatic-db-device-id-hp-ps2570-dj959c-ojpk550.patch
|
||||||
Patch4: foomatic-db-device-ids-20100416.patch
|
Patch4: foomatic-db-device-ids-20100416.patch
|
||||||
Patch5: foomatic-db-device-ids-20100506.patch
|
Patch5: foomatic-db-device-ids-20100506.patch
|
||||||
|
Patch6: foomatic-db-device-ids-ricoh.patch
|
||||||
|
|
||||||
Url: http://www.openprinting.org
|
Url: http://www.openprinting.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -90,9 +91,6 @@ do
|
|||||||
rm -vf driver/${x}.xml opt/${x}-*
|
rm -vf driver/${x}.xml opt/${x}-*
|
||||||
done
|
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
|
popd
|
||||||
|
|
||||||
# foomatic-db patches
|
# foomatic-db patches
|
||||||
@ -107,7 +105,7 @@ popd
|
|||||||
|
|
||||||
# Device IDs for HP PhotoSmart 2570, HP DeskJet 959C and HP OfficeJet
|
# Device IDs for HP PhotoSmart 2570, HP DeskJet 959C and HP OfficeJet
|
||||||
# Pro K550 (bug #577280, bug #577293, bug #577296).
|
# 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:
|
# Device IDs for:
|
||||||
# - Canon BJC-4100 (bug #583060)
|
# - Canon BJC-4100 (bug #583060)
|
||||||
@ -121,7 +119,7 @@ popd
|
|||||||
# - Brother HL-2140 (bug #577863).
|
# - Brother HL-2140 (bug #577863).
|
||||||
# - HP OfficeJet 6200 (bug #215063).
|
# - HP OfficeJet 6200 (bug #215063).
|
||||||
# - HP PSC 2400 (bug #188419).
|
# - HP PSC 2400 (bug #188419).
|
||||||
%patch4 -p1 -b .device-ids-20100416.patch
|
%patch4 -p1 -b .device-ids-20100416
|
||||||
|
|
||||||
# Device IDs for:
|
# Device IDs for:
|
||||||
# - HP Color LaserJet 2605dn (bug #583909).
|
# - HP Color LaserJet 2605dn (bug #583909).
|
||||||
@ -130,7 +128,12 @@ popd
|
|||||||
# - HP PSC 1400 (bug #586381).
|
# - HP PSC 1400 (bug #586381).
|
||||||
# - Ricoh Aficio MP C3500 (bug #589527).
|
# - Ricoh Aficio MP C3500 (bug #589527).
|
||||||
# - Ricoh Aficio SP C420DN (bug #589533).
|
# - 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
|
popd
|
||||||
|
|
||||||
@ -198,6 +201,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/cups/model/foomatic-db-ppds
|
%{_datadir}/cups/model/foomatic-db-ppds
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 6 2010 Tim Waugh <twaugh@redhat.com> 4.0-15.20100204
|
||||||
- Device IDs for:
|
- Device IDs for:
|
||||||
- HP Color LaserJet 2605dn (bug #583909).
|
- HP Color LaserJet 2605dn (bug #583909).
|
||||||
|
Loading…
Reference in New Issue
Block a user