1
0
forked from pool/sane-backends

Accepting request 27069 from home:seife:branches:graphics

Copy from home:seife:branches:graphics/sane-backends via accept of submit request 27069 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/27069
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2009-12-21 20:12:27 +00:00 committed by Git OBS Bridge
parent 2e9ec5c961
commit 0c21de4b5d
3 changed files with 24 additions and 8 deletions

View File

@ -1,6 +1,8 @@
--- configure.in.orig 2006-07-03 00:21:42.000000000 +0200
+++ configure.in 2006-09-11 10:47:29.000000000 +0200
@@ -131,15 +131,21 @@ AC_CHECK_HEADERS([io/cam/cam.h],,,[#incl
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -155,15 +155,21 @@ AC_CHECK_HEADERS([asm/io.h],,,[#include
SANE_CHECK_MISSING_HEADERS
@ -29,5 +31,5 @@
+# )
+#])
AC_CHECK_HEADER(usbcalls.h,[
AC_DEFINE(HAVE_USBCALLS,1,[define if you have the usbcalls library])
dnl ***********************************************************************

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 18 00:04:42 UTC 2009 - seife@opensuse.org
- fix udev warnings 'NAME="%k" is superfluous'
-------------------------------------------------------------------
Tue Nov 3 19:09:44 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Thu Oct 8 09:35:17 UTC 2009 - lnussel@suse.de

View File

@ -20,12 +20,12 @@
Name: sane-backends
BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel net-snmp-devel pkg-config texlive-latex
License: GPL v2 only ; 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
AutoReqProv: on
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
Version: 1.0.20
Release: 7
Release: 8
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
@ -257,7 +257,7 @@ Authors:
Wittawat Yamwong <wittawat@web.de>
%package autoconfig
License: GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware
License: GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware
Group: Hardware/Scanner
Summary: USB Scanner Autoconfiguration
Requires: sane-backends
@ -544,6 +544,10 @@ done
for m in $( sed -e 's/0x/./ig' -e 's/:/.,.ATTR.idProduct.==/' unsupportedUSBIDs )
do sed -i -e "/^ATTR.idVendor.==$m/Is/^ATTR/# ATTR/" tools/udev/libsane.rules
done
# newer udev versions complain about NAME="%k" usage, saying it's superfluous
sed -i -e 's/NAME="%k", //' tools/udev/libsane.rules
# Install the udev rules file:
install -m644 tools/udev/libsane.rules %{buildroot}%{_sysconfdir}/udev/rules.d/55-libsane.rules
# Regarding HAL: