]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/blobdiff - apache1-mod_accounting.spec
- release 4 - new doc - STBR
[packages/apache1-mod_accounting.git] / 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.070705 seconds and 4 git commands to generate.