]> git.pld-linux.org Git - packages/apache1-mod_auth_checkpasswd.git/blobdiff - apache1-mod_auth_checkpasswd.spec
- release 4: use new %doc.
[packages/apache1-mod_auth_checkpasswd.git] / apache1-mod_auth_checkpasswd.spec
index e2295e56107ac589cbea97a625ffc8c3b042425e..d68430987ea5f15ec728aa7978d7d1ed7d716fef 100644 (file)
@@ -4,7 +4,7 @@ Summary:        This is the CHECKPASSWD authentication module for Apache
 Summary(pl):   To jest modu³ Apache autentykuj±cy przez CHECKPASSWD
 Name:          apache-mod_%{mod_name}
 Version:       1.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
 Source0:       mod_%{mod_name}-%{version}.tar.gz
@@ -44,8 +44,6 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
-gzip -9nf README
-
 %post
 %{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -65,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.099169 seconds and 4 git commands to generate.