SPECS: ejabberd-mysql.spec - add patch0 for logdb pupose - rel 1.snap

shadzik shadzik at pld-linux.org
Fri Jan 25 20:29:02 CET 2008


Author: shadzik                      Date: Fri Jan 25 19:29:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add patch0 for logdb pupose
- rel 1.snap

---- Files affected:
SPECS:
   ejabberd-mysql.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ejabberd-mysql.spec
diff -u SPECS/ejabberd-mysql.spec:1.3 SPECS/ejabberd-mysql.spec:1.4
--- SPECS/ejabberd-mysql.spec:1.3	Wed Sep 26 21:42:43 2007
+++ SPECS/ejabberd-mysql.spec	Fri Jan 25 20:28:56 2008
@@ -1,17 +1,20 @@
 # $Revision$, $Date$
 
+%bcond_with	logdb	# server-side message logging support for mysql5 driver
+
 %define		_snap	20070926r390
 
 Summary:	Ejabberds native MySQL drivers
 Summary(pl.UTF-8):	Natywne sterowniki do MySQL dla ejabberda
 Name:		ejabberd-mysql
 Version:	0
-Release:	0.%{_snap}.1
+Release:	1.%{_snap}.0
 License:	GPL
 Group:		Applications/Communications
 # get it from https://svn.process-one.net/ejabberd-modules/mysql/trunk/src/ and drop onto distfiles
 Source0:	%{name}.tar.gz
 # Source0-md5:	3f3b5c59ebb5a807ec2d6c5ec31e795b
+Patch0:		%{name}-logdb_mysql5.patch
 URL:		http://ejabberd.jabber.ru/
 BuildRequires:	erlang >= R9C
 BuildRequires:	rpmbuild(macros) >= 1.268
@@ -26,6 +29,9 @@
 
 %prep
 %setup -q -n %{name}
+%if %{with logdb}
+%patch0 -p0
+%endif
 
 %build
 erlc mysql*.erl
@@ -49,6 +55,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-25 19:28:56  shadzik
+- add patch0 for logdb pupose
+- rel 1.snap
+
 Revision 1.3  2007-09-26 19:42:43  shadzik
 - no R: rc-scripts (ejabberd already requires it)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ejabberd-mysql.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list