[telepathy-gabble] Try to make it build

Tomáš Mráz tmraz at fedoraproject.org
Thu Mar 7 09:30:24 UTC 2013


commit 9f2303ae1ff63aa7ac9243443fcfea70e83bb6c7
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Thu Mar 7 10:30:20 2013 +0100

    Try to make it build

 telepathy-gabble-0.17.3-build.patch |   11 +++++++++++
 telepathy-gabble.spec               |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/telepathy-gabble-0.17.3-build.patch b/telepathy-gabble-0.17.3-build.patch
new file mode 100644
index 0000000..9ffbdee
--- /dev/null
+++ b/telepathy-gabble-0.17.3-build.patch
@@ -0,0 +1,11 @@
+diff -up telepathy-gabble-0.17.3/lib/ext/wocky/examples/Makefile.in.build telepathy-gabble-0.17.3/lib/ext/wocky/examples/Makefile.in
+--- telepathy-gabble-0.17.3/lib/ext/wocky/examples/Makefile.in.build	2013-03-01 17:28:41.000000000 +0100
++++ telepathy-gabble-0.17.3/lib/ext/wocky/examples/Makefile.in	2013-03-07 10:15:05.840910962 +0100
+@@ -306,6 +306,7 @@ wocky_unregister_SOURCES = unregister.c
+ wocky_unregister_DEPENDENCIES = $(top_builddir)/wocky/libwocky.la
+ LDADD = \
+     @GLIB_LIBS@ \
++    @TLS_LIBS@ \
+     $(top_builddir)/wocky/libwocky.la
+ 
+ AM_CFLAGS = \
diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
index 23ed6eb..e6f5819 100644
--- a/telepathy-gabble.spec
+++ b/telepathy-gabble.spec
@@ -6,13 +6,14 @@
 
 Name:           telepathy-gabble
 Version:        0.17.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
 Group:          Applications/Communications
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch1:         telepathy-gabble-0.17.3-build.patch
 
 BuildRequires:  dbus-devel >= 1.1.0
 BuildRequires:  dbus-glib-devel >= 0.82
@@ -46,6 +47,7 @@ chats and voice calls.
 
 %prep
 %setup -q
+%patch1 -p 1 -b .build
 
 %if %{run_tests}
 %check
@@ -95,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
 
 %changelog
+* Thu Mar  7 2013 Tomáš Mráz <tmraz at redhat.com> - 0.17.3-2
+- Try to make it build
+
 * Mon Mar 04 2013 Debarshi Ray <rishi at fedoraproject.org> - 0.17.3-1
 - Update to 0.17.3.
 


More information about the scm-commits mailing list