]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/commitdiff
- release 4 - new doc - STBR RA-1_0 STABLE apache-mod_accounting-0_4-4
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 14 Sep 2002 02:57:14 +0000 (02:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_accounting.spec -> 1.13

apache1-mod_accounting.spec

index a21fdf5c2e213dcd4b10444622ecf9146ec0ac81..8f383a5eeda77f52e6a10ca03825c116967aee2d 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache module: record traffic statistics into a database
 Summary(pl):   Modu³ do apache: zapisuje statystyki ruchu do bazy danych
 Name:          apache-mod_%{mod_name}
 Version:       0.4
-Release:       3
+Release:       4
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://prdownloads.sourceforge.net/mod-acct/mod_accounting-%{version}.tar.gz
@@ -43,8 +43,6 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}}
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mod_accounting.conf
 
-gzip -9nf README ChangeLog
-
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_accounting.conf" /etc/httpd/httpd.conf; then
@@ -70,5 +68,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README ChangeLog
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.068476 seconds and 4 git commands to generate.