SPECS: prewikka.spec - 0.9.3 rel 0.1
mguevara
mguevara at pld-linux.org
Wed Apr 12 15:56:02 CEST 2006
Author: mguevara Date: Wed Apr 12 13:56:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.9.3 rel 0.1
---- Files affected:
SPECS:
prewikka.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/prewikka.spec
diff -u SPECS/prewikka.spec:1.3 SPECS/prewikka.spec:1.4
--- SPECS/prewikka.spec:1.3 Tue Jul 12 23:18:46 2005
+++ SPECS/prewikka.spec Wed Apr 12 15:55:56 2006
@@ -1,16 +1,20 @@
# $Revision$, $Date$
-# TODO:
-# - do everything
+#
+# TODO: - do we need both pyc and pyo files?
+# - don't we need py files ?
+# - 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
-%define _rc rc7
-Version: 0.9.0
-Release: 0.%{_rc}.1
+Version: 0.9.3
+Release: 0.1
License: GPL
Group: Applications
-Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}-%{_rc}.tar.gz
-# Source0-md5: 85407fa9c89cd0aab2f76cdc28197d90
+Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 4af486dcd2317022fdf5bb5ce8c1b199
URL: http://www.prelude-ids.org/
BuildRequires: python-cheetah
BuildArch: noarch
@@ -25,7 +29,7 @@
możliwości, takie jak filtrowanie kontekstowe, agregację itp.
%prep
-%setup -q -n %{name}-%{version}-%{_rc}
+%setup -q -n %{name}-%{version}
%build
python setup.py build
@@ -41,8 +45,35 @@
%files
%defattr(644,root,root,755)
-%dir %{py_sitedir}/%{name}
-%{py_sitedir}/%{name}/*.[co]
+%dir %{_usr}/share/%{name}
+%dir %{_usr}/share/%{name}/cgi-bin
+%dir %{_usr}/share/%{name}/database
+%dir %{_usr}/share/%{name}/htdocs
+%dir %{_usr}/share/%{name}/htdocs/css
+%dir %{_usr}/share/%{name}/htdocs/images
+%dir %{_usr}/share/%{name}/htdocs/js
+%dir %{py_sitescriptdir}/%{name}
+%dir %{py_sitescriptdir}/%{name}/modules
+%dir %{py_sitescriptdir}/%{name}/modules/auth
+%dir %{py_sitescriptdir}/%{name}/modules/auth/loginpassword
+%dir %{py_sitescriptdir}/%{name}/modules/log
+%dir %{py_sitescriptdir}/%{name}/modules/log/stderr
+%dir %{py_sitescriptdir}/%{name}/views
+%dir %{py_sitescriptdir}/%{name}/templates
+%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]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/modules/auth/*.py[co]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/modules/auth/loginpassword/*.py[co]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/modules/log/*.py[co]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/modules/log/stderr/*.py[co]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/views/*.py[co]
+%attr(755,root,root) %{py_sitescriptdir}/%{name}/templates/*.py[co]
+%attr(755,root,root) %{_usr}/share/%{name}/cgi-bin/*
+%{_usr}/share/%{name}/database/*
+%{_usr}/share/%{name}/htdocs/css/*
+%{_usr}/share/%{name}/htdocs/images/*
+%{_usr}/share/%{name}/htdocs/js/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -50,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/04/12 13:55:56 mguevara
+ - 0.9.3 rel 0.1
+
Revision 1.3 2005/07/12 21:18:46 qboosh
- pl, missing dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/prewikka.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list