- Fixed missing units in driver margins (bug #576370).
This commit is contained in:
parent
0b3d54f01b
commit
e84e10dfca
3656
foomatic-db-bad-margins.patch
Normal file
3656
foomatic-db-bad-margins.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: 11.%{dbver_snap}%{?dist}
|
Release: 12.%{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}
|
||||||
@ -15,6 +15,7 @@ Source0: http://www.openprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-
|
|||||||
Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
|
Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
|
||||||
|
|
||||||
Patch1: foomatic-db-device-id-kyocera-mita-fs-1020d.patch
|
Patch1: foomatic-db-device-id-kyocera-mita-fs-1020d.patch
|
||||||
|
Patch2: foomatic-db-bad-margins.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)
|
||||||
@ -98,6 +99,9 @@ popd
|
|||||||
# Device ID for Kyocera Mita FS-1020D (bug #575063).
|
# Device ID for Kyocera Mita FS-1020D (bug #575063).
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
|
# Fixed missing units in driver margins (bug #576370).
|
||||||
|
%patch2 -p1 -b .bad-margins
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -164,6 +168,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/cups/model/foomatic-db-ppds
|
%{_datadir}/cups/model/foomatic-db-ppds
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> 4.0-12.20100402
|
||||||
|
- Fixed missing units in driver margins (bug #576370).
|
||||||
|
|
||||||
* Fri Mar 19 2010 Tim Waugh <twaugh@redhat.com> 4.0-11.20100402
|
* Fri Mar 19 2010 Tim Waugh <twaugh@redhat.com> 4.0-11.20100402
|
||||||
- Device ID for Kyocera Mita FS-1020D (bug #575063).
|
- Device ID for Kyocera Mita FS-1020D (bug #575063).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user