]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- enable ODBC
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 7 Apr 2006 17:59:05 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ejabberd.spec -> 1.20

ejabberd.spec

index 6d82e729e643456e83e2a1402dc550b9bc686445..9664759ff56282c263ab47eb60b40dcf4209de03 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Fault-tolerant distributed Jabber/XMPP server
 Summary(pl):   Odporny na awarie rozproszony serwer Jabbera/XMPP
 Name:          ejabberd
 Version:       1.0.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.process-one.net/en/projects/ejabberd/download/%{version}/%{name}-%{version}.tar.gz
@@ -46,7 +46,8 @@ rozproszony serwer Jabbera. Jest napisany w wi
 %build
 cd src
 %{__autoconf}
-%configure
+%configure \
+       --enable-odbc
 %{__make}
 cd ..
 
@@ -94,7 +95,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog doc
+%doc ChangeLog doc src/odbc/pg.sql
 %attr(755,root,root) %{_sbindir}/*
 %attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/*
 %attr(770,root,jabber) /var/log/ejabberd
This page took 0.0712699999999999 seconds and 4 git commands to generate.