]> git.pld-linux.org Git - packages/dqs.git/blob - dqs.spec
f20bf344a4816b5667d34f8536be68d32bd18190
[packages/dqs.git] / dqs.spec
1 Summary:        Distributet Quening System
2 Name:           DQS
3 Version:        3.3.1
4 Release:        1
5 Group:          System/Administration
6 Copyright:      GPL
7 Vendor:         PLD
8 Source0:        ftp://ftp2.scri.fsu.edu/pub/dqs/%{name}-%{version}.tgz
9 URL:            http://www.scri.fsu.edu/~pasko/dqs.html
10 #BuildPrereq:   -
11 #Requires:      -
12 #Prereq:                -
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16
17 Distributet quening system
18 %prep
19 %setup  -q
20
21 %build
22 autoheader;autoconf;automake; 
23
24 LDFLAGS="-s" ; export LDFLAGS
25 %configure 
26
27 make
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/*.info* \
33         $RPM_BUILD_ROOT%{_mandir}/man*/* \
34         README ChangeLog 
35
36 %pre
37
38 %preun
39
40 %post
41
42 %postun
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49
50 %changelog
This page took 0.032683 seconds and 2 git commands to generate.