| Line |   | 
|---|
| 1 | Summary:        whoisd for <scripts.mit.edu> (virtualhost aware) | 
|---|
| 2 | Group:                  Applications/System | 
|---|
| 3 | Name:           whoisd | 
|---|
| 4 | Version:        0.%{scriptsversion} | 
|---|
| 5 | Release:        0 | 
|---|
| 6 | Vendor:                 The scripts.mit.edu Team (scripts@mit.edu) | 
|---|
| 7 | URL:                    http://scripts.mit.edu | 
|---|
| 8 | License:        GPL | 
|---|
| 9 | Source0:        %{name}.tar.gz | 
|---|
| 10 | BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | 
|---|
| 11 | %define debug_package %{nil} | 
|---|
| 12 |  | 
|---|
| 13 | #BuildRequires:  make | 
|---|
| 14 | Requires:       python-twisted-core | 
|---|
| 15 |  | 
|---|
| 16 | %description | 
|---|
| 17 |  | 
|---|
| 18 |  | 
|---|
| 19 | %prep | 
|---|
| 20 | %setup -q -n %{name} | 
|---|
| 21 |  | 
|---|
| 22 | %build | 
|---|
| 23 | ./configure | 
|---|
| 24 |  | 
|---|
| 25 | %install | 
|---|
| 26 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| 27 | make install DESTDIR=$RPM_BUILD_ROOT exec_prefix=/usr/local | 
|---|
| 28 |  | 
|---|
| 29 | %clean | 
|---|
| 30 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| 31 |  | 
|---|
| 32 | %files | 
|---|
| 33 | %defattr(0644,root,root,-) | 
|---|
| 34 | /usr/local/libexec/whoisd.tac | 
|---|
| 35 | %defattr(0600,root,root) | 
|---|
| 36 | /etc/cron.d/whoisd | 
|---|
| 37 |  | 
|---|
| 38 | %changelog | 
|---|
| 39 |  | 
|---|
| 40 | * Tue Jun 03 2008 Joe Presbrey <presbrey@mit.edu> 0.00 | 
|---|
| 41 | - prerelease | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.