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

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

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

Name: mod_auth_mysql
Version: 3.0.0
Release: alt4

Summary: mod_auth_mysql module for Apache 1.3 HTTP Server
License: Apache (BSD-like)
Group: System/Servers

Url: http://modauthmysql.sourceforge.net
Packager: Vladimir V Kamarzin <vvk at altlinux.ru>

# http://modauthmysql.sourceforge.net/

Source0: %name-%version.tar
Source1: %name.conf
Patch0: %name-%version-%release.patch

Requires: apache

# Automatically added by buildreq on Sat Jun 04 2005

BuildRequires: apache-devel libMySQL-devel zlib-devel

%description
mod_auth_mysql is an Apache module to authenticate users and authorize access
through a MySQL database.  It is flexible and support several encryption
methods.  The module will work on Apache 1.x.

%prep
%setup -q
%patch0 -p1
mkdir 1.3

%build
%_sbindir/apxs -c -I%_includedir/mysql %name.c -lmysqlclient -lm -lz
mv %name.so 1.3/

%install
install -pDm0644 1.3/%name.so %buildroot%_libdir/apache/%name.so
install -pDm0644 %SOURCE1 %buildroot%_sysconfdir/httpd/conf/addon-modules.d/%name.conf

%post
%_initdir/httpd condrestart

%postun
%_initdir/httpd condrestart

%files
%config(noreplace) %_sysconfdir/httpd/conf/addon-modules.d/%name.conf
%_libdir/apache/*
%doc CHANGES CONFIGURE README

%changelog

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

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