name soname suffix explicitly
This commit is contained in:
parent
858952cd29
commit
0ade6b5c3a
@ -33,7 +33,7 @@
|
||||
Summary: Scanner access software
|
||||
Name: sane-backends
|
||||
Version: 1.0.27
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||
# Tools are GPLv2+, docs are public domain
|
||||
# see LICENSE for details
|
||||
@ -320,21 +320,27 @@ exit 0
|
||||
%doc %{_docdocdir}
|
||||
|
||||
%files libs
|
||||
%{_libdir}/libsane*.so.*
|
||||
%{_libdir}/libsane.so.1
|
||||
%{_libdir}/libsane.so.1.0.27
|
||||
|
||||
%files devel
|
||||
%{_bindir}/sane-config
|
||||
%{_mandir}/man1/sane-config.1*
|
||||
%{_includedir}/sane
|
||||
%{_libdir}/libsane*.so
|
||||
%{_libdir}/libsane.so
|
||||
%{_libdir}/pkgconfig/sane-backends.pc
|
||||
|
||||
%files drivers-scanners
|
||||
%{_libdir}/sane/*.so*
|
||||
%{_libdir}/sane/*.so
|
||||
%{_libdir}/sane/*.so.1
|
||||
%{_libdir}/sane/*.so.1.0.27
|
||||
|
||||
%exclude %{_libdir}/sane/*gphoto2.so*
|
||||
|
||||
%files drivers-cameras
|
||||
%{_libdir}/sane/*gphoto2.so*
|
||||
%{_libdir}/sane/libsane-gphoto2.so
|
||||
%{_libdir}/sane/libsane-gphoto2.so.1
|
||||
%{_libdir}/sane/libsane-gphoto2.so.1.0.27
|
||||
|
||||
%files daemon
|
||||
%{_sbindir}/saned
|
||||
@ -343,6 +349,9 @@ exit 0
|
||||
%{_unitdir}/saned@.service
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-14
|
||||
- name soname suffix explicitly
|
||||
|
||||
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-13
|
||||
- gcc is no longer in buildroot by default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user