rpms/ldns/devel ldns.spec,1.7,1.8

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Mon Sep 11 23:04:43 UTC 2006


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27856

Modified Files:
	ldns.spec 
Log Message:
* Mon Sep 11 2006 Paul Wouters <paul at xelerance.com> 1.0.1-2
- Fixed changelog typo in date
- Rebuild requested for PT_GNU_HASH support from gcc
- Did not upgrade to 1.1.0 due to compile issues on x86_64



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ldns.spec	6 Jan 2006 01:05:03 -0000	1.7
+++ ldns.spec	11 Sep 2006 23:04:43 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.0.1
-Release: 1%{?dist}
+Version: 1.1.0
+Release: 2%{?dist}
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -28,32 +28,33 @@
 
 #libtoolize
 #autoreconf
-
 %configure
 
 
 %build
-make %{?_smp_mflags} clean
-make %{?_smp_mflags} allautoconf
 make %{?_smp_mflags}
-make %{?_smp_mflags} drill
-make %{?_smp_mflags} examples
+# below configure commands depend on ldns having been built already :(
+(cd drill ; %configure --with-ldns=../ldns/)
+(cd examples ; %configure --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} examples-install
-%{__make} install-doc
-%{__make} drill-install
+make install
+make install-doc
 #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
+#
+( cd drill ; make install )
+( cd examples ; make install )
 
 %clean
 rm -rf %{buildroot}
@@ -77,7 +78,12 @@
 %postun -p /sbin/ldconfig
 
 %changelog
-* Thu Dec  5 2006 Paul Wouters <paul at xelerance.com> 1.0.1-1
+* Mon Sep 11 2006 Paul Wouters <paul at xelerance.com> 1.0.1-2
+- Fixed changelog typo in date
+- Rebuild requested for PT_GNU_HASH support from gcc
+- Did not upgrade to 1.1.0 due to compile issues on x86_64
+
+* Fri Jan  6 2006 Paul Wouters <paul at xelerance.com> 1.0.1-1
 - Upgraded to 1.0.1. Removed temporary clean hack from spec file.
 
 * Sun Dec 18 2005 Paul Wouters <paul at xelerance.com> 1.0.0-8




More information about the fedora-extras-commits mailing list