]> git.pld-linux.org Git - packages/ejabberd-mysql.git/commitdiff
- add patch0 for logdb pupose
authorshadzik <shadzik@pld-linux.org>
Fri, 25 Jan 2008 19:28:56 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1.snap

Changed files:
    ejabberd-mysql.spec -> 1.4

ejabberd-mysql.spec

index 353ba4a87e6d3d851becf1546a7bef8a410c824b..280865d863ef0e58fc994947d9e283e7d91b51c2 100644 (file)
@@ -1,16 +1,19 @@
 
 
+%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
 %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
 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
 URL:           http://ejabberd.jabber.ru/
 BuildRequires: erlang >= R9C
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -25,6 +28,9 @@ Natywne sterowniki do MySQL dla ejabberda.
 
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
+%if %{with logdb}
+%patch0 -p0
+%endif
 
 %build
 erlc mysql*.erl
 
 %build
 erlc mysql*.erl
This page took 0.070805 seconds and 4 git commands to generate.