auto-import changelog data from sane-backends-1.0.9-5.3.src.rpm

Tue Dec 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.3
- Put rpath tricks back in but take out ld.so.conf tampering (better fix
    for bug #110174).
Thu Dec 04 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.2.1
- Rebuilt.
Thu Dec 04 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.2
- Fix rpath in backends (bug #110174).
This commit is contained in:
cvsdist 2004-09-09 12:03:42 +00:00
parent dcc1bad2fa
commit 36a3129db9

View File

@ -1,7 +1,7 @@
Summary: Scanner access software.
Name: sane-backends
Version: 1.0.9
Release: 5.1
Release: 5.3
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
Group: System Environment/Libraries
Source0: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
@ -99,28 +99,9 @@ rm -f %{buildroot}%{_bindir}/gamma4scanimage
%clean
rm -rf %{buildroot}
%post
FNAME=`mktemp /etc/ld.so.conf.XXXXXX`
grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME}
echo "/usr/lib/sane" >> ${FNAME}
cat ${FNAME} > /etc/ld.so.conf
rm -f ${FNAME}
/sbin/ldconfig
%post -p /sbin/ldconfig
%postun
if [ $1 = 0 ]; then
FNAME=`mktemp /etc/ld.so.conf.XXXXXX`
grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME}
cat ${FNAME} > /etc/ld.so.conf
rm -f ${FNAME}
fi
/sbin/ldconfig
%triggerpostun -- sane
if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then
echo "/usr/lib/sane" >> /etc/ld.so.conf
fi
/sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -146,6 +127,19 @@ fi
%{_libdir}/sane/*.so
%changelog
* Tue Dec 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.3
- Put rpath tricks back in but take out ld.so.conf tampering (better fix
for bug #110174).
* Thu Dec 4 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.2.1
- Rebuilt.
* Thu Dec 4 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.2
- Fix rpath in backends (bug #110174).
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.1.1
- Rebuilt.
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.1
- Update plustek backend to 0.45-5 (bug #100659).