Author: kiesiu Date: Mon Nov 28 12:26:33 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.0
---- Files affected: packages/pdns: pdns.spec (1.78 -> 1.79) ---- Diffs: ================================================================ Index: packages/pdns/pdns.spec diff -u packages/pdns/pdns.spec:1.78 packages/pdns/pdns.spec:1.79 --- packages/pdns/pdns.spec:1.78 Thu Mar 31 20:11:56 2011 +++ packages/pdns/pdns.spec Mon Nov 28 13:26:28 2011 @@ -2,28 +2,32 @@ Summary: PowerDNS is a Versatile Database Driven Nameserver Summary(pl.UTF-8): PowerDNS to wielofunkcyjny serwer nazw korzystajÄ…cy z relacyjnych baz danych Name: pdns -Version: 2.9.22 -Release: 4 +Version: 3.0 +Release: 1 License: GPL Group: Networking/Daemons Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz -# Source0-md5: 8a6ff842733aca885577eb54e983a1ff +# Source0-md5: dce3855707a1a02c1d1893242f33960a Source1: http://downloads.powerdns.com/documentation/%{name}.pdf # Source1-md5: cb69cd9655e4cb319c66adb2c733314d Source2: http://downloads.powerdns.com/documentation/%{name}.txt Source3: %{name}.init Source4: %{name}.conf Source5: %{name}.sysconfig -Patch0: %{name}-configure.patch +Patch0: configure.ac.patch Patch1: %{name}-int16.patch Patch2: %{name}-openldap-2.3.patch Patch3: gcc4.patch URL: http://www.powerdns.com/ +BuildRequires: autoconf >= 2.52 +BuildRequires: automake BuildRequires: bison BuildRequires: boost-devel >= 1.35.0 BuildRequires: flex BuildRequires: libpq++-devel BuildRequires: libstdc++-devel +BuildRequires: libtool +BuildRequires: lua51-devel BuildRequires: mysql-devel BuildRequires: openldap-devel >= 2.4.6 BuildRequires: rpmbuild(macros) >= 1.268 @@ -140,20 +144,19 @@ %build CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\"" +%{__libtoolize} +%{__aclocal} -I . +%{__autoconf} +%{__automake} %configure \ --libdir=%{_libdir}/%{name} \ --sysconfdir=%{_sysconfdir}/%{name} \ --disable-static \ - --enable-ldap \ - --enable-mysql \ - --enable-pgsql \ - --enable-sqlite3 \ + --with-lua \ --with-pgsql-includes=%{_includedir} \ --with-pgsql-lib=%{_libdir} \ --with-mysql-includes=%{_includedir} \ --with-mysql-lib=%{_libdir} \ - --with-sqlite3-includes=%{_includedir} \ - --with-sqlite3-lib=%{_libdir} \ --with-dynmodules="gsqlite3 gmysql gpgsql pipe ldap" \ --with-modules="" \ --with-socketdir=/var/run @@ -238,6 +241,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79 2011/11/28 12:26:28 kiesiu +- updated to 3.0 + Revision 1.78 2011/03/31 18:11:56 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pdns/pdns.spec?r1=1.78&r2=1.79&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
