rpms/kannel/devel .cvsignore, 1.2, 1.3 kannel.spec, 1.2, 1.3 sources, 1.2, 1.3 mblox_optionals_0.1.diff, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Jan 13 18:06:32 UTC 2005


Author: thias

Update of /cvs/extras/rpms/kannel/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8742

Modified Files:
	.cvsignore kannel.spec sources 
Removed Files:
	mblox_optionals_0.1.diff 
Log Message:
Update.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:47:27 -0000	1.2
+++ .cvsignore	13 Jan 2005 18:06:30 -0000	1.3
@@ -1 +1 @@
-gateway-1.3.2.tar.bz2
+gateway-1.4.0.tar.bz2


Index: kannel.spec
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/kannel.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kannel.spec	9 Nov 2004 02:47:33 -0000	1.2
+++ kannel.spec	13 Jan 2005 18:06:30 -0000	1.3
@@ -1,21 +1,18 @@
-# $Id$
-# Authority: matthias
-
-%{?dist: %{expand: %%define %dist 1}}
- 
-%{?rh7:%define _without_newsslcheck 1}
-
 Summary: WAP and SMS gateway
 Name: kannel
-Version: 1.3.2
-Release: 3.1.fc2.fr
+Version: 1.4.0
+Release: 1
 License: Kannel
 Group: System Environment/Daemons
 URL: http://www.kannel.org/
 Source: http://www.kannel.org/download/%{version}/gateway-%{version}.tar.bz2
-Patch: mblox_optionals_0.1.diff
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: bison, byacc, flex, ImageMagick
 BuildRequires: libxml2-devel, openssl-devel, zlib-devel
+# DB backends
+BuildRequires: sqlite-devel
+# For the docs... I think we need transfig too, so disable for now.
+#BuildRequires: jadetex, tetex-dvips, docbook-dtds, docbook-style-dsssl
 
 %description
 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for
@@ -45,14 +42,12 @@
 
 %prep
 %setup -n gateway-%{version}
-%patch -p1 -b .mblox
 
 
 %build
-# Fix for the openssl THREADS check, which should be OPENSSL_THREADS
-%{!?_without_newsslcheck: %{__perl} -pi.orig -e 's|(defined\()THREADS\)|$1OPENSSL_THREADS)|g' configure}
 %configure \
-    --enable-start-stop-daemon
+    --enable-start-stop-daemon \
+    --with-sqlite
 %{__make} %{?_smp_mflags}
 
 
@@ -98,8 +93,8 @@
 
 
 %changelog
-* Mon Sep 20 2004 Matthias Saou <http://freshrpms.net/> 1.3.2-3
-- Added mblox_optionals_0.1.diff patch.
+* Fri Dec 10 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-1
+- Update to 1.4.0.
 
 * Tue Aug 24 2004 Matthias Saou <http://freshrpms.net/> 1.3.2-2
 - Really comment out all scriplets, they're not yet used.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:47:27 -0000	1.2
+++ sources	13 Jan 2005 18:06:30 -0000	1.3
@@ -1 +1 @@
-00a1fa5c7ed2fc755d14abc2b6f5ce52  gateway-1.3.2.tar.bz2
+2ef0544002be48669d7f0f29f9f470de  gateway-1.4.0.tar.bz2


--- mblox_optionals_0.1.diff DELETED ---




More information about the fedora-extras-commits mailing list