SPECS: roundup.spec (NEW) - new
glen
glen at pld-linux.org
Sat Mar 4 21:24:34 CET 2006
Author: glen Date: Sat Mar 4 20:24:34 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
roundup.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/roundup.spec
diff -u /dev/null SPECS/roundup.spec:1.1
--- /dev/null Sat Mar 4 21:24:34 2006
+++ SPECS/roundup.spec Sat Mar 4 21:24:29 2006
@@ -0,0 +1,40 @@
+# $Revision$, $Date$
+Summary: Roundup Issue Tracker
+Name: roundup
+Version: 1.1.1
+Release: 0.1
+License: See COPYING.txt
+Group: Applications/WWW
+Source0: http://cheeseshop.python.org/packages/source/r/roundup/%{name}-%{version}.tar.gz
+# Source0-md5: 40d74c12c72ff82dbfc8a4f893514dcf
+URL: http://roundup.sourceforge.net/
+Requires: pydoc
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple-to-use and -install issue-tracking system with command-line, web and
+e-mail interfaces. Highly customisable.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {CHANGES,COPYING,README}.txt
+
+%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 2006/03/04 20:24:29 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list