auto-import sane-backends-1.0.8-4 from sane-backends-1.0.8-4.src.rpm

This commit is contained in:
cvsdist 2004-09-09 12:02:32 +00:00
parent 169faf7e69
commit 29ae3ae348
3 changed files with 30 additions and 20 deletions

View File

@ -1 +1 @@
sane-backends-1.0.7.tar.gz sane-backends-1.0.8.tar.gz

View File

@ -1,16 +1,14 @@
Summary: Scanner access software. Summary: Scanner access software.
Name: sane-backends Name: sane-backends
Version: 1.0.7 Version: 1.0.8
Release: 6.2 Release: 4
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 Source0: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
Source1: sane.png Source1: sane.png
Patch0: sane-sparc.patch Patch0: sane-sparc.patch
Patch1: sane-backends-1.0.7-defaultincl.patch Patch1: sane-backends-1.0.7-autoload.patch
Patch2: sane-backends-1.0.7-argv.patch Patch2: sane-backends-1.0.8-rpath.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
@ -54,15 +52,16 @@ included in the sane-backends package.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .sparc %patch0 -p1 -b .sparc
%patch1 -p1 -b .defaultincl
%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).
pushd sanei cd sanei
%patch3 -p0 -b .autoload %patch1 -p0 -b .autoload
popd cd ..
%patch4 -p1 -b .saned %patch2 -p1 -b .rpath
# Fix bug #62847.
perl -pi -e 's,/dev/usbscanner0?,/dev/usb/scanner0,' backend/*.conf
%build %build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1} %{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
@ -127,17 +126,28 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/sane %{_includedir}/sane
%{_libdir}/libsane*.la %{_libdir}/libsane*.la
%{_libdir}/libsane*.a
%{_libdir}/libsane*.so %{_libdir}/libsane*.so
%{_libdir}/sane/*.la %{_libdir}/sane/*.la
%{_libdir}/sane/*.a
%{_libdir}/sane/*.so %{_libdir}/sane/*.so
%changelog %changelog
* Thu Sep 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.7-6.2 * Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-4
- Fix saned security issues. - Fix bug #62847.
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6.1 * Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
- Fix dangling symlink (bug #66672).
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
- Don't tell SANE applications to use rpath (bug #66129, bug #66132).
* Mon May 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
- 1.0.8.
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
- Update to CVS. Release expected before the end of the month.
- No longer need defaultincl or argv patches.
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-7
- Unconditionally run ldconfig after installation (bug #64964). - Unconditionally run ldconfig after installation (bug #64964).
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6 * Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6

View File

@ -1 +1 @@
6010d68d8a8c29d1dcbf0c6d5005770b sane-backends-1.0.7.tar.gz 10785bf9a87e0f45ad445e34a8529a3d sane-backends-1.0.8.tar.gz