rpms/ldns/devel ldns.spec,1.10,1.11

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


Author: pwouters

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

Modified Files:
	ldns.spec 
Log Message:
Commented out new 1.1.0 make targets, and put back the 1.0.1 make
targets.



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ldns.spec	11 Sep 2006 23:08:00 -0000	1.10
+++ ldns.spec	11 Sep 2006 23:55:44 -0000	1.11
@@ -33,11 +33,14 @@
 
 %build
 make %{?_smp_mflags}
+# for 1.0.1
+make drill 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} )
+# 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} )
 make %{?_smp_mflags} doc
 
 %install
@@ -52,9 +55,11 @@
 rm -rf doc/man
 # remove .la files
 rm -rf %{buildroot}%{_libdir}/*.la
-#
-( cd drill ; make install )
-( cd examples ; make install )
+# for 1.0.1
+make drill-install examples-install
+# for 1.1.0
+#( cd drill ; make install )
+#( cd examples ; make install )
 
 %clean
 rm -rf %{buildroot}




More information about the scm-commits mailing list