]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- fixed signals handling with threads, pdnsd-1_1_7a-4
authorTomasz Pala <gotar@pld-linux.org>
Mon, 24 Jun 2002 04:52:19 +0000 (04:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4, STBR.

Changed files:
    pdnsd.spec -> 1.35

pdnsd.spec

index 227f161040cde7636c5ff6d0871e82479e7001f1..af2a4da74cc7da3d5e808a31c15c74956c561214 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A caching dns proxy for small networks or dialin accounts
 Summary(pl):   DNS proxy serwer dla ma³ej sieci lub jednostki z po³±czeniem dialup
 Name:          pdnsd
 Version:       1.1.7a
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
 Vendor:                Thomas Moestl
 Source0:       http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2
 Source1:       %{name}.init
+Patch0:                %{name}-threads_signals.patch
 URL:           http://home.t-online.de/home/Moestl/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -30,12 +31,13 @@ dialup).
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 rm -f missing
 aclocal
-autoheader
 %{__autoconf}
+autoheader
 %{__automake}
 %configure \
        --enable-ipv6
@@ -45,12 +47,10 @@ autoheader
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%{__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
+mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf{.sample,}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.0842810000000001 seconds and 4 git commands to generate.