rpms/ldns/F-7 .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
Wed Oct 10 20:23:02 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/ldns/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1181

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
* Wed Oct 10 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-1
- Updated to 1.2.1
- Removed patches that got moved into upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/F-7/.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	10 Oct 2007 20:22:29 -0000	1.4
@@ -1 +1 @@
-ldns-1.0.1.tar.gz
+ldns-1.2.1.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/F-7/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	10 Oct 2007 20:22:29 -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.1
+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
@@ -26,40 +26,38 @@
 %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
+make DESTDIR=%{buildroot} 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 +67,26 @@
 %{_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
+%{_includedir}/ldns/*.h
+%doc doc Changelog README
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Oct 10 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-1
+- Updated to 1.2.1
+- Removed patches that got moved into upstream
+
 * 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/F-7/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	10 Oct 2007 20:22:29 -0000	1.4
@@ -1 +1 @@
-39210ff3bb2673d57e024f7908d31be5  ldns-1.0.1.tar.gz
+bbb987f1aa4b23a1faed58dc7930dbf0  ldns-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list