Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_authnz_external
> apache2-mod_authnz_external.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File apache2-mod_authnz_external.spec of Package apache2-mod_authnz_external (Revision 2)
Currently displaying revision
2
,
show latest
# norootforbuild %define mod_name mod_authnz_external %define apxs /usr/sbin/apxs2 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) # Name: apache2-mod_authnz_external Version: 3.2.6 Release: 0 # Group: Productivity/Networking/Web/Servers License: Apache License # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: apache2-devel Requires: pwauth # URL: http://unixpapa.com/mod_authnz_external/ Source: http://unixpapa.com/software/%{mod_name}-%{version}.tar.gz # Summary: Apache External Authentication Modules %description The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. These external authentication modules provide a flexible tool for creating authentication systems based on other databases. Authors: --------- Nathan Neulinger (nneul@umr.edu) Tyler Allison (allison@nas.nasa.gov) Jan Wolter %prep %setup -n %{mod_name}-%{version} %{__rm} -rf .libs/ .*.swp %build %{apxs} -c %{mod_name}.c %install %{__install} -Dd -m 0755 %{buildroot}%{apache_libexecdir} %{apxs} -S LIBEXECDIR="%{buildroot}%{apache_libexecdir}" -i -n %{mod_name} %{mod_name}.la chmod -x test/* %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{apache_libexecdir}/%{mod_name}.so %doc mysql/ test/ %doc AUTHENTICATORS CHANGES INSTALL* README TODO UPGRADE