| 
                Last change
                  on this file since 456 was
                  390,
                  checked in by andersk, 18 years ago
           | 
        
        
          | 
            httpd module updates, including support for optional authentication.
           | 
        
        | 
            File size:
            1.4 KB
           | 
      
      
        
  | Line |   | 
|---|
| 1 | Summary: scripts.mit.edu custom apache modules | 
|---|
| 2 | Group: Applications/System | 
|---|
| 3 | Name: httpdmods  | 
|---|
| 4 | Version: 0.00 | 
|---|
| 5 | Release: 0 | 
|---|
| 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 | 
|---|
| 11 | %define debug_package %{nil} | 
|---|
| 12 |  | 
|---|
| 13 | %description  | 
|---|
| 14 |  | 
|---|
| 15 | scripts.mit.edu custom apache modules | 
|---|
| 16 | Contains: | 
|---|
| 17 |  - module to do authentication based on SSL certificates <mod_auth_sslcert> | 
|---|
| 18 |  - module to do authorization based on Athena AFS groups <mod_authz_afsgroup> | 
|---|
| 19 |  - module to enable optional authentication <mod_auth_optional> | 
|---|
| 20 | See http://scripts.mit.edu/wiki for more information. | 
|---|
| 21 |  | 
|---|
| 22 | %prep | 
|---|
| 23 | %setup -q -n %{name} | 
|---|
| 24 |  | 
|---|
| 25 | %build | 
|---|
| 26 | ./configure CFLAGS="-I/usr/include/httpd -I/usr/include/apr-1" | 
|---|
| 27 | make | 
|---|
| 28 |  | 
|---|
| 29 | %install | 
|---|
| 30 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| 31 | install -D .libs/mod_auth_sslcert.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_sslcert.so | 
|---|
| 32 | install -D .libs/mod_authz_afsgroup.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_authz_afsgroup.so | 
|---|
| 33 | install -D .libs/mod_auth_optional.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_optional.so | 
|---|
| 34 |  | 
|---|
| 35 | %clean | 
|---|
| 36 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| 37 |  | 
|---|
| 38 | %files | 
|---|
| 39 | %defattr(0755, root, root) | 
|---|
| 40 | /usr/lib64/httpd/modules/mod_auth_sslcert.so | 
|---|
| 41 | /usr/lib64/httpd/modules/mod_authz_afsgroup.so | 
|---|
| 42 | /usr/lib64/httpd/modules/mod_auth_optional.so | 
|---|
| 43 |  | 
|---|
| 44 | %changelog | 
|---|
| 45 |  | 
|---|
| 46 | * Sun Jan 13 2006  Jeff Arnold <jbarnold@MIT.EDU> 0.00 | 
|---|
| 47 | - initial prerelease version | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.