[packages/eldbus] - updated to 1.7.10 - added link patch (explicit linking with eina)

qboosh qboosh at pld-linux.org
Sat Jan 25 20:48:10 CET 2014


commit e40d086ccc9a00596a910736f58e80f93b44bc0b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 25 20:49:30 2014 +0100

    - updated to 1.7.10
    - added link patch (explicit linking with eina)

 eldbus-link.patch | 11 +++++++++++
 eldbus.spec       | 10 ++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/eldbus.spec b/eldbus.spec
index a33081e..47220f2 100644
--- a/eldbus.spec
+++ b/eldbus.spec
@@ -3,18 +3,19 @@
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
 #
-%define		ecore_ver	1.7.9
-%define		eina_ver	1.7.9
+%define		ecore_ver	1.7.10
+%define		eina_ver	1.7.10
 
 Summary:	Easy access to D-Bus from EFL applications
 Summary(pl.UTF-8):	Łatwy dostęp do usługi D-Bus z aplikacji EFL
 Name:		eldbus
-Version:	1.7.9
+Version:	1.7.10
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5:	f86ddcdfbb3a3df5654e72940cd7c0b5
+# Source0-md5:	61fa0a1e555fa8eba3e6f24f8af80618
+Patch0:		%{name}-link.patch
 URL:		http://git.enlightenment.org/legacy/eldbus.git/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1.6
@@ -70,6 +71,7 @@ Statyczna biblioteka eldbus.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/eldbus-link.patch b/eldbus-link.patch
new file mode 100644
index 0000000..ab68d8d
--- /dev/null
+++ b/eldbus-link.patch
@@ -0,0 +1,11 @@
+--- eldbus-1.7.10/Makefile.am.orig	2013-08-05 22:09:01.000000000 +0200
++++ eldbus-1.7.10/Makefile.am	2014-01-25 20:24:14.721512000 +0100
+@@ -71,7 +71,7 @@
+ 	src/lib/eldbus_message_helper.h \
+ 	src/lib/eldbus_message_eina_value.h
+ 
+-libeldbus_la_LIBADD = @ECORE_LIBS@ @DBUS_LIBS@
++libeldbus_la_LIBADD = @ECORE_LIBS@ @EINA_LIBS@ @DBUS_LIBS@
+ libeldbus_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
+ libeldbus_la_SOURCES = \
+ 	src/lib/eldbus_private.h \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eldbus.git/commitdiff/e40d086ccc9a00596a910736f58e80f93b44bc0b



More information about the pld-cvs-commit mailing list