Remove trivial unnecessary build dependency 60/89560/2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Sep 2016 05:00:15 +0000 (05:00 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Sep 2016 05:11:11 +0000 (05:11 +0000)
If this package is not requires for TV profile,
Removing this from meta-tv.git and Tizen:TV OBS profile
is sufficient. Using "profile" macro in spec file is
not recommended and should become deprecated later.

However, this fix is not required for Tizen 3.0 release and
this is for later releases although this is a very trivial patch.

Change-Id: I02386ee23a4a9f54adc38393190666cf7921c5bf
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/tel-plugin-nitz.spec

index 80a5ff3..8169f07 100644 (file)
@@ -15,10 +15,6 @@ Source0:    tel-plugin-nitz-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
-%if "%{profile}" == "tv"
-ExcludeArch: %{arm} %ix86 x86_64
-%endif
-
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)