rpms/jabberd/F-8 jabberd.spec,1.19,1.20

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Apr 8 19:40:32 UTC 2008


Author: adrian

Update of /cvs/extras/rpms/jabberd/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318

Modified Files:
	jabberd.spec 
Log Message:
* Tue Apr 08 2008 Adrian Reber <adrian at lisas.de> - 2.0-0.s11.15
- added sqlite-devel BR



Index: jabberd.spec
===================================================================
RCS file: /cvs/extras/rpms/jabberd/F-8/jabberd.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jabberd.spec	30 Aug 2007 08:25:06 -0000	1.19
+++ jabberd.spec	8 Apr 2008 19:39:52 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: OpenSource server implementation of the Jabber protocols
 Name: jabberd
 Version: 2.0
-Release: 0.s11.14%{?dist}
+Release: 0.s11.15%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz
@@ -16,6 +16,7 @@
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{!?_without_mysql:BuildRequires: mysql-devel}
 %{!?_without_postgresql:BuildRequires: postgresql-devel}
+%{!?_without_sqlite:BuildRequires: sqlite-devel}
 Requires(post): openssl chkconfig /sbin/service
 Requires(pre): shadow-utils
 Requires(preun): chkconfig shadow-utils /sbin/service
@@ -54,6 +55,8 @@
 	%{?_without_ldap:--disable-ldap} \
 	%{!?_without_postgresql:--enable-pgsql} \
 	%{?_without_postgresql:--disable-pgsql} \
+	%{!?_without_sqlite:--enable-sqlite} \
+	%{?_without_sqlite:--disable-sqlite} \
 	--localstatedir=%{_var}/lib
 
 %{__make} %{?_smp_mflags}
@@ -183,6 +186,9 @@
 %ghost %{_sysconfdir}/jabberd/server.pem
 
 %changelog
+* Tue Apr 08 2008 Adrian Reber <adrian at lisas.de> - 2.0-0.s11.15
+- added sqlite-devel BR
+
 * Mon Aug 27 2007 Adrian Reber <adrian at lisas.de> - 2.0-0.s11.14
 - applied patch to fix bz #175219
 - removed config flag for startup script




More information about the scm-commits mailing list