forked from pool/sane-backends
This commit is contained in:
parent
cc3058e449
commit
9ed44ce271
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 15:58:45 CET 2008 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Added "Supplements: sane-backends" to sane-backends-autoconfig
|
||||||
|
sub-package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 13 14:00:15 CET 2008 - jsmeix@suse.de
|
Thu Mar 13 14:00:15 CET 2008 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel net-snmp-devel pkg-config texlive-latex
|
BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel net-snmp-devel pkg-config texlive-latex
|
||||||
License: GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware
|
License: GPL v2 only; GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware
|
||||||
Group: Hardware/Scanner
|
Group: Hardware/Scanner
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
|
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
|
||||||
Version: 1.0.19
|
Version: 1.0.19
|
||||||
Release: 10
|
Release: 15
|
||||||
Url: http://www.sane-project.org/
|
Url: http://www.sane-project.org/
|
||||||
# URL for Source0: http://alioth.debian.org/frs/download.php/2318/sane-backends-1.0.19.tar.gz
|
# URL for Source0: http://alioth.debian.org/frs/download.php/2318/sane-backends-1.0.19.tar.gz
|
||||||
Source0: sane-backends-%{version}.tar.bz2
|
Source0: sane-backends-%{version}.tar.bz2
|
||||||
@ -230,6 +230,8 @@ Authors:
|
|||||||
Group: Hardware/Scanner
|
Group: Hardware/Scanner
|
||||||
Summary: USB Scanner Autoconfiguration
|
Summary: USB Scanner Autoconfiguration
|
||||||
Requires: sane-backends
|
Requires: sane-backends
|
||||||
|
# When sane-backends is already installed, try to install also sane-backends-autoconfig if available:
|
||||||
|
Supplements: sane-backends
|
||||||
|
|
||||||
%description autoconfig
|
%description autoconfig
|
||||||
USB scanner autoconfiguration happens via udev.
|
USB scanner autoconfiguration happens via udev.
|
||||||
@ -378,8 +380,7 @@ done
|
|||||||
# the backend gt68xx and the related backend artec_eplus48u
|
# the backend gt68xx and the related backend artec_eplus48u
|
||||||
# or the backend epjitsu require a firmware upload,
|
# or the backend epjitsu require a firmware upload,
|
||||||
# see "man sane-gt68xx" and http://www.meier-geinitz.de/sane/gt68xx-backend/
|
# see "man sane-gt68xx" and http://www.meier-geinitz.de/sane/gt68xx-backend/
|
||||||
# and see "man sane-artec_eplus48u" and "man sane-epjitsu"
|
# and see "man sane-artec_eplus48u" and "man sane-epjitsu":
|
||||||
#
|
|
||||||
for b in gt68xx artec_eplus48u epjitsu
|
for b in gt68xx artec_eplus48u epjitsu
|
||||||
do sed -i -e 's/^:model.*$/&\n:firmware "required"/' %{buildroot}%{_datadir}/sane/descriptions/$b.desc
|
do sed -i -e 's/^:model.*$/&\n:firmware "required"/' %{buildroot}%{_datadir}/sane/descriptions/$b.desc
|
||||||
done
|
done
|
||||||
@ -532,6 +533,9 @@ exit 0
|
|||||||
%{_sysconfdir}/udev/rules.d/56-sane-backends-autoconfig.rules
|
%{_sysconfdir}/udev/rules.d/56-sane-backends-autoconfig.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 18 2008 jsmeix@suse.de
|
||||||
|
- Added "Supplements: sane-backends" to sane-backends-autoconfig
|
||||||
|
sub-package.
|
||||||
* Thu Mar 13 2008 jsmeix@suse.de
|
* Thu Mar 13 2008 jsmeix@suse.de
|
||||||
- Added "scanner autoconfiguration" support via
|
- Added "scanner autoconfiguration" support via
|
||||||
create_scanner_database, create_sane-backends-autoconfig.rules
|
create_scanner_database, create_sane-backends-autoconfig.rules
|
||||||
|
Loading…
Reference in New Issue
Block a user