auto-import sane-backends-1.0.7-6.2 from sane-backends-1.0.7-6.2.src.rpm
This commit is contained in:
parent
843a42fddc
commit
169faf7e69
@ -1,7 +1,7 @@
|
|||||||
Summary: Scanner access software.
|
Summary: Scanner access software.
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 6.1
|
Release: 6.2
|
||||||
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
|
||||||
Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
|
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
|
Patch1: sane-backends-1.0.7-defaultincl.patch
|
||||||
Patch2: sane-backends-1.0.7-argv.patch
|
Patch2: sane-backends-1.0.7-argv.patch
|
||||||
Patch3: sane-backends-1.0.7-autoload.patch
|
Patch3: sane-backends-1.0.7-autoload.patch
|
||||||
|
Patch4: sane-backends-1.0.8-saned.patch
|
||||||
URL: http://www.mostang.com/sane/
|
URL: http://www.mostang.com/sane/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: tetex-latex libusb-devel
|
BuildRequires: tetex-latex libusb-devel
|
||||||
@ -57,8 +58,11 @@ included in the sane-backends package.
|
|||||||
%patch2 -p1 -b .argv
|
%patch2 -p1 -b .argv
|
||||||
|
|
||||||
# Make sure to load SCSI modules if not already loaded (bug #59979).
|
# Make sure to load SCSI modules if not already loaded (bug #59979).
|
||||||
cd sanei
|
pushd sanei
|
||||||
%patch3 -p0 -b .autoload
|
%patch3 -p0 -b .autoload
|
||||||
|
popd
|
||||||
|
|
||||||
|
%patch4 -p1 -b .saned
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
|
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
|
||||||
@ -130,6 +134,9 @@ fi
|
|||||||
%{_libdir}/sane/*.so
|
%{_libdir}/sane/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6.1
|
||||||
- Unconditionally run ldconfig after installation (bug #64964).
|
- Unconditionally run ldconfig after installation (bug #64964).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user