rpms/bind/devel .cvsignore, 1.50, 1.51 bind-nonexec.patch, 1.3, 1.4 bind.spec, 1.303, 1.304 sources, 1.59, 1.60 bind-96-libtool2-libbind.patch, 1.1, NONE bind-96-temporary-libbind.patch, 1.1, NONE

Adam Tkac atkac at fedoraproject.org
Mon Mar 9 14:36:26 UTC 2009


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10295

Modified Files:
	.cvsignore bind-nonexec.patch bind.spec sources 
Removed Files:
	bind-96-libtool2-libbind.patch bind-96-temporary-libbind.patch 
Log Message:
- fire away libbind, it is now separate package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- .cvsignore	8 Jan 2009 14:05:03 -0000	1.50
+++ .cvsignore	9 Mar 2009 14:35:56 -0000	1.51
@@ -1,5 +1,3 @@
 config-4.tar.bz2
-libbind-man.tar.gz
 bind-chroot.tar.bz2
 bind-9.6.0-P1.tar.gz
-libbind-9.5.1b2.tar.bz2

bind-nonexec.patch:

Index: bind-nonexec.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-nonexec.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bind-nonexec.patch	22 May 2008 13:49:34 -0000	1.3
+++ bind-nonexec.patch	9 Mar 2009 14:35:56 -0000	1.4
@@ -1,14 +1,3 @@
---- bind-9.2.4rc6/lib/bind/Makefile.in.nonexec	2004-03-09 04:17:23.000000000 -0500
-+++ bind-9.2.4rc6/lib/bind/Makefile.in	2004-07-16 19:23:30.000000000 -0400
-@@ -111,7 +111,7 @@
- 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
- 
- install:: timestamp installdirs
--	${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libbind. at A@ ${DESTDIR}${libdir}
-+	${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} libbind. at A@ ${DESTDIR}${libdir}
- 
- clean distclean::
- 	rm -f libbind. at SA@ libbind.la
 --- bind-9.2.4rc6/lib/dns/Makefile.in.nonexec	2004-04-14 20:35:27.000000000 -0400
 +++ bind-9.2.4rc6/lib/dns/Makefile.in	2004-07-16 19:25:40.000000000 -0400
 @@ -136,7 +136,7 @@


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- bind.spec	4 Mar 2009 09:27:48 -0000	1.303
+++ bind.spec	9 Mar 2009 14:35:56 -0000	1.304
@@ -9,7 +9,6 @@
 %define VERSION %{version}-%{PATCHVER}
 
 %{?!SDB:       %define SDB       1}
-%{?!LIBBIND:   %define LIBBIND   1}
 %{?!test:      %define test      0}
 %{?!bind_uid:  %define bind_uid  25}
 %{?!bind_gid:  %define bind_gid  25}
@@ -21,7 +20,7 @@
 Name:     bind
 License:  ISC
 Version:  9.6.0
-Release:  7.%{PATCHVER}%{?dist}
+Release:  8.%{PATCHVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,7 +34,6 @@
 Source6:  bind-chroot.tar.bz2
 Source7:  bind-9.3.1rc1-sdb_tools-Makefile.in
 Source8:  dnszone.schema
-Source9:  libbind-man.tar.gz
 Source12: README.sdb_pgsql
 Source21: Copyright.caching-nameserver
 Source24: libbind.pc
@@ -43,12 +41,6 @@
 Source28: config-4.tar.bz2
 Source30: ldap2zone.c
 
-%if %{LIBBIND}
-# XXX libbind is going to be a separate product in 9.6 series but it wasn't
-# released yet. Use libbind from 9.5 series
-Source31: libbind-9.5.1b2.tar.bz2
-%endif
-
 # Common patches
 Patch1:  bind-9.3.3rc2-rndckey.patch
 Patch5:  bind-nonexec.patch
@@ -59,10 +51,6 @@
 Patch72: bind-9.5-dlz-64bit.patch
 Patch87: bind-9.5-parallel-build.patch
 Patch96: bind-95-rh469440.patch
-%if %{LIBBIND}
-Patch97: bind-96-temporary-libbind.patch
-Patch100:bind-96-libtool2-libbind.patch
-%endif
 Patch99: bind-96-libtool2.patch
 Patch101:bind-96-old-api.patch
 Patch102:bind-95-rh452060.patch
@@ -177,14 +165,6 @@
 %prep
 %setup -q -n %{name}-%{VERSION}
 
-%if %{LIBBIND}
-# XXX temporary libbind workaround
-pushd lib
-tar xjf %{SOURCE31}
-popd
-sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in
-%endif
-
 # Common patches
 %patch1 -p1 -b .key
 %patch5 -p1 -b .nonexec
@@ -217,10 +197,6 @@
 cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
 %patch12 -p1 -b .sdb
 %endif
-%if %{LIBBIND}
-%patch13 -p1 -b .fix_libbind_includedir
-%patch97 -p1 -b .temporary-libbind
-%endif
 %if %{SDB}
 %patch17 -p1 -b .fix_sdb_ldap
 %endif
@@ -241,10 +217,6 @@
 # XXX due new libtool. Not sure about proper upstream approach yet.
 mkdir m4
 %patch99 -p1 -b .libtool2
-%if %{LIBBIND}
-mkdir lib/bind/m4
-%patch100 -p1 -b .libtool2-libbind
-%endif
 
 %patch102 -p1 -b .rh452060
 %patch103 -p0 -b .realloc
@@ -267,11 +239,6 @@
 's/RELEASEVER=\(.*\)/RELEASEVER=\1-RedHat-%{version}-%{release}/' \
 version
 
-%if %{LIBBIND}
-pushd lib/bind
-libtoolize -c -f; aclocal -I m4 --force; autoconf -f
-popd
-%endif
 libtoolize -c -f; aclocal -I m4 --force; autoheader -f; autoconf -f
 
 %configure \
@@ -360,11 +327,6 @@
 install -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}/etc/openldap/schema/dnszone.schema
 install -m 644 %{SOURCE12} contrib/sdb/pgsql/
 %endif
-%if %{LIBBIND}
-gunzip < %{SOURCE9} | (cd ${RPM_BUILD_ROOT}/usr/share; tar -xpf -)
-mkdir -p ${RPM_BUILD_ROOT}/%{_libdir}/pkgconfig
-install -m 644 %{SOURCE24} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libbind.pc
-%endif
 
 # Files required to run test-suite outside of build tree:
 cp -fp config.h ${RPM_BUILD_ROOT}/%{_includedir}/bind9
@@ -575,13 +537,6 @@
 %{_includedir}/lwres
 %{_mandir}/man3/lwres*
 %{_bindir}/isc-config.sh
-%if %{LIBBIND}
-%{_libdir}/pkgconfig/libbind.pc
-%{_includedir}/bind
-%{_mandir}/man3/libbind-*
-%{_mandir}/man7/libbind-*
-%{_mandir}/man5/libbind-*
-%endif
 
 %files chroot
 
@@ -606,10 +561,13 @@
 %ghost %{chroot_prefix}/etc/localtime
 
 %changelog
-* Wed Mar 04 2009 Adam Tkac <atkac redhat com> - 32:9.6.0-7.P1
+* Mon Mar 09 2009 Adam Tkac <atkac redhat com> 32:9.6.0-8.P1
+- fire away libbind, it is now separate package
+
+* Wed Mar 04 2009 Adam Tkac <atkac redhat com> 32:9.6.0-7.P1
 - fixed some read buffer overflows (upstream)
 
-* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 32:9.6.0-6.P1
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 32:9.6.0-6.P1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Feb 12 2009 Martin Nagy <mnagy redhat com> 32:9.6.0-5.P1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- sources	8 Jan 2009 14:05:04 -0000	1.59
+++ sources	9 Mar 2009 14:35:56 -0000	1.60
@@ -1,5 +1,3 @@
 de68e10e91e05ab100be879b5bcaa6cb  config-4.tar.bz2
-13fef79f99fcefebb51d84b08805de51  libbind-man.tar.gz
 4faa4395b955e5f8a3d50f308b9fabc8  bind-chroot.tar.bz2
 886b7eae55cfdc8cd8d2ca74a2f99c6e  bind-9.6.0-P1.tar.gz
-3d1dad3630ec3510c8ab0ac2217a3317  libbind-9.5.1b2.tar.bz2


--- bind-96-libtool2-libbind.patch DELETED ---


--- bind-96-temporary-libbind.patch DELETED ---




More information about the fedora-extras-commits mailing list