]> git.pld-linux.org Git - packages/ddt.git/blobdiff - ddt.spec
- massive attack: adding Source-md5
[packages/ddt.git] / ddt.spec
index 856dbbedcf7f645d610f44be919f9481c5cb41e2..e6082b77f3caeddfedda63da66472b065c66acac 100644 (file)
--- a/ddt.spec
+++ b/ddt.spec
@@ -2,13 +2,16 @@ Summary:      Dynamic DNS Tools Server
 Summary(pl):   Serwer dynamicznego DNSu
 Name:          ddt
 Version:       0.5.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://download.sourceforge.net/ddt/%{name}-%{version}.tar.gz
+# Source0-md5: 30bb784bde3eef1e1a6eb61ab77f4b90
 Patch0:                %{name}-am_ac.patch
 Patch1:                %{name}-cgi-to-cgic.patch
 Patch2:                %{name}-bind-includes-hack.patch
+Patch3:                %{name}-nobody.patch
+Patch4:                %{name}-postgresql.patch
 URL:           http://www.ddts.org/
 Source1:       %{name}-client.init
 Source2:       %{name}-server.init
@@ -64,13 +67,15 @@ Skrypty CGI do Serwera Dynamicznego DNSu.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-CPPFLAGS="-I%{_includedir}/cgilibc"; export CPPFLAGS
+CPPFLAGS="-I%{_includedir}/cgilibc -I%{_includedir}/postgresql/server"; export CPPFLAGS
 %configure \
        --enable-docs \
        --enable-server \
This page took 0.064272 seconds and 4 git commands to generate.