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:
parent
dcc1bad2fa
commit
36a3129db9
@ -1,7 +1,7 @@
|
|||||||
Summary: Scanner access software.
|
Summary: Scanner access software.
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 5.1
|
Release: 5.3
|
||||||
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
|
||||||
Source0: 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
|
||||||
@ -99,28 +99,9 @@ rm -f %{buildroot}%{_bindir}/gamma4scanimage
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
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
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
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
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -146,6 +127,19 @@ fi
|
|||||||
%{_libdir}/sane/*.so
|
%{_libdir}/sane/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5.1
|
||||||
- Update plustek backend to 0.45-5 (bug #100659).
|
- Update plustek backend to 0.45-5 (bug #100659).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user