[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> |
---|
[1796] | 24 | - module to use the original destination address of a request that |
---|
| 25 | has gone through something like a transparent proxy <mod_original_dst> |
---|
[57] | 26 | See http://scripts.mit.edu/wiki for more information. |
---|
| 27 | |
---|
| 28 | %prep |
---|
| 29 | %setup -q -n %{name} |
---|
| 30 | |
---|
| 31 | %build |
---|
| 32 | ./configure CFLAGS="-I/usr/include/httpd -I/usr/include/apr-1" |
---|
| 33 | make |
---|
| 34 | |
---|
| 35 | %install |
---|
| 36 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
[389] | 37 | install -D .libs/mod_auth_sslcert.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_sslcert.so |
---|
| 38 | install -D .libs/mod_authz_afsgroup.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_authz_afsgroup.so |
---|
[390] | 39 | install -D .libs/mod_auth_optional.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_optional.so |
---|
[480] | 40 | install -D .libs/mod_vhost_ldap.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_vhost_ldap.so |
---|
[1796] | 41 | install -D .libs/mod_original_dst.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_original_dst.so |
---|
[57] | 42 | |
---|
| 43 | %clean |
---|
| 44 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
| 45 | |
---|
| 46 | %files |
---|
| 47 | %defattr(0755, root, root) |
---|
| 48 | /usr/lib64/httpd/modules/mod_auth_sslcert.so |
---|
| 49 | /usr/lib64/httpd/modules/mod_authz_afsgroup.so |
---|
[390] | 50 | /usr/lib64/httpd/modules/mod_auth_optional.so |
---|
[480] | 51 | /usr/lib64/httpd/modules/mod_vhost_ldap.so |
---|
[1796] | 52 | /usr/lib64/httpd/modules/mod_original_dst.so |
---|
[57] | 53 | |
---|
| 54 | %changelog |
---|
| 55 | |
---|
| 56 | * Sun Jan 13 2006 Jeff Arnold <jbarnold@MIT.EDU> 0.00 |
---|
| 57 | - initial prerelease version |
---|