source: server/fedora/specs/sql-signup.spec @ 917

Last change on this file since 917 was 917, checked in by quentin, 15 years ago
Build packages with their svn revision as their version number
File size: 937 bytes
Line 
1Summary:        Signup interface to <sql.mit.edu> for <scripts.mit.edu>.
2Group:                  Applications/System
3Name:           sql-signup
4Version:        0.SVNVERSION_TO_UPDATE
5Release:        0
6Vendor:                 The scripts.mit.edu Team (scripts@mit.edu)
7URL:                    http://scripts.mit.edu
8License:        GPL
9Source0:        %{name}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11%define debug_package %{nil}
12
13BuildRequires:  make
14Requires:       pam, usermode
15
16%description
17
18
19%prep
20%setup -q -n %{name}
21
22%build
23
24
25%install
26rm -rf $RPM_BUILD_ROOT
27make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(-,root,root,-)
34%defattr(755,root,root,-)
35%{_bindir}/sql-signup
36%{_sbindir}/sql-signup
37%defattr(644,root,root,-)
38%config /etc/pam.d/sql-signup
39%config /etc/security/console.apps/sql-signup
40
41%changelog
42
43* Fri Jan 26 2007 Joe Presbrey <presbrey@mit.edu> 0.00
44- prerelease
Note: See TracBrowser for help on using the repository browser.