]> git.pld-linux.org Git - packages/dqs.git/commitdiff
-It is a extremly initial spec with URLs only in fact.
authordobrek <dobrek@pld-linux.org>
Tue, 16 Jan 2001 23:55:57 +0000 (23:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dqs.spec -> 1.1

dqs.spec [new file with mode: 0644]

diff --git a/dqs.spec b/dqs.spec
new file mode 100644 (file)
index 0000000..f20bf34
--- /dev/null
+++ b/dqs.spec
@@ -0,0 +1,50 @@
+Summary:       Distributet Quening System
+Name:          DQS
+Version:       3.3.1
+Release:       1
+Group:         System/Administration
+Copyright:     GPL
+Vendor:         PLD
+Source0:       ftp://ftp2.scri.fsu.edu/pub/dqs/%{name}-%{version}.tgz
+URL:           http://www.scri.fsu.edu/~pasko/dqs.html
+#BuildPrereq:  -
+#Requires:     -
+#Prereq:               -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+Distributet quening system
+%prep
+%setup  -q
+
+%build
+autoheader;autoconf;automake; 
+
+LDFLAGS="-s" ; export LDFLAGS
+%configure 
+
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT%{_infodir}/*.info* \
+       $RPM_BUILD_ROOT%{_mandir}/man*/* \
+       README ChangeLog 
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%changelog
This page took 0.036406 seconds and 4 git commands to generate.