add support for Canon Lide 60 scanner (#189726)
This commit is contained in:
parent
bb8522ae8e
commit
bf13b86f0e
@ -4,14 +4,15 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.17
|
Version: 1.0.17
|
||||||
Release: 8
|
Release: 9
|
||||||
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: sane.png
|
Source1: sane.png
|
||||||
Patch1: sane-backends-1.0.11-rpath.patch
|
Patch1: sane-backends-1.0.11-rpath.patch
|
||||||
Patch3: sane-backends-1.0.12-badcode.patch
|
Patch2: sane-backends-1.0.12-badcode.patch
|
||||||
Patch5: sane-backends-multilib.patch
|
Patch3: sane-backends-multilib.patch
|
||||||
|
Patch4: sane-backends-1.0.17-newmodels.patch
|
||||||
URL: http://www.sane-project.org
|
URL: http://www.sane-project.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
||||||
BuildRequires: tetex-latex libusb-devel libieee1284-devel libjpeg-devel
|
BuildRequires: tetex-latex libusb-devel libieee1284-devel libjpeg-devel
|
||||||
@ -65,8 +66,9 @@ Additional documentation for SANE, a universal scanner interface.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .rpath
|
%patch1 -p1 -b .rpath
|
||||||
%patch3 -p1 -b .badcode
|
%patch2 -p1 -b .badcode
|
||||||
%patch5 -p1 -b .multilib
|
%patch3 -p1 -b .multilib
|
||||||
|
%patch4 -p1 -b .newmodels
|
||||||
|
|
||||||
# Fix bug #62847.
|
# Fix bug #62847.
|
||||||
perl -pi -e 's,/dev/usbscanner0?,/dev/usb/scanner0,' backend/*.conf
|
perl -pi -e 's,/dev/usbscanner0?,/dev/usb/scanner0,' backend/*.conf
|
||||||
@ -155,6 +157,9 @@ rm -rf %{buildroot}
|
|||||||
%{_docdir}/%{name}-%{version}/sane.ps
|
%{_docdir}/%{name}-%{version}/sane.ps
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-9
|
||||||
|
- add support for Canon Lide 60 scanner (#189726)
|
||||||
|
|
||||||
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
|
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
|
||||||
- don't use automake
|
- don't use automake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user