From 329934e721057d99fcc3dc861e4708a20c4e5720 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 7 Jul 2015 11:49:06 -0400 Subject: [PATCH] fix eo_gdb script, thanks to Conrad Meyer --- efl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/efl.spec b/efl.spec index 3a02547..7b3a2de 100644 --- a/efl.spec +++ b/efl.spec @@ -8,7 +8,7 @@ Name: efl Version: 1.14.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib URL: http://enlightenment.org/ @@ -144,6 +144,10 @@ Development files for EFL. %patch0 -p1 -b .tslibfix autoreconf -ifv +# This is why hardcoding paths is bad. +sed -i -e 's|/opt/efl-%{version}/share/|%{_datadir}/|' \ + data/libeo.so.%{version}-gdb.py + %build # The arm-wide disablement of neon is not right # but i'm not sure which targets allow for neon at compile. @@ -449,6 +453,9 @@ fi %{_libdir}/pkgconfig/evas*.pc %changelog +* Sun Jul 5 2015 Conrad Meyer - 1.14.1-3 +- Install eo_gdb autoload script with correct path + * Wed Jun 17 2015 Fedora Release Engineering - 1.14.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild