]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- BuildRequires: autoconf,automake
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Oct 2001 09:14:40 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.spec -> 1.24

pdnsd.spec

index a583c98aa71b420d019967718ce845a99b03ab1c..b28146de6846195e278eb2fca8d1fff7a4d1ebda 100644 (file)
@@ -12,6 +12,8 @@ Source0:      http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2
 Source1:       %{name}.init
 URL:           http://home.t-online.de/home/Moestl/
 BuildRequires: flex
+BuildRequires: autoconf
+BuildRequires: automake
 Prereq:                rc-scripts
 Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +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 $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf.sample \
+mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf.sample \
        $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf
 
 gzip -9nf AUTHORS ChangeLog NEWS README TODO \
This page took 0.057438 seconds and 4 git commands to generate.