]> git.pld-linux.org Git - packages/eldbus.git/commitdiff
- updated to 1.7.10 auto/th/eldbus-1.7.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Jan 2014 19:49:30 +0000 (20:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Jan 2014 19:49:30 +0000 (20:49 +0100)
- added link patch (explicit linking with eina)

eldbus-link.patch [new file with mode: 0644]
eldbus.spec

diff --git a/eldbus-link.patch b/eldbus-link.patch
new file mode 100644 (file)
index 0000000..ab68d8d
--- /dev/null
@@ -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 \
index a33081e2e6cf3bfeb6e5081f5ef0a616c5676bff..47220f2c3686345e2629497675ec8e9c3dc0a258 100644 (file)
@@ -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}
This page took 0.077947 seconds and 4 git commands to generate.