forked from pool/sane-backends
This commit is contained in:
parent
83d5f769e6
commit
a1f57c407b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 11:10:31 CET 2008 - jsmeix@suse.de
|
||||
|
||||
- Moved /etc/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||
to /usr/share/hal/fdi/information/20thirdparty/70-scanner.fdi
|
||||
(see Novell/Suse Bugzilla bnc#438867).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 14:51:34 CET 2008 - jsmeix@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ Group: Hardware/Scanner
|
||||
AutoReqProv: on
|
||||
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
|
||||
Version: 1.0.19
|
||||
Release: 96
|
||||
Release: 97
|
||||
Url: http://www.sane-project.org/
|
||||
# URL for Source0: http://alioth.debian.org/frs/download.php/2318/sane-backends-1.0.19.tar.gz
|
||||
Source0: sane-backends-%{version}.tar.bz2
|
||||
@ -539,8 +539,8 @@ do V="$( echo $ID | cut -d : -s -f 1 )"
|
||||
sed -i -e "/usb_device.vendor_id.*$V/I,/info.capabilities/{/usb_device.product_id.*$P/I,/info.capabilities/{s/<append/<!-- <append/;s/append>/append> -->/}}" tools/hal/libsane.fdi
|
||||
done
|
||||
# Install the HAL fdi file:
|
||||
install -d %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor
|
||||
install -m644 tools/hal/libsane.fdi %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||
install -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty
|
||||
install -m644 tools/hal/libsane.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/70-scanner.fdi
|
||||
# xinetd stuff:
|
||||
install -d -m755 %{buildroot}%{_sysconfdir}/xinetd.d/
|
||||
install -m644 %{SOURCE101} %{buildroot}%{_sysconfdir}/xinetd.d/
|
||||
@ -565,11 +565,11 @@ exit 0
|
||||
%dir %{_sysconfdir}/udev
|
||||
%dir %{_sysconfdir}/udev/rules.d
|
||||
%{_sysconfdir}/udev/rules.d/55-libsane.rules
|
||||
%dir %{_sysconfdir}/hal
|
||||
%dir %{_sysconfdir}/hal/fdi
|
||||
%dir %{_sysconfdir}/hal/fdi/policy
|
||||
%dir %{_sysconfdir}/hal/fdi/policy/10osvendor
|
||||
%{_sysconfdir}/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||
%dir %{_datadir}/hal
|
||||
%dir %{_datadir}/hal/fdi
|
||||
%dir %{_datadir}/hal/fdi/information
|
||||
%dir %{_datadir}/hal/fdi/information/20thirdparty
|
||||
%{_datadir}/hal/fdi/information/20thirdparty/70-scanner.fdi
|
||||
%{_sbindir}/saned
|
||||
%{_bindir}/scanimage
|
||||
%{_bindir}/sane-config
|
||||
@ -598,6 +598,10 @@ exit 0
|
||||
%{_sysconfdir}/udev/rules.d/56-sane-backends-autoconfig.rules
|
||||
|
||||
%changelog
|
||||
* Wed Dec 03 2008 jsmeix@suse.de
|
||||
- Moved /etc/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||
to /usr/share/hal/fdi/information/20thirdparty/70-scanner.fdi
|
||||
(see Novell/Suse Bugzilla bnc#438867).
|
||||
* Tue Nov 18 2008 jsmeix@suse.de
|
||||
- In /etc/hal/fdi/policy/10osvendor/70-scanner.fdi
|
||||
disable entries for USB scanners which are "unsupported"
|
||||
|
Loading…
Reference in New Issue
Block a user