rpms/bind/devel bind-devel.pc,NONE,1.1 bind.spec,1.151,1.152

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 12:45:53 UTC 2007


Author: atkac

Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13195/bind/devel

Modified Files:
	bind.spec 
Added Files:
	bind-devel.pc 
Log Message:
Resolves: #214208
Libs from bind-libbind-devel have been moved to bind-devel & bind-libs



--- NEW FILE bind-devel.pc ---
# pkg-config file for bind-devel
Name:           bind-devel
Description:    BIND 8 compatible DNS Resolver Library
Version:	9.3.2
Libs:   	-lbind
Cflags: 	-I/usr/include/bind


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- bind.spec	16 Jan 2007 22:42:34 -0000	1.151
+++ bind.spec	22 Jan 2007 12:45:50 -0000	1.152
@@ -17,7 +17,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.3.3
-Release: 	3%{?prever}%{?dist}
+Release: 	4%{?prever}%{?dist}
 Epoch:   	31
 Url: 		http://www.isc.org/products/BIND/
 Buildroot: 	%{_tmppath}/%{name}-root
@@ -132,7 +132,7 @@
 
 %description devel
 The bind-devel package contains all the header files and libraries
-required for DNS (Domain Name System) development with ISC BIND 9.x.x.
+required for development with ISC BIND 9 and BIND 8
 
 
 %package -n caching-nameserver
@@ -178,22 +178,6 @@
 chroot(2) jail for the named(8) program from the BIND package.
 Based off code from Jan "Yenya" Kasprzak <kas at fi.muni.cz>
 
-
-%if %{LIBBIND}
-
-%package libbind-devel
-Summary: Include files and library needed to use the BIND resolver library.
-Group: Development/Libraries
-Requires: bind-libs = %{epoch}:%{version}-%{release}
-
-%description libbind-devel
-The bind-libbind-devel package contains the libbind BIND resolver library,
-compatible with that from ISC BIND 8, and the /usr/include/bind include files
-necessary to develop software that uses it.
-
-%endif
-
-
 %if %{SDB}
 
 %package sdb
@@ -540,11 +524,9 @@
 %{_libdir}/libisccc.a
 %{_libdir}/libisccfg.a
 %{_libdir}/liblwres.a
-%if %{LIBBIND}
-%exclude %{_libdir}/libbind.so
-%endif
 %{_libdir}/*so
 %{_includedir}/bind9
+%{_includedir}/bind
 %{_includedir}/dns
 %{_includedir}/dst
 %{_includedir}/isc
@@ -554,6 +536,14 @@
 %{_mandir}/man3/lwres*
 %{_bindir}/isc-config.sh
 %doc doc/draft doc/rfc
+%if %{LIBBIND}
+%{_libdir}/libbind.a
+%{_libdir}/pkgconfig/bind-devel.pc
+%{_includedir}/bind
+%{_mandir}/man3/libbind-*
+%{_mandir}/man7/libbind-*
+%{_mandir}/man5/libbind-*
+%endif
 
 %files -n caching-nameserver
 %defattr(0640,root,named,0750)
@@ -601,22 +591,6 @@
 %ghost %prefix/dev/random
 %ghost %prefix/dev/zero
 
-
-%if %{LIBBIND}
-
-%files libbind-devel
-%defattr(-,root,root,0755)
-%{_libdir}/libbind.so*
-%defattr(0644,root,root,0755) 
-%{_libdir}/libbind.a
-%{_libdir}/pkgconfig/libbind.pc
-%{_includedir}/bind
-%{_mandir}/man3/libbind-*
-%{_mandir}/man7/libbind-*
-%{_mandir}/man5/libbind-*
-
-%endif
-
 %if %{SDB}
 
 %files sdb
@@ -720,16 +694,6 @@
 fi
 :;
 
-
-%if %{LIBBIND}
-
-%post libbind-devel -p /sbin/ldconfig
-
-%postun libbind-devel -p /sbin/ldconfig
-
-%endif
-
-
 %if %{SDB}
 
 %post sdb
@@ -777,7 +741,11 @@
 :;
 
 %changelog
-* Tue Jan 16 2007 Martin Stransky <stransky at redhat.com> - 30:9.3.3-3
+* Mon Jan 22 2007 Adam Tkac <atkac redhat com> 31:9.3.3-4.fc7
+- package bind-libbind-devel has beed removed (libs has been moved to bind-devel & bind-libs)
+- Resolves: #214208
+
+* Tue Jan 16 2007 Martin Stransky <stransky at redhat.com> - 31:9.3.3-3
 - fixed a multi-lib issue
 - Resolves: rhbz#222717
 




More information about the fedora-cvs-commits mailing list