]> git.pld-linux.org Git - packages/apache-mod_gzip.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Fri, 9 Nov 2001 08:41:01 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-11-09 08:41:01 UTC ankry <ankry@pld-linux.org> '7b55a65b42f29bd3c0d2ae7f2e1d31ca  mod_gzip.c'
Delete:
    apache-mod_gzip.spec

apache-mod_gzip.spec [deleted file]

diff --git a/apache-mod_gzip.spec b/apache-mod_gzip.spec
deleted file mode 100644 (file)
index 67f368a..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-%define                mod_name        gzip
-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:       1
-License:       Apache Software License
-Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-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
-BuildRequires: /usr/sbin/apxs
-BuildRequires: apache(EAPI)-devel
-BuildRequires: zlib-devel
-Prereq:                /usr/sbin/apxs
-Requires:      apache(EAPI)
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                _pkglibdir      %(/usr/sbin/apxs -q LIBEXECDIR)
-
-%description
-Apache module: On-the-fly compression of HTML documents. Browser will
-transparently decompress and display such documents.
-
-%description -l pl
-Modu³ do apache: kompresuje dokumenty HTML w locie. Przegl±daki w sposób
-przezroczysty dekompresuj± i wy¶wietlaj± takie dokumenty.
-
-%prep 
-%setup -q -T -c
-cp %{SOURCE0} .
-cp %{SOURCE1} .
-cp %{SOURCE2} .
-cp %{SOURCE3} .
-
-%build
-/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lz
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkglibdir}
-
-install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
-
-gzip -9nf *.txt
-
-%post
-%{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-if [ -f /var/lock/subsys/httpd ]; then
-       %{_sysconfdir}/rc.d/init.d/httpd restart 1>&2
-fi
-
-%preun
-if [ "$1" = "0" ]; then
-       /usr/sbin/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
-       if [ -f /var/lock/subsys/httpd ]; then
-               /etc/rc.d/init.d/httpd restart 1>&2
-       fi
-fi
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc *.gz
-%attr(755,root,root) %{_pkglibdir}/*
This page took 0.0608880000000001 seconds and 4 git commands to generate.