]> git.pld-linux.org Git - packages/ddt.git/commitdiff
- started update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 May 2003 11:37:20 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddt.spec -> 1.4

ddt.spec

index f4d3f71599c6dc214c06ce8d1d6c2a90dda803cc..bde6b585964327797b73800d597f064cab16c23d 100644 (file)
--- a/ddt.spec
+++ b/ddt.spec
@@ -1,19 +1,21 @@
 Summary:       Dynamic DNS Tools Server
 Summary(pl):   Serwer dynamicznego DNSu
 Name:          ddt
-Version:       0.5
+Version:       0.5.9
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://download.sourceforge.net/ddt/%{name}-%{version}.tar.gz
 Patch0:                %{name}-am_ac.patch
-URL:           http://www.ddt.org/
+URL:           http://www.ddts.org/
 Source1:       %{name}.init
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bind-devel >= 9.2.1-10
 BuildRequires: cgilib-devel
 BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: postgresql-devel < 7.3.0
+BuildRequires: libgcrypt-devel
 BuildRequires: opt
 Prereq:                chkconfig
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,8 +54,8 @@ rm -f missing
        --enable-docs \
        --enable-server \
        --enable-admin \
-       --with-pgsql-lib=%{_libdir} \
-       --with-pgsql-include=%{_includedir}/postgresql/server
+       --with-pgsql-libdir=%{_libdir} \
+       --with-pgsql-incdir=%{_includedir}/postgresql
 %{__make}
 
 %install
This page took 0.09492 seconds and 4 git commands to generate.