]> git.pld-linux.org Git - packages/erlang-exmpp.git/commitdiff
- fix badly formed defines auto/th/erlang-exmpp-0.9.2-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Nov 2012 23:04:11 +0000 (00:04 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Nov 2012 23:04:11 +0000 (00:04 +0100)
- rel 4

bad-defines.patch [new file with mode: 0644]
erlang-exmpp.spec

diff --git a/bad-defines.patch b/bad-defines.patch
new file mode 100644 (file)
index 0000000..93c41b5
--- /dev/null
@@ -0,0 +1,13 @@
+--- exmpp-0.9.2/include/exmpp_nss.hrl~ 2009-11-11 11:20:43.000000000 +0100
++++ exmpp-0.9.2/include/exmpp_nss.hrl  2012-11-13 00:02:42.285231816 +0100
+@@ -177,8 +177,8 @@
+   "http://jabber.org/protocol/pubsub#publish-options").
+ % Defined by XEP-0065: SOCKS5 Bytestreams.
+--define(NS_BYTESTREAMS,              'http://jabber.org/protocol/bytestreams'.
+--define(NS_BYTESTREAMS_s,            "http://jabber.org/protocol/bytestreams".
++-define(NS_BYTESTREAMS,              'http://jabber.org/protocol/bytestreams').
++-define(NS_BYTESTREAMS_s,            "http://jabber.org/protocol/bytestreams").
+ % Defined by XEP-0066: Out of Band Data.
+ -define(NS_OOBD_IQ,                  'jabber:iq:oob').
index f2f23f560d85b957db2c0279ee7449b473031549..1d0c390b830cc3bc777bf37922db1969aaf17908 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       A jungle of Erlang code: XMPP library
 Name:          erlang-exmpp
 Version:       0.9.2
-Release:       3
+Release:       4
 License:       EPL
 Group:         Development/Languages
 Source0:       http://download.process-one.net/exmpp/exmpp-%{version}.tar.gz
 # Source0-md5: 765778958bc5dd7eb0e91815482cecc0
+Patch0:                bad-defines.patch
 URL:           https://support.process-one.net/doc/display/EXMPP/exmpp+home
 BuildRequires: erlang
 BuildRequires: expat-devel
@@ -22,6 +23,7 @@ Protocol (XMPP).
 
 %prep
 %setup -q -n exmpp-%{version}
+%patch0 -p1
 
 %build
 %configure \
This page took 0.093083 seconds and 4 git commands to generate.