| [57] | 1 | Summary: scripts.mit.edu custom apache modules | 
|---|
 | 2 | Group: Applications/System | 
|---|
 | 3 | Name: httpdmods  | 
|---|
| [926] | 4 | Version: 0.%{scriptsversion} | 
|---|
| [120] | 5 | Release: 0 | 
|---|
| [57] | 6 | Vendor: The scripts.mit.edu Team (scripts@mit.edu) | 
|---|
 | 7 | URL: http://scripts.mit.edu | 
|---|
 | 8 | License: GPL | 
|---|
 | 9 | Source: %{name}.tar.gz  | 
|---|
 | 10 | BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root | 
|---|
| [1607] | 11 | BuildRequires: scripts-httpd-devel >= 2.2.15-1.fc11.1.scripts.1606 | 
|---|
| [1763] | 12 | Requires: httpd%{?_isa} | 
|---|
| [1607] | 13 | Requires: scripts-httpd >= 2.2.15-1.fc11.1.scripts.1606 | 
|---|
| [57] | 14 | %define debug_package %{nil} | 
|---|
 | 15 |  | 
|---|
 | 16 | %description  | 
|---|
 | 17 |  | 
|---|
 | 18 | scripts.mit.edu custom apache modules | 
|---|
 | 19 | Contains: | 
|---|
 | 20 |  - module to do authentication based on SSL certificates <mod_auth_sslcert> | 
|---|
 | 21 |  - module to do authorization based on Athena AFS groups <mod_authz_afsgroup> | 
|---|
| [390] | 22 |  - module to enable optional authentication <mod_auth_optional> | 
|---|
| [480] | 23 |  - module to get vhosts from LDAP, taken from Debian <mod_vhost_ldap> | 
|---|
| [57] | 24 | See http://scripts.mit.edu/wiki for more information. | 
|---|
 | 25 |  | 
|---|
 | 26 | %prep | 
|---|
 | 27 | %setup -q -n %{name} | 
|---|
 | 28 |  | 
|---|
 | 29 | %build | 
|---|
 | 30 | ./configure CFLAGS="-I/usr/include/httpd -I/usr/include/apr-1" | 
|---|
 | 31 | make | 
|---|
 | 32 |  | 
|---|
 | 33 | %install | 
|---|
 | 34 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| [389] | 35 | install -D .libs/mod_auth_sslcert.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_sslcert.so | 
|---|
 | 36 | install -D .libs/mod_authz_afsgroup.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_authz_afsgroup.so | 
|---|
| [390] | 37 | install -D .libs/mod_auth_optional.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_optional.so | 
|---|
| [480] | 38 | install -D .libs/mod_vhost_ldap.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_vhost_ldap.so | 
|---|
| [57] | 39 |  | 
|---|
 | 40 | %clean | 
|---|
 | 41 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
 | 42 |  | 
|---|
 | 43 | %files | 
|---|
 | 44 | %defattr(0755, root, root) | 
|---|
 | 45 | /usr/lib64/httpd/modules/mod_auth_sslcert.so | 
|---|
 | 46 | /usr/lib64/httpd/modules/mod_authz_afsgroup.so | 
|---|
| [390] | 47 | /usr/lib64/httpd/modules/mod_auth_optional.so | 
|---|
| [480] | 48 | /usr/lib64/httpd/modules/mod_vhost_ldap.so | 
|---|
| [57] | 49 |  | 
|---|
 | 50 | %changelog | 
|---|
 | 51 |  | 
|---|
 | 52 | * Sun Jan 13 2006  Jeff Arnold <jbarnold@MIT.EDU> 0.00 | 
|---|
 | 53 | - initial prerelease version | 
|---|