SPECS: prewikka.spec (NEW) - new
arekm
arekm at pld-linux.org
Sun Jul 10 22:11:52 CEST 2005
Author: arekm Date: Sun Jul 10 20:11:52 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
prewikka.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/prewikka.spec
diff -u /dev/null SPECS/prewikka.spec:1.1
--- /dev/null Sun Jul 10 22:11:52 2005
+++ SPECS/prewikka.spec Sun Jul 10 22:11:47 2005
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+# TODO:
+# - do everything
+Summary: Prelude IDS web application
+Name: prewikka
+%define _rc rc7
+Version: 0.9.0
+Release: 0.%{_rc}.1
+License: GPL
+Group: Applications
+Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}-%{_rc}.tar.gz
+# Source0-md5: 85407fa9c89cd0aab2f76cdc28197d90
+URL: http://www.prelude-ids.org/
+BuildRequires: python-cheetah
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Prewikka is a professional looking application providing advanced feature like
+contextual filtering, aggregation, etc.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_rc}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitedir}/%{name}/*.[co]
+
+
+%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/07/10 20:11:47 arekm
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list