| 
                Last change
                  on this file since 114 was
                  89,
                  checked in by tabbott, 19 years ago
           | 
        
        
          | 
            Modifying Fedora specfiles to use the make install targets created by
previous checkin (except for tokensys, where it seems weird), and
fixing stupid errors in the Makefile.ins.  While I was at it, I fixed
some trailing whitespace in the specfiles.
           | 
        
        | 
            File size:
            975 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [1] | 1 | Summary: scripts.mit.edu sql account administration system | 
|---|
 | 2 | Group: Applications/System | 
|---|
 | 3 | Name: sqladm | 
|---|
 | 4 | Version: 0.00 | 
|---|
 | 5 | Release: scripts | 
|---|
 | 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 sql account administration system | 
|---|
 | 16 | Contains: | 
|---|
 | 17 |  - setuid C program used to start a sql signup request <signup-sql> | 
|---|
 | 18 | See http://scripts.mit.edu/wiki for more information. | 
|---|
 | 19 |  | 
|---|
 | 20 | %prep | 
|---|
 | 21 | %setup -q -n %{name} | 
|---|
 | 22 |  | 
|---|
 | 23 | %build | 
|---|
 | 24 | ./configure --with-sqluid=537704221 --with-sqlgid=537704221 | 
|---|
 | 25 | make | 
|---|
 | 26 |  | 
|---|
 | 27 | %install | 
|---|
 | 28 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
| [89] | 29 | make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local | 
|---|
| [1] | 30 |  | 
|---|
 | 31 | %clean | 
|---|
 | 32 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT | 
|---|
 | 33 |  | 
|---|
 | 34 | %files | 
|---|
 | 35 | %defattr(4755, signup, signup) | 
|---|
 | 36 | /usr/local/sbin/signup-sql | 
|---|
 | 37 |  | 
|---|
 | 38 | %changelog | 
|---|
 | 39 |  | 
|---|
 | 40 | * Sat Sep 30 2006  Jeff Arnold <jbarnold@MIT.EDU> 0.00 | 
|---|
 | 41 | - initial prerelease version | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.