SPECS: aphunter.spec (NEW) - initial, raw, not tested
blues
blues at pld-linux.org
Fri Jun 24 11:50:46 CEST 2005
Author: blues Date: Fri Jun 24 09:50:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, raw, not tested
---- Files affected:
SPECS:
aphunter.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/aphunter.spec
diff -u /dev/null SPECS/aphunter.spec:1.1
--- /dev/null Fri Jun 24 11:50:46 2005
+++ SPECS/aphunter.spec Fri Jun 24 11:50:41 2005
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+Summary: TODO
+Name: aphunter
+Version: 1
+Release: 0.1
+License: GPL ?
+Group: Networking/Utilities
+Source0: http://www.math.ucla.edu/~jimc/%{name}.tgz
+# Source0-md5: 993075e53e2e682a54b9ee327f4b0647
+URL: http://www.math.ucla.edu/~jimc/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TODO
+
+%prep
+%setup -q -c
+
+%build
+sed -i -e 's#/usr/local/bin/perl#/usr/bin/perl#' %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/06/24 09:50:41 blues
+- initial, raw, not tested
+
================================================================
More information about the pld-cvs-commit
mailing list