rpms/pdns-recursor/F-9 pdns-recursor.spec,1.5,1.6

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Fri Jul 25 16:24:42 UTC 2008


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11132

Modified Files:
	pdns-recursor.spec 
Log Message:
* Fri Jul 25 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7-1
- Upstream released new version, now with Lua support



Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/F-9/pdns-recursor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pdns-recursor.spec	2 Apr 2008 21:45:46 -0000	1.5
+++ pdns-recursor.spec	25 Jul 2008 16:24:12 -0000	1.6
@@ -1,19 +1,19 @@
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
-Version:		3.1.5
+Version:		3.1.7
 Release:		1%{?dist}
 Group:			System Environment/Daemons
 License:		GPLv2
 URL:			http://powerdns.com
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0:		http://downloads.powerdns.com/releases/pdns-recursor-3.1.5.tar.bz2
+Source0:		http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
 Source1:		pdns-recursor.init	
 
 Patch0:			pdns-recursor-fixsysconfdir.patch
 Patch1:			pdns-recursor-fixmakefile.patch
 
 Provides:		powerdns-recursor = %{version}-%{release}
-BuildRequires:		boost-devel
+BuildRequires:		boost-devel, lua-devel, lua
 Requires(post):		/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig, /sbin/service
 
@@ -27,7 +27,8 @@
 %patch1 -p1 -b .fixmakefile
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
+LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" make %{?_smp_mflags}
+
 
 %install
 %{__rm} -rf %{buildroot}
@@ -75,6 +76,9 @@
 
 
 %changelog
+* Fri Jul 25 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7-1
+- Upstream released new version, now with Lua support
+
 * Wed Apr 02 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.5
 - Upstream released new version
 




More information about the fedora-extras-commits mailing list