rpms/ldns/FC-6 .cvsignore, 1.3, 1.4 ldns.spec, 1.12, 1.13 sources, 1.3, 1.4

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Nov 29 19:09:29 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/ldns/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31822

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
update to 1.2.2.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Jan 2006 01:05:03 -0000	1.3
+++ .cvsignore	29 Nov 2007 19:08:56 -0000	1.4
@@ -1 +1,2 @@
 ldns-1.0.1.tar.gz
+ldns-1.2.2.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/FC-6/ldns.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ldns.spec	12 Sep 2006 00:05:47 -0000	1.12
+++ ldns.spec	29 Nov 2007 19:08:56 -0000	1.13
@@ -1,13 +1,13 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.0.1
-Release: 4%{?dist}
+Version: 1.2.2
+Release: 1%{?dist}
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen
+BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen,perl, libpcap-devel
 
 %description
 ldns is a library with the aim to simplify DNS programing in C. All
@@ -25,41 +25,37 @@
 
 %prep
 %setup -q 
-
+# To built svn snapshots
+#rm config.guess config.sub ltmain.sh
 #libtoolize
 #autoreconf
-%configure
 
+%configure --disable-rpath
 
 %build
 make %{?_smp_mflags}
-# for 1.0.1
-make drill examples
-# below configure commands depend on ldns having been built already :(
-# for 1.1.0
-#(cd drill ; %%configure --with-ldns=../ldns/)
-#(cd examples ; %%configure --with-ldns=../ldns/)
-#( cd drill ; make %%{?_smp_mflags} )
-#( cd examples ; make %%{?_smp_mflags} )
+(cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
+(cd examples ; %configure --disable-rpath --with-ldns=../ldns/)
+( cd drill ; make %{?_smp_mflags} )
+( cd examples ; make %{?_smp_mflags} )
 make %{?_smp_mflags} doc
 
 %install
 rm -rf %{buildroot}
-
-export DESTDIR=%{buildroot}
-make install
-make install-doc
+make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
+make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
+# don't package building script in doc
+rm doc/doxyparse.pl
 #remove doc stubs
 rm -rf doc/.svn
 #remove double set of man pages
 rm -rf doc/man
+
 # remove .la files
 rm -rf %{buildroot}%{_libdir}/*.la
-# for 1.0.1
-make drill-install examples-install
-# for 1.1.0
-#( cd drill ; make install )
-#( cd examples ; make install )
+(cd drill ; make DESTDIR=%{buildroot} install)
+(cd examples; make DESTDIR=%{buildroot} install)
+
 
 %clean
 rm -rf %{buildroot}
@@ -69,20 +65,24 @@
 %{_libdir}/libldns*so
 %{_bindir}/drill
 %{_bindir}/ldns-*
-%doc README LICENSE ROADMAP TODO 
+%{_bindir}/ldnsd
+%doc README LICENSE
 %{_mandir}/*/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libldns.a
-%dir %{_includedir}/ldns/*
-%doc doc Changelog COMPILE 
+%dir %{_includedir}/ldns/*.h
+%doc doc Changelog README
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Nov 29 2007 Paul Wouters <paul at xelerance.com> - 1.2.2-1
+- Upgraded to 1.2.2.
+
 * Mon Sep 11 2006 Paul Wouters <paul at xelerance.com> 1.0.1-4
 - Commented out 1.1.0 make targets, put make 1.0.1 targets.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Jan 2006 01:05:03 -0000	1.3
+++ sources	29 Nov 2007 19:08:56 -0000	1.4
@@ -1 +1,2 @@
 39210ff3bb2673d57e024f7908d31be5  ldns-1.0.1.tar.gz
+cba5e061b66377ceb25e2309d2cf17f3  ldns-1.2.2.tar.gz




More information about the fedora-extras-commits mailing list