X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fug-setting-mobileap-efl.spec;h=c01a09da8c09cf5b2c34f9df1be3146bbc771cfc;hb=refs%2Fheads%2Ftizen_6.0;hp=59ec41991052fff5484396cffb357699c1980f6b;hpb=ba670e0f75fdb15c76f29dac53610b63caf7b6b3;p=apps%2Fnative%2Fug-mobile-ap.git diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 59ec419..c01a09d 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -3,7 +3,7 @@ Name: ug-setting-mobileap-efl Summary: Tethering UI Gadget Library -Version: 1.0.147 +Version: 1.0.162 Release: 1 Group: App/Network License: Flora-1.1 @@ -12,7 +12,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ui-gadget-1) -BuildRequires: pkgconfig(capi-network-wifi) +BuildRequires: pkgconfig(capi-network-wifi-manager) BuildRequires: pkgconfig(capi-network-tethering) BuildRequires: pkgconfig(capi-network-connection) BuildRequires: pkgconfig(notification) @@ -33,6 +33,9 @@ Tethering UI Gadget Library %build cmake -DCMAKE_INSTALL_PREFIX="%{_ugdir}" \ +%if "%{?_with_emulator}" == "1" + -DTIZEN_FEATURE_EMULATOR=1 \ +%endif . make %{?_smp_mflags} @@ -42,10 +45,6 @@ make %{?_smp_mflags} rm -rf %{buildroot} %make_install -#License -mkdir -p %{buildroot}%{_datadir}/license -cp LICENSE %{buildroot}%{_datadir}/license/%{name} - %post %files @@ -59,4 +58,4 @@ cp LICENSE %{buildroot}%{_datadir}/license/%{name} /usr/share/packages/ug-setting-mobileap-efl.xml /usr/apps/ug-setting-mobileap-efl/shared/res/tables/ug-setting-mobileap-efl_ChangeableColorInfo.xml /usr/apps/ug-setting-mobileap-efl/shared/res/tables/ug-setting-mobileap-efl_fontInfoTable.xml -%{_datadir}/license/%{name} +%license LICENSE