]> git.pld-linux.org Git - packages/pdnsd.git/blobdiff - pdnsd.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/pdnsd.git] / pdnsd.spec
index ae26895503e1baccdae4192a7c7541631654d7f7..9b169685141d491e666ecd44777813e21a94c8eb 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       A caching dns proxy for small networks or dialin accounts
-Summary:       DNS proxy serwer dla ma³ej sieci lub jednostli z po³±czeniem dialup
+Summary(pl):   DNS proxy serwer dla ma³ej sieci lub jednostki z po³±czeniem dialup
 Name:          pdnsd
-Version:       1.1.2
+Version:       1.1.7a
 Release:       1
 License:       GPL
+Group:         Networking/Daemons
 Vendor:                Thomas Moestl
-Group:         Daemons
-Group(de):     Server
-Group(pl):     Serwery
 Source0:       http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2
 Source1:       %{name}.init
-BuildRequires: flex
 URL:           http://home.t-online.de/home/Moestl/
-Prereq:                rc-scripts
-Prereq:                /sbin/chkconfig
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: flex
+PreReq:                /sbin/chkconfig
+PreReq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,14 +23,19 @@ 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 zgromadzony,mi
-informacjami na dysku. Bêdzie on szczególnie u¿yteczny dla jednostki z
-pracujacej w trybie off-line (np. poprzez po³±czenie dialup).
+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
 
 %build
+aclocal
+%{__autoconf}
+autoheader
+automake -a -f
 %configure \
        --enable-ipv6
 %{__make}
@@ -41,10 +46,8 @@ 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 \
@@ -52,10 +55,10 @@ gzip -9nf AUTHORS ChangeLog NEWS README TODO \
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-                                                                                
+
 %post
 /sbin/chkconfig --add pdnsd
-if [ -f /var/lock/subsys/pdnsd ]; then
+if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then
        /etc/rc.d/init.d/pdnsd restart >&2
 else
        echo "Run \"/etc/rc.d/init.d/pdnsd start\" to start pdnsd." >&2
@@ -63,17 +66,18 @@ fi
 
 %preun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/pdnsd ]; then
+       if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then
                /etc/rc.d/init.d/pdnsd stop
        fi
        /sbin/chkconfig --del pdnsd
-       rm -f /var/cache/pdnsd/pdnsd.cache
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/txt/*.gz doc/html/index.html doc/html/dl.html doc/html/doc.html doc/html/faq.html
+%doc {*,doc/txt/*}.gz doc/html/*.html
 %attr(754,root,root) /etc/rc.d/init.d/pdnsd
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pdnsd.conf
 %attr(755,root,root) %{_sbindir}/pdnsd
-%dir /var/cache/pdnsd
+%attr(755,root,root) %{_sbindir}/pdnsd-ctl
+%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.069353 seconds and 4 git commands to generate.