]> git.pld-linux.org Git - packages/apache-mod_gzip.git/commitdiff
- release 4: use new %doc. RA-1_0 apache-mod_gzip-1_3_19_1a-4
authorkloczek <kloczek@pld-linux.org>
Sun, 26 May 2002 15:19:32 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_gzip.spec -> 1.12

apache-mod_gzip.spec

index d85c973ee92110c0584b858f48c13b1bd703f354..62a89e58de9b22a5dec54ee34b59d42fcb6515ca 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache module: On-the-fly compression of HTML documents
 Summary(pl):   Modu³ do apache: kompresuje dokumenty HTML w locie
 Name:          apache-mod_%{mod_name}
 Version:       1.3.19.1a
-Release:       3
+Release:       4
 License:       Apache Software License
 Group:         Networking/Daemons
 Source0:       http://www.remotecommunications.com/apache/mod_%{mod_name}/src/%{version}/mod_%{mod_name}.c
@@ -47,8 +47,6 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}}
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/mod_gzip.conf
 
-gzip -9nf *.txt
-
 %post
 %{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_gzip.conf" /etc/httpd/httpd.conf; then
@@ -74,6 +72,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc *.txt
 %attr(755,root,root) %{_pkglibdir}/*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_gzip.conf
This page took 0.075341 seconds and 4 git commands to generate.