diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-09-09 05:08:37 +0000 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-09-09 05:08:37 +0000 |
commit | a61dde8f85869c2864bbaef4c5b0e0e925a2f7c0 (patch) | |
tree | 74ae538e5fa7d827024fa49069235426497974a8 | |
parent | 87bb9415e9e9ed03a7b4768df83c1c558470ca77 (diff) | |
download | libmtp-a61dde8f85869c2864bbaef4c5b0e0e925a2f7c0.tar.gz libmtp-a61dde8f85869c2864bbaef4c5b0e0e925a2f7c0.tar.bz2 libmtp-a61dde8f85869c2864bbaef4c5b0e0e925a2f7c0.zip |
Remove ExcludeArch x86/x64submit/tizen_3.0_tv/20161015.000003submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000004submit/tizen/20161004.022036accepted/tizen/tv/20161004.075733accepted/tizen/mobile/20161004.075721accepted/tizen/ivi/20161004.075805accepted/tizen/common/20161004.081033accepted/tizen/3.0/tv/20161016.005032accepted/tizen/3.0/mobile/20161015.033819accepted/tizen/3.0/ivi/20161011.050707
libmtp supports Intel architectures as well.
Do we really have a reason to exclude x86/x64?
If MTP is causing problems for emulator, the spec should use
the macro of "_with_emulator", which is defined to be 1 for
emulator build.
Change-Id: I2d4c34ab7373c7cafb67cd192df25203ec968054
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rwxr-xr-x | packaging/libmtp.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/libmtp.spec b/packaging/libmtp.spec index 87c36df..b633e48 100755 --- a/packaging/libmtp.spec +++ b/packaging/libmtp.spec @@ -9,8 +9,6 @@ License: LGPL-2.1 Source0: libmtp-%{version}.tar.gz Source1001: autogen.sh -ExcludeArch: %ix86 x86_64 - Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(libusb-1.0) |