This commit is contained in:
committed by
Git OBS Bridge
parent
0bb114ffee
commit
e51dc1b15d
17
bind.spec
17
bind.spec
@@ -16,7 +16,7 @@ Name: bind
|
||||
BuildRequires: openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.4.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD License and BSD-like, X11/MIT
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@@ -543,7 +543,7 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(0644,root,named) %config(noreplace) /%{_sysconfdir}/named.conf
|
||||
%{_sysconfdir}/slp.reg.d
|
||||
%dir %{_sysconfdir}/slp.reg.d
|
||||
%attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/bind.reg
|
||||
%attr(0644,root,named) %ghost /%{_sysconfdir}/named.conf.include
|
||||
%attr(0640,root,named) %ghost %config(noreplace) /%{_sysconfdir}/rndc.key
|
||||
@@ -602,7 +602,15 @@ fi
|
||||
%{_bindir}/isc-config.sh
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.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/*
|
||||
|
||||
@@ -614,6 +622,7 @@ fi
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libidnkitres.la
|
||||
|
||||
%files lwresd
|
||||
%defattr(-,root,root)
|
||||
@@ -659,6 +668,8 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Fri Mar 30 2007 - ug@suse.de
|
||||
- libidnkitres.la moved to bind-libs for runidn
|
||||
* Thu Mar 29 2007 - rguenther@suse.de
|
||||
- Package .la files in -devel subpackage.
|
||||
- Do not package useless .la files.
|
||||
|
Reference in New Issue
Block a user