SPECS: dspam.spec - pl for drivers

qboosh qboosh at pld-linux.org
Fri Oct 21 21:43:46 CEST 2005


Author: qboosh                       Date: Fri Oct 21 19:43:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for drivers

---- Files affected:
SPECS:
   dspam.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/dspam.spec
diff -u SPECS/dspam.spec:1.44 SPECS/dspam.spec:1.45
--- SPECS/dspam.spec:1.44	Fri Oct 21 20:03:03 2005
+++ SPECS/dspam.spec	Fri Oct 21 21:43:41 2005
@@ -5,12 +5,12 @@
 # - oracle driver
 #
 # Conditional build:
-%bcond_without	mysql	# enable MySQL storage driver
-%bcond_without	pgsql	# enable PostgreSQL storage driver
-%bcond_without	sqlite	# enable SQLite3 storage driver
-%bcond_without	db
-%bcond_without	daemon
-
+%bcond_without	mysql	# disable MySQL storage driver
+%bcond_without	pgsql	# disable PostgreSQL storage driver
+%bcond_without	sqlite	# disable SQLite3 storage driver
+%bcond_without	db	# disable BerkeleyDB storage driver
+%bcond_without	daemon	# disable daemon mode
+#
 Summary:	A library and Mail Delivery Agent for Bayesian spam filtering
 Summary(pl):	Biblioteka i MDA do bayesowskiego filtrowania spamu
 Name:		dspam
@@ -26,13 +26,13 @@
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRequires:	clamav-devel
-BuildRequires:	openldap-devel
 %{?with_db:BuildRequires:	db-devel}
 %{?with_mysql:BuildRequires:	mysql-devel}
+BuildRequires:	openldap-devel
 %{?with_pgsql:BuildRequires:	postgresql-devel}
+BuildRequires:	sed >= 4.0
 %{?with_sqlite:BuildRequires:	sqlite3-devel}
 BuildRequires:	zlib-devel
-BuildRequires:	sed >= 4.0
 Buildroot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -144,6 +144,7 @@
 
 %package driver-hash
 Summary:	HASH driver for DSPAM
+Summary(pl);	Sterownik HASH dla DSPAM-a
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Provides:	%{name}-driver = %{version}-%{release}
@@ -151,8 +152,12 @@
 %description driver-hash
 HASH driver for DSPAM.
 
+%description driver-hash -l pl
+Sterownik HASH dla DSPAM-a.
+
 %package driver-db
 Summary:	DB driver for DSPAM
+Summary(pl);	Sterownik DB dla DSPAM-a
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Provides:	%{name}-driver = %{version}-%{release}
@@ -160,8 +165,12 @@
 %description driver-db
 DB driver for DSPAM.
 
+%description driver-db -l pl
+Sterownik DB dla DSPAM-a.
+
 %package driver-mysql
 Summary:	MySQL driver for DSPAM
+Summary(pl);	Sterownik MySQL dla DSPAM-a
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Provides:	%{name}-driver = %{version}-%{release}
@@ -169,8 +178,12 @@
 %description driver-mysql
 MySQL driver for DSPAM.
 
+%description driver-mysql -l pl
+Sterownik MySQL dla DSPAM-a.
+
 %package driver-pgsql
 Summary:	PostgreSQL driver for DSPAM
+Summary(pl);	Sterownik PostgreSQL dla DSPAM-a
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Provides:	%{name}-driver = %{version}-%{release}
@@ -178,8 +191,12 @@
 %description driver-pgsql
 PostgreSQL driver for DSPAM.
 
+%description driver-pgsql -l pl
+Sterownik PostgreSQL dla DSPAM-a.
+
 %package driver-sqlite
 Summary:	SQLite driver for DSPAM
+Summary(pl);	Sterownik SQLite dla DSPAM-a
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Provides:	%{name}-driver = %{version}-%{release}
@@ -187,6 +204,9 @@
 %description driver-sqlite
 SQLite driver for DSPAM.
 
+%description driver-sqlite -l pl
+Sterownik SQLite dla DSPAM-a.
+
 %prep
 %setup -q
 sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile*
@@ -412,6 +432,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2005/10/21 19:43:41  qboosh
+- pl for drivers
+
 Revision 1.44  2005/10/21 18:03:03  arekm
 - drivers as loadable modules; enable ldap support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dspam.spec?r1=1.44&r2=1.45&f=u




More information about the pld-cvs-commit mailing list