]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- extended build process,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 30 Dec 2001 10:51:14 +0000 (10:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added two patches;
        - ac2.5 satisfied (Patch0),
        - fixed CONFDIR (Patch1)!,
- chmod o+rx %{_var}/cache/pdnsd, o+r %{_var}/cache/pdnsd/pdnsd.cache,
- release 3, STBR.

Changed files:
    pdnsd.spec -> 1.26

pdnsd.spec

index 9fb1c52c14b46b2c57de0d0fca40a714d1e72cd8..058c991b3809b08eaf7d32d22814104b3f18108b 100644 (file)
@@ -2,7 +2,7 @@ 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.6
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -10,12 +10,14 @@ Group(pl):  Sieciowe/Serwery
 Vendor:                Thomas Moestl
 Source0:       http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2
 Source1:       %{name}.init
+Patch0:                %{name}-automake.patch
+Patch1:                %{name}-confdir.patch
 URL:           http://home.t-online.de/home/Moestl/
-BuildRequires: flex
 BuildRequires: autoconf
 BuildRequires: automake
-Prereq:                rc-scripts
+BuildRequires: flex
 Prereq:                /sbin/chkconfig
+Prereq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,17 +27,21 @@ outages or hangups and to prevent DNS-dependent applications like
 Netscape Navigator from hanging.
 
 %description -l pl
-pdnsd jest serwerem proxy do us³ugi DNS zapisujacym bufor ze
+pdnsd jest serwerem proxy dla us³ugi DNS, zapisujacym bufor ze
 zgromadzonymi informacjami na dysku. Bêdzie on szczególnie u¿yteczny
 dla jednostki pracujacej w trybie off-line (np. poprzez po³±czenie
 dialup).
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 aclocal
 autoconf
+autoheader
+automake -a -f
 %configure \
        --enable-ipv6
 %{__make}
@@ -78,6 +84,6 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/pdnsd
 %attr(755,root,root) %{_sbindir}/pdnsd
 %attr(755,root,root) %{_sbindir}/pdnsd-ctl
-%attr(770,nobody,nobody) %dir %{_var}/cache/pdnsd
-%attr(660,nobody,nobody) %config(noreplace) %verify(not md5 size mtime) %{_var}/cache/pdnsd/pdnsd.cache
+%attr(775,nobody,nobody) %dir %{_var}/cache/pdnsd
+%attr(664,nobody,nobody) %config(noreplace) %verify(not md5 size mtime) %{_var}/cache/pdnsd/pdnsd.cache
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pdnsd.conf
This page took 0.177639 seconds and 4 git commands to generate.