rpms/ldns/devel ldns.spec,1.36,1.37

Adam Tkac atkac at fedoraproject.org
Thu Feb 5 08:00:13 UTC 2009


Author: atkac

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

Modified Files:
	ldns.spec 
Log Message:
- fixed configure flags



Index: ldns.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ldns.spec	17 Jan 2009 14:16:13 -0000	1.36
+++ ldns.spec	5 Feb 2009 07:59:43 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -36,8 +36,8 @@
 %build
 
 make %{?_smp_mflags}
-(cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
-(cd examples ; %configure --disable-rpath --with-ldns=../ldns/)
+(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
+(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
 ( cd drill ; make %{?_smp_mflags} )
 ( cd examples ; make %{?_smp_mflags} )
 make %{?_smp_mflags} doc
@@ -85,6 +85,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Feb 05 2009 Adam Tkac <atkac redhat com> - 1.4.0-3
+- fixed configure flags
+
 * Sat Jan 17 2009 Tomas Mraz <tmraz at redhat.com> - 1.4.0-2
 - rebuild with new openssl
 




More information about the fedora-extras-commits mailing list