Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37857085
en ru br
Репозитории ALT
5.1: 3-alt3
4.1: 3-alt3
4.0: 3-alt3
3.0: 3-alt1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: mod_gunzip

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# override definition from apache-devel
%define apache_addonconfdir %apache_confdir/addon-modules.d
%define apache_moduledir %_libdir/apache

Name: mod_gunzip
Version: 3
Release: alt3

Summary: Apache module: On-the-fly decompression of documents
Group: System/Servers
License: GPL
URL: http://www.oldach.net/

Source: http://www.oldach.net/mod_gunzip.tar.gz
Source2: mod_gunzip.conf

Requires: apache

# Automatically added by buildreq on Fri Oct 15 2004

BuildRequires: apache-devel zlib-devel

%description
Apache module: On-the-fly decompression of gzip-compressed documents.

%prep
%setup -q

%build
%apache_apxs -Wc,"$RPM_OPT_FLAGS" -c mod_gunzip.c -o mod_gunzip.so -lz

%install
%__mkdir_p %buildroot{%apache_moduledir,%apache_addonconfdir}

%__install -m755 %name.so %buildroot%apache_moduledir
%__install -m644 %_sourcedir/%name.conf %buildroot%apache_addonconfdir

%post
/sbin/service httpd condrestart

%postun
/sbin/service httpd condrestart

%files
%apache_moduledir/*
%config(noreplace) %apache_addonconfdir/*
%doc README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin