SPECS: prewikka.spec - 0.9.4-0.1
mguevara
mguevara at pld-linux.org
Fri Apr 14 13:30:51 CEST 2006
Author: mguevara Date: Fri Apr 14 11:30:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.9.4-0.1
---- Files affected:
SPECS:
prewikka.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/prewikka.spec
diff -u SPECS/prewikka.spec:1.5 SPECS/prewikka.spec:1.6
--- SPECS/prewikka.spec:1.5 Thu Apr 13 13:31:46 2006
+++ SPECS/prewikka.spec Fri Apr 14 13:30:46 2006
@@ -1,20 +1,17 @@
# $Revision$, $Date$
#
-# TODO: - do we need both pyc and pyo files?
-# - don't we need py files ?
-# - startup/init files (assume standalone http server
+# TODO: - startup/init files (assume standalone http server
# not the apache/thttpd integration)
-# - better files section
#
Summary: Prelude IDS web application
Summary(pl): Aplikacja WWW dla Prelude IDS
Name: prewikka
-Version: 0.9.3
-Release: 0.2
+Version: 0.9.4
+Release: 0.1
License: GPL
Group: Applications
Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 4af486dcd2317022fdf5bb5ce8c1b199
+# Source0-md5: d3eb1fb4186587fc5dad7e05f1037571
URL: http://www.prelude-ids.org/
BuildRequires: python-cheetah
Requires: python-libprelude
@@ -42,6 +39,9 @@
python setup.py install --optimize=2 \
--root=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+install conf/prewikka.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -62,6 +62,8 @@
%dir %{py_sitescriptdir}/%{name}/modules/log/stderr
%dir %{py_sitescriptdir}/%{name}/views
%dir %{py_sitescriptdir}/%{name}/templates
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.*
%attr(755,root,root) %{_bindir}/prewikka-httpd
%attr(755,root,root) %{py_sitescriptdir}/%{name}/*.py[co]
%attr(755,root,root) %{py_sitescriptdir}/%{name}/modules/*.py[co]
@@ -83,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/04/14 11:30:46 mguevara
+- 0.9.4-0.1
+
Revision 1.5 2006/04/13 11:31:46 mguevara
- 0.9.3 rel 0.2 - added reqs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/prewikka.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list