libs, -libs-lite: track sonames, so abi bumps aren't a surprise
This commit is contained in:
parent
9d09f43a80
commit
e983ad30af
31
bind.spec
31
bind.spec
@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.9.5
|
Version: 9.9.5
|
||||||
Release: 0.4.%{?PATCHVER}%{?PREVER}%{?dist}
|
Release: 0.5.%{?PATCHVER}%{?PREVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -784,12 +784,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*so.*
|
%{_libdir}/libbind9.so.90*
|
||||||
%exclude %{_libdir}/*export.so.*
|
%{_libdir}/libdns.so.100*
|
||||||
|
%{_libdir}/libisc.so.95*
|
||||||
|
%{_libdir}/libisccc.so.90*
|
||||||
|
%{_libdir}/libisccfg.so.90*
|
||||||
|
%{_libdir}/liblwres.so.90*
|
||||||
|
|
||||||
%files libs-lite
|
%files libs-lite
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*export.so.*
|
%{_libdir}/libdns-export.so.100*
|
||||||
|
%{_libdir}/libirs-export.so.91*
|
||||||
|
%{_libdir}/libisc-export.so.95*
|
||||||
|
%{_libdir}/libisccfg-export.so.90*
|
||||||
|
|
||||||
%files license
|
%files license
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -826,8 +833,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%if %{DEVEL}
|
%if %{DEVEL}
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*so
|
%{_libdir}/libbind9.so
|
||||||
%exclude %{_libdir}/*export.so
|
%{_libdir}/libdns.so
|
||||||
|
%{_libdir}/libisc.so
|
||||||
|
%{_libdir}/libisccc.so
|
||||||
|
%{_libdir}/libisccfg.so
|
||||||
|
%{_libdir}/liblwres.so
|
||||||
%{_includedir}/bind9
|
%{_includedir}/bind9
|
||||||
%{_mandir}/man1/isc-config.sh.1*
|
%{_mandir}/man1/isc-config.sh.1*
|
||||||
%{_mandir}/man1/bind9-config.1*
|
%{_mandir}/man1/bind9-config.1*
|
||||||
@ -838,7 +849,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files lite-devel
|
%files lite-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*export.so
|
%{_libdir}/libdns-export.so
|
||||||
|
%{_libdir}/libirs-export.so
|
||||||
|
%{_libdir}/libisc-export.so
|
||||||
|
%{_libdir}/libisccfg-export.so
|
||||||
%{_includedir}/dns
|
%{_includedir}/dns
|
||||||
%{_includedir}/dst
|
%{_includedir}/dst
|
||||||
%{_includedir}/irs
|
%{_includedir}/irs
|
||||||
@ -916,6 +930,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 32:9.9.5-0.5.rc2
|
||||||
|
- -libs, -libs-lite: track sonames, so abi bumps aren't a surprise
|
||||||
|
|
||||||
* Fri Jan 24 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.4.rc2
|
* Fri Jan 24 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.4.rc2
|
||||||
- update to 9.9.5rc2
|
- update to 9.9.5rc2
|
||||||
- merged patches dropped
|
- merged patches dropped
|
||||||
|
Loading…
Reference in New Issue
Block a user