]> git.pld-linux.org Git - packages/apache-mod_gzip.git/commitdiff
- added URL, noted source URL
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Dec 2002 13:12:19 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_gzip.spec -> 1.15

apache-mod_gzip.spec

index 4217d3fa66bb94927e36546c767d527ade327771..a304d65f865ce337fa84038c34bb343051a56e3e 100644 (file)
@@ -7,15 +7,17 @@ Version:      1.3.19.1a
 Release:       4
 License:       Apache
 Group:         Networking/Daemons
+# working URL: http://www.schroepl.net/_download/mod_gzip-1.3.19.1b.zip
 Source0:       http://www.remotecommunications.com/apache/mod_%{mod_name}/src/%{version}/mod_%{mod_name}.c
 Source1:       http://www.remotecommunications.com/apache/mod_%{mod_name}/src/%{version}/changes.txt
 Source2:       http://www.remotecommunications.com/apache/mod_%{mod_name}/src/%{version}/commands.txt
 Source3:       http://www.remotecommunications.com/apache/mod_%{mod_name}/src/%{version}/samples.txt
 Source4:       %{name}.conf
+URL:           http://www.schroepl.net/projekte/mod_gzip/
 BuildRequires: %{apxs}
 BuildRequires: apache(EAPI)-devel
 BuildRequires: zlib-devel
-Prereq:                %{_sbindir}/apxs
+Requires(post,preun):  %{apxs}
 Requires:      apache(EAPI)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,6 +49,9 @@ 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
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 %{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
@@ -67,9 +72,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.txt
This page took 0.0930800000000001 seconds and 4 git commands to generate.