diff options
author | Hyihong Chae <hh.chae@samsung.com> | 2015-11-18 13:41:06 +0900 |
---|---|---|
committer | Hyihong Chae <hh.chae@samsung.com> | 2015-11-18 13:41:06 +0900 |
commit | f079f972f615c1253f64687bc3fe2eec3c2078b8 (patch) | |
tree | 9a6a3ca8f472099a3b0689fa4fc4a4bb8f41da91 | |
parent | 5bee8a93b31a90c52fdaeb5db145448f7b390bb3 (diff) | |
download | libmtp-accepted/tizen/mobile/20151119.232336.tar.gz libmtp-accepted/tizen/mobile/20151119.232336.tar.bz2 libmtp-accepted/tizen/mobile/20151119.232336.zip |
modify to support mobile profile.submit/tizen/20151119.131344accepted/tizen/wearable/20151119.232354accepted/tizen/tv/20151119.232344accepted/tizen/mobile/20151119.232336
Change-Id: Ieec20d72c7f0741f65bedc90a3773835439e5941
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-x | packaging/libmtp.spec | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packaging/libmtp.spec b/packaging/libmtp.spec index 0c404a7..1c6cf3c 100755 --- a/packaging/libmtp.spec +++ b/packaging/libmtp.spec @@ -8,10 +8,7 @@ Group: Network & Connectivity/Other License: LGPL-2.1 Source0: libmtp-%{version}.tar.gz -# This package would be built only TV -%if "%{?profile}" != "tv" -ExcludeArch: %arm aarch64 %ix86 x86_64 -%endif +ExcludeArch: %ix86 x86_64 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig |