TIVI-1046: Add eet-tools dep to fix Tizen:IVI linkbuild
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 18 Jun 2013 20:50:50 +0000 (13:50 -0700)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 12 Mar 2015 02:23:04 +0000 (11:23 +0900)
packaging/elementary.changes
packaging/elementary.spec

index 9f5dcb9..8315d56 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Jun 18 20:47:50 UTC 2013 - tracy.graydon@intel.com
+-  TIVI-1046: package fails to build via linkbuild for Tizen:IVI on /usr/bin/eet. 
+Adding eet-tools instead of eet-bin fixes build for Tizen:IVI without breaking Tizen project build.
+
 * Sun Jun 16 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130606.163020@b8399a3
 - Add BuildRequires for eet-bin
 
index 1eafd2e..9eb4c3a 100644 (file)
@@ -1,7 +1,7 @@
 Name:           elementary
 Version:        1.7.7
 Release:        2 
-License:        LGPLV2.1+
+License:        LGPL-2.1+
 Summary:        EFL toolkit for small touchscreens
 Url:            http://trac.enlightenment.org/e/wiki/Elementary
 Group:          Graphics/EFL
@@ -20,7 +20,7 @@ BuildRequires:  pkgconfig(efreet)
 BuildRequires:  pkgconfig(eina)
 BuildRequires:  pkgconfig(evas)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  eet-bin
+BuildRequires:  eet-tools
 BuildRequires:  python-devel
 
 %description
@@ -45,7 +45,6 @@ Development files for elementary
 %prep
 %setup -q
 
-
 %build
 
 %autogen --disable-static
@@ -54,7 +53,6 @@ make %{?_smp_mflags}
 %install
 %make_install
 
-
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
@@ -74,13 +72,10 @@ make %{?_smp_mflags}
 %{_datadir}/elementary/*
 %{_datadir}/icons/elementary.png
 
-
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/elementary-1/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
-
-
 %changelog