- Ship the correct libsane.usermap (part of bug #135802).

This commit is contained in:
Tim Waugh 2004-12-03 16:29:00 +00:00
parent 9a0908f434
commit 8d7755cb98

View File

@ -7,7 +7,6 @@ Group: System Environment/Libraries
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: sane.png Source1: sane.png
Source2: libusbscanner Source2: libusbscanner
Source3: libsane.usermap
Patch1: sane-backends-1.0.11-rpath.patch Patch1: sane-backends-1.0.11-rpath.patch
Patch2: sane-backends-1.0.11-docdir.patch Patch2: sane-backends-1.0.11-docdir.patch
Patch3: sane-backends-1.0.12-badcode.patch Patch3: sane-backends-1.0.12-badcode.patch
@ -101,7 +100,7 @@ rm -f %{buildroot}%{_bindir}/gamma4scanimage
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
mkdir -p %{buildroot}%{_sysconfdir}/hotplug/usb mkdir -p %{buildroot}%{_sysconfdir}/hotplug/usb
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/hotplug/usb install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/hotplug/usb
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/hotplug/usb install -m 644 tools/hotplug/libsane.usermap %{buildroot}%{_sysconfdir}/hotplug/usb
%find_lang %name %find_lang %name
@ -137,6 +136,9 @@ rm -rf %{buildroot}
%{_libdir}/sane/*.so %{_libdir}/sane/*.so
%changelog %changelog
* Fri Dec 3 2004 Tim Waugh <twaugh@redhat.com>
- Ship the correct libsane.usermap (part of bug #135802).
* Wed Dec 1 2004 Tim Waugh <twaugh@redhat.com> * Wed Dec 1 2004 Tim Waugh <twaugh@redhat.com>
- No longer need ep2400 patch. - No longer need ep2400 patch.