Last change
on this file since 282 was
120,
checked in by jbarnold, 18 years ago
|
updated all spec files to use numeric "Release:"
|
File size:
1.2 KB
|
Rev | Line | |
---|
[57] | 1 | Summary: scripts.mit.edu custom apache modules |
---|
| 2 | Group: Applications/System |
---|
| 3 | Name: httpdmods |
---|
| 4 | Version: 0.00 |
---|
[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 |
---|
| 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 | See http://scripts.mit.edu/wiki for more information. |
---|
| 20 | |
---|
| 21 | %prep |
---|
| 22 | %setup -q -n %{name} |
---|
| 23 | |
---|
| 24 | %build |
---|
| 25 | ./configure CFLAGS="-I/usr/include/httpd -I/usr/include/apr-1" |
---|
| 26 | make |
---|
| 27 | |
---|
| 28 | %install |
---|
| 29 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
| 30 | install -D mod_auth_sslcert.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_sslcert.so |
---|
| 31 | install -D mod_authz_afsgroup.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_authz_afsgroup.so |
---|
| 32 | |
---|
| 33 | %clean |
---|
| 34 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
| 35 | |
---|
| 36 | %files |
---|
| 37 | %defattr(0755, root, root) |
---|
| 38 | /usr/lib64/httpd/modules/mod_auth_sslcert.so |
---|
| 39 | /usr/lib64/httpd/modules/mod_authz_afsgroup.so |
---|
| 40 | |
---|
| 41 | %changelog |
---|
| 42 | |
---|
| 43 | * Sun Jan 13 2006 Jeff Arnold <jbarnold@MIT.EDU> 0.00 |
---|
| 44 | - initial prerelease version |
---|
Note: See
TracBrowser
for help on using the repository browser.