From faabb7a06afcdc6da667eaaade123de01f9840c7 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 26 May 2002 15:19:32 +0000 Subject: [PATCH] - release 4: use new %doc. Changed files: apache1-mod_gzip.spec -> 1.12 --- apache1-mod_gzip.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apache1-mod_gzip.spec b/apache1-mod_gzip.spec index d85c973..62a89e5 100644 --- a/apache1-mod_gzip.spec +++ b/apache1-mod_gzip.spec @@ -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 -- 2.44.0