SPECS: acid.spec - default config fix (#5780) and added virtual db...

glen glen at pld-linux.org
Sat Apr 15 20:22:41 CEST 2006


Author: glen                         Date: Sat Apr 15 18:22:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- default config fix (#5780) and added virtual db packages (#5781), rel 8

---- Files affected:
SPECS:
   acid.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/acid.spec
diff -u SPECS/acid.spec:1.21 SPECS/acid.spec:1.22
--- SPECS/acid.spec:1.21	Fri Apr 14 13:23:09 2006
+++ SPECS/acid.spec	Sat Apr 15 20:22:36 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Konsola do analizy baz danych o incydentach (ACID)
 Name:		acid
 Version:	0.9.6b23
-Release:	7
+Release:	8
 License:	GPL/PHP
 Group:		Applications/WWW
 Source0:	http://acidlab.sourceforge.net/%{name}-%{version}.tar.gz
@@ -12,10 +12,11 @@
 Patch0:		%{name}-config.patch
 URL:		http://acidlab.sourceforge.net/
 BuildRequires:	rpmbuild(macros) >= 1.264
+Requires:	%{name}(DB_Driver) = %{version}-%{release}
 Requires:	adodb >= 4.67-1.17
 Requires:	jpgraph >= 1.8
-Requires:	php-gd >= 3:4.0.4
 Requires:	php < 4:5.0.0
+Requires:	php-gd >= 3:4.0.4
 Requires:	webapps
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,6 +36,33 @@
 danych zawierających informacje o incydentach bezpieczeństwa
 wygenerowanych przez oprogramowanie takie jak NIDS Snort.
 
+%package db-mysql
+Summary:	ACID DB Driver for MySQL
+Summary(pl):	Sterownik bazy danych MySQL dla ACID
+Group:		Applications/WWW
+Requires:	php-mysql < 4:5.0.0
+Provides:	%{name}(DB_Driver) = %{version}-%{release}
+
+%description db-mysql
+This virtual package provides MySQL database backend for ACID.
+
+%description db-mysql -l pl
+Ten wirtualny pakiet dostarcza backend bazy danych MySQL dla ACID.
+
+%package db-pgsql
+Summary:	ACID DB Driver for PostgreSQL
+Summary(pl):	Sterownik bazy danych PostgreSQL dla ACID
+Group:		Applications/WWW
+Requires:	php-pgsql < 4:5.0.0
+Provides:	%{name}(DB_Driver) = %{version}-%{release}
+
+%description db-pgsql
+This virtual package provides PostgreSQL database backend for ACID.
+
+%description db-pgsql -l pl
+Ten wirtualny pakiet dostarcza backend bazy danych PostgreSQL dla
+ACID.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -80,12 +108,21 @@
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/acid_conf.php
 %{_appdir}
 
+%files db-mysql
+%defattr(644,root,root,755)
+
+%files db-pgsql
+%defattr(644,root,root,755)
+
 %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.22  2006/04/15 18:22:36  glen
+- default config fix (#5780) and added virtual db packages (#5781), rel 8
+
 Revision 1.21  2006/04/14 11:23:09  glen
 - rel 7 (apache 2.2 compatible config)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/acid.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list