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

This commit is contained in:
cvsdist 2004-09-09 12:02:18 +00:00
parent 8f0a299b12
commit 843a42fddc

View File

@ -1,7 +1,7 @@
Summary: Scanner access software.
Name: sane-backends
Version: 1.0.7
Release: 6
Release: 6.1
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
@ -96,8 +96,8 @@ if [ $1 = 0 ]; then
grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME}
cat ${FNAME} > /etc/ld.so.conf
rm -f ${FNAME}
/sbin/ldconfig
fi
/sbin/ldconfig
%triggerpostun -- sane
if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then
@ -130,6 +130,9 @@ fi
%{_libdir}/sane/*.so
%changelog
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6.1
- Unconditionally run ldconfig after installation (bug #64964).
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
- Re-apply the original 1.0.7-4 fix (oops):
- Make sure to load SCSI modules if not already loaded (bug #59979).