Update of /cvsroot/tslogparser/tslogparser/package
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7478/package
Modified Files:
tslogparser.spec
Log Message:
release v07
Index: tslogparser.spec
===================================================================
RCS file: /cvsroot/tslogparser/tslogparser/package/tslogparser.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tslogparser.spec 14 Jun 2005 13:11:34 -0000 1.10
+++ tslogparser.spec 5 Jul 2005 14:08:20 -0000 1.11
@@ -8,9 +8,11 @@
%define name tslogparser
%define version 0.7
-%define release 1
+%define release 3
%define filename tslogparser-v07
+%define requirements httpd mysql-server php php-mysql
+
%define tslp_user tslogparser
%define tslp_group tslogparser
@@ -18,15 +20,17 @@
%define path_conf /etc
%define path_httpd_conf /etc/httpd/conf.d
+# General information about this module.
Summary: Web interface wrapper for test suites runs logfiles.
Name: %{name}
Version: %{version}
Release: %{release}
-Copyright: GPL
+License: GPL
Group: Development/Tools
Source: %{filename}.tar.gz
BuildRoot: /tmp/tslp
Url: http://tslogparser.sourceforge.net
+Requires: %{requirements}
%description
The %{name} tool is a php/MySQL interface to store and browse some
@@ -82,7 +86,7 @@
%files
%defattr(-,%{tslp_user},%{tslp_group})
-%doc FAQ HISTORY INSTALL LICENCE README TODO USAGE admin/modules/readme.txt admin/modules/ltp.mod.php.example
+%doc FAQ HISTORY INSTALL LICENCE README TODO USAGE admin/modules/readme.txt admin/modules/ltp.mod.php.example admin/modules/new.mod.php.template
%attr(0440,root,root) %config %{path_httpd_conf}/tslogparser.conf
%config %{path_conf}/tslogparser.conf.php
@@ -91,6 +95,10 @@
# The version changes do not appear here
%changelog
+* Tue Jul 05 2005 Sebastien Decugis <seb...@ex...>
+- Added file new.mod.php.template to the doc files list.
+- Added dependencies on httpd, mysqld and php modules.
+
* Mon Feb 07 2005 Sebastien Decugis <seb...@ex...>
- Changed 'ts' directory rights to '0777' to allow upload in this directory.
|