move backend .so files out of -devel into main package (#209389)
This commit is contained in:
parent
33cdd2c511
commit
1fc6804071
@ -24,7 +24,7 @@
|
||||
Summary: Scanner access software
|
||||
Name: sane-backends
|
||||
Version: 1.0.18
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?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
|
||||
@ -223,7 +223,7 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libsane*.so.*
|
||||
%dir %{_libdir}/sane
|
||||
%{_libdir}/sane/*.so.*
|
||||
%{_libdir}/sane/*.so*
|
||||
|
||||
%if %{gphoto2_split}
|
||||
%exclude %{_libdir}/sane/*gphoto2.so.*
|
||||
@ -251,11 +251,13 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/sane-config.1*
|
||||
%{_includedir}/sane
|
||||
%{_libdir}/libsane*.so
|
||||
%{_libdir}/sane/*.so
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/sane-backends.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-18
|
||||
- move backend .so files out of -devel into main package (#209389)
|
||||
|
||||
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-17
|
||||
- disable pint backend (which doesn't build without some BSD specific headers)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user