]> git.pld-linux.org Git - packages/pound.git/commitdiff
- adapterized and few cosmetics. pound-0_7-1
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Jul 2002 15:52:33 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pound.spec -> 1.3

pound.spec

index 2c49e14127ab26d3022933b84bfcb6b9549cfc33..ff08e9d8efc2c946afae6e0d904fb0e5f83334d3 100644 (file)
@@ -9,7 +9,7 @@ Vendor:         Robert Segall - roseg@apsis.ch
 Source0:       http://www.apsis.ch/pound/Pound-%{version}.tgz
 Source1:       %{name}.cfg
 Source2:       %{name}.init
-Patch0:                pound-getregexp.patch
+Patch0:                %{name}-getregexp.patch
 URL:           http://www.apsis.ch/pound/
 BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +42,7 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 /sbin/chkconfig --add %{name}
 if [ -f %{_var}/lock/subsys/%{name} ]; then
         %{_sysconfdir}/rc.d/init.d/%{name} restart 1>&2
-else    
+else
         echo "Run \"%{_sysconfdir}/rc.d/init.d/%{name} start\" to start %{name} daemon."
 fi
 
@@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_mandir}/man8/*
-%attr( 644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pound/*
+%dir %{_sysconfdir}/pound
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pound/*
 %attr(754,root,root) %{_sysconfdir}/rc.d/init.d/%{name}
-%dir %{_sysconfdir}/pound/
+%{_mandir}/man8/*
This page took 0.033736 seconds and 4 git commands to generate.