move libsane-gphoto2.so into -libs-gphoto2

This commit is contained in:
Nils Philippsen 2008-02-19 09:57:40 +00:00
parent 560a601700
commit 0117d16dd4

View File

@ -22,7 +22,7 @@
Summary: Scanner access software
Name: sane-backends
Version: 1.0.19
Release: 5%{?dist}
Release: 6%{?dist}
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
Group: System Environment/Libraries
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
@ -208,7 +208,7 @@ rm -rf %{buildroot}
%{_libdir}/sane/*.so*
%if %{with gphoto2_split}
%exclude %{_libdir}/sane/*gphoto2.so.*
%exclude %{_libdir}/sane/*gphoto2.so*
%files libs-gphoto2
%defattr(-, root, root)
@ -237,6 +237,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/sane-backends.pc
%changelog
* Tue Feb 19 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-6
- move libsane-gphoto2.so into -libs-gphoto2
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-5
- replace string-oob patch with uninitialized patch by upstream which covers
more backends