Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_auth_radius
> apache2-mod_auth_radius.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File apache2-mod_auth_radius.spec of Package apache2-mod_auth_radius (Revision 2)
Currently displaying revision
2
,
show latest
# # spec file for package apache2-mod_auth_radius # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org # # norootforbuild Name: apache2-mod_auth_radius BuildRequires: apache2-devel %define modname mod_auth_radius %define apxs /usr/sbin/apxs2 %define apache apache2 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR) %define apache_includedir %(%{apxs} -q INCLUDEDIR) %define apache_serverroot %(%{apxs} -q PREFIX) %define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR) %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) Version: 1.5.8 Release: 1 License: Apache License Group: Productivity/Networking/Web/Servers Requires: apache2 %{apache_mmn} Autoreqprov: on Summary: Authentication module against radius Url: http://freeradius.org/mod_auth_radius/ Source0: %{modname}-%{version}.tar.bz2 Patch0: %{modname}-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description %debug_package %prep %setup -n %{modname}-%{version} %patch0 %build %{apxs} -a -n %{modname}-2.0.so -c mod_auth_radius-2.0.c %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{apache_libexecdir} cp -p .libs/%{modname}-2.0.so $RPM_BUILD_ROOT/%{apache_libexecdir}/%{modname}.so || ls -al .libs/ %files %defattr(-,root,root) %doc index.html README htaccess httpd.conf %{apache_libexecdir}/*.so %changelog