This commit is contained in:
parent
36f3cb6a7b
commit
7ac4fa5cb2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 11:51:38 CEST 2008 - aj@suse.de
|
||||
|
||||
- Remove .la files, they only introduce more problems and require
|
||||
libxml2.la installation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 12:50:46 CEST 2008 - ug@suse.de
|
||||
|
||||
|
26
bind.spec
26
bind.spec
@ -18,7 +18,7 @@ Name: bind
|
||||
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.5.0P1
|
||||
Release: 1
|
||||
Release: 4
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@ -299,6 +299,7 @@ popd
|
||||
# remove useless .la files
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_lib}/libidnkit.la
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_lib}/libidnkitlite.la
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/lib*.la
|
||||
mv vendor-files/config/named.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}
|
||||
mv vendor-files/config/bind.reg ${RPM_BUILD_ROOT}/%{_sysconfdir}/slp.reg.d
|
||||
mv vendor-files/config/rndc-access.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/named.d
|
||||
@ -614,15 +615,15 @@ fi
|
||||
%{_bindir}/isc-config.sh
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libbind.la
|
||||
%{_libdir}/libbind9.la
|
||||
%{_libdir}/libdns.la
|
||||
%{_libdir}/libidnkit.la
|
||||
%{_libdir}/libidnkitlite.la
|
||||
%{_libdir}/libisc.la
|
||||
%{_libdir}/libisccc.la
|
||||
%{_libdir}/libisccfg.la
|
||||
%{_libdir}/liblwres.la
|
||||
#%{_libdir}/libbind.la
|
||||
#%{_libdir}/libbind9.la
|
||||
#%{_libdir}/libdns.la
|
||||
#%{_libdir}/libidnkit.la
|
||||
#%{_libdir}/libidnkitlite.la
|
||||
#%{_libdir}/libisc.la
|
||||
#%{_libdir}/libisccc.la
|
||||
#%{_libdir}/libisccfg.la
|
||||
#%{_libdir}/liblwres.la
|
||||
%{_includedir}/bind
|
||||
%doc %{_mandir}/man3/*
|
||||
|
||||
@ -634,7 +635,7 @@ fi
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libidnkitres.la
|
||||
#%{_libdir}/libidnkitres.la
|
||||
|
||||
%files lwresd
|
||||
%defattr(-,root,root)
|
||||
@ -680,6 +681,9 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Sun Jul 27 2008 aj@suse.de
|
||||
- Remove .la files, they only introduce more problems and require
|
||||
libxml2.la installation.
|
||||
* Wed Jul 16 2008 ug@suse.de
|
||||
- BIND 9.5 offers many new features, including many
|
||||
behind-the-scenes improvements. For the most part, the non-visible
|
||||
|
Loading…
Reference in New Issue
Block a user