auto-import sane-backends-1.0.7-6.2 from sane-backends-1.0.7-6.2.src.rpm

This commit is contained in:
cvsdist 2004-09-09 12:02:22 +00:00
parent 843a42fddc
commit 169faf7e69

View File

@ -1,7 +1,7 @@
Summary: Scanner access software.
Name: sane-backends
Version: 1.0.7
Release: 6.1
Release: 6.2
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
Group: System Environment/Libraries
Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
@ -10,6 +10,7 @@ Patch0: sane-sparc.patch
Patch1: sane-backends-1.0.7-defaultincl.patch
Patch2: sane-backends-1.0.7-argv.patch
Patch3: sane-backends-1.0.7-autoload.patch
Patch4: sane-backends-1.0.8-saned.patch
URL: http://www.mostang.com/sane/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: tetex-latex libusb-devel
@ -57,8 +58,11 @@ included in the sane-backends package.
%patch2 -p1 -b .argv
# Make sure to load SCSI modules if not already loaded (bug #59979).
cd sanei
pushd sanei
%patch3 -p0 -b .autoload
popd
%patch4 -p1 -b .saned
%build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
@ -130,6 +134,9 @@ fi
%{_libdir}/sane/*.so
%changelog
* Thu Sep 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.7-6.2
- Fix saned security issues.
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6.1
- Unconditionally run ldconfig after installation (bug #64964).