source: server/fedora/specs/sqladm.spec @ 115

Last change on this file since 115 was 89, checked in by tabbott, 17 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
Line 
1Summary: scripts.mit.edu sql account administration system
2Group: Applications/System
3Name: sqladm
4Version: 0.00
5Release: scripts
6Vendor: The scripts.mit.edu Team (scripts@mit.edu)
7URL: http://scripts.mit.edu
8License: GPL
9Source: %{name}.tar.gz
10BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
11%define debug_package %{nil}
12
13%description 
14
15scripts.mit.edu sql account administration system
16Contains:
17 - setuid C program used to start a sql signup request <signup-sql>
18See 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
25make
26
27%install
28[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
29make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
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.