]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- more macros. pdnsd-1_1_7a-2
authorkloczek <kloczek@pld-linux.org>
Wed, 5 Jun 2002 21:32:31 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.spec -> 1.33

pdnsd.spec

index fc2f57ddf6d7eac50d22c468002cc45f2ce8175f..4f138d423a981a3d60935aaa645d0628d3daceba 100644 (file)
@@ -32,10 +32,11 @@ dialup).
 %setup -q
 
 %build
+rm -f missing
 aclocal
-%{__autoconf}
 autoheader
-automake -a -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-ipv6
 %{__make}
@@ -46,6 +47,7 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pdnsd
 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf.sample \
        $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf
This page took 0.058843 seconds and 4 git commands to generate.