X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=packaging%2Fug-setting-mobileap-efl.spec;h=3acae124c7523bae94b90e0b64db87ce30171826;hb=3b0695931dc145b5f1a8fc74035c104439f9f41f;hp=a99a05771f62583908708abe0c8503cba3e806a3;hpb=7d510738f3a7ead144f96cef40057942ef5d6c97;p=apps%2Fnative%2Fug-mobile-ap.git diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec old mode 100644 new mode 100755 index a99a057..3acae12 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -1,25 +1,29 @@ %define _usrdir /usr -%define _ugdir %{_usrdir}/ug - -Name: ug-setting-mobileap-efl -Summary: Tethering UI Gadget Library -Version: 0.1.160 -Release: 1 -Group: TO_BE/FILLED_IN -License: Flora License Version 1.0 -Source0: %{name}-%{version}.tar.gz -Requires(post): /usr/bin/vconftool -BuildRequires: cmake -BuildRequires: edje-bin -BuildRequires: gettext-tools -BuildRequires: pkgconfig(elementary) -BuildRequires: pkgconfig(evas) -BuildRequires: pkgconfig(ui-gadget-1) -BuildRequires: pkgconfig(wifi-direct) -BuildRequires: pkgconfig(capi-network-tethering) -BuildRequires: pkgconfig(capi-network-connection) -BuildRequires: pkgconfig(capi-network-wifi) -BuildRequires: pkgconfig(capi-telephony-sim) +%define _ugdir %{_usrdir}/apps/ug-setting-mobileap-efl + +Name: ug-setting-mobileap-efl +Summary: Tethering UI Gadget Library +Version: 1.0.150 +Release: 1 +Group: App/Network +License: Flora-1.1 +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-tethering) +BuildRequires: pkgconfig(capi-network-connection) +BuildRequires: pkgconfig(notification) +BuildRequires: pkgconfig(aul) +BuildRequires: pkgconfig(bundle) +BuildRequires: pkgconfig(efl-extension) +BuildRequires: pkgconfig(dpm) +BuildRequires: cmake +BuildRequires: edje-bin +BuildRequires: gettext-tools +Requires(post): /usr/bin/vconftool %description Tethering UI Gadget Library @@ -28,121 +32,31 @@ Tethering UI Gadget Library %setup -q %build -cmake . -DCMAKE_INSTALL_PREFIX="%{_ugdir}" -make %{?jobs:-j%jobs} +cmake -DCMAKE_INSTALL_PREFIX="%{_ugdir}" \ + . + +make %{?_smp_mflags} + %install rm -rf %{buildroot} %make_install +#License +mkdir -p %{buildroot}%{_datadir}/license +cp LICENSE %{buildroot}%{_datadir}/license/%{name} + %post -/usr/bin/vconftool set -t bool db/private/libug-setting-mobileap-efl/prev_wifi_status 0 -u 5000 -f %files %manifest ug-setting-mobileap-efl.manifest %defattr(-,root,root,-) -%{_ugdir}/res/edje/ug-setting-mobile-ap-ug/*.edj -%{_ugdir}/res/locale/*/LC_MESSAGES/* -%{_ugdir}/lib/libug-setting-mobile-ap-ug.so - -%changelog -* Mon Jan 28 2013 Seungyoun Ju 0.1.160-1 -- Remove unrequired log - -* Tue Jan 15 2013 Seungyoun Ju 0.1.159-1 -- Fix : When device is rotated, guide text is displayed short time -- Fix : Security / Hide items are disabled sometimes -- Translation data is updated -- Pop-up scenario for USB tethering is implemented -- IMF is hided by focus out -- Wi-Fi tethering is enabled without checking enable state - -* Fri Dec 07 2012 Seungyoun Ju 0.1.158-1 -- New winset is applied and some bugs are fixed - -* Mon Nov 12 2012 Seungyoun Ju 0.1.157-1 -- Cellular network state is separated to CONNECTION_CELLULAR_STATE_AVAILABLE and CONNECTION_CELLULAR_STATE_CONNECTED - -* Wed Oct 31 2012 Seungyoun Ju 0.1.156-2 -- Initial package upload - -* Mon Oct 29 2012 Seungyoun Ju 0.1.156-1 -- Install path is changed from /opt to /usr - -* Thu Oct 22 2012 Seungyoun Ju 0.1.155-1 -- License is added - -* Thu Oct 04 2012 Seungyoun Ju 0.1.154-1 -- Connection / Wi-Fi's changed CAPIs are applied - -* Fri Sep 21 2012 Seungyoun Ju 0.1.153-1 -- Pop-up button's style is changed - -* Fri Sep 21 2012 Seungyoun Ju 0.1.152-1 -- Add manifest file for SMACK - -* Wed Aug 29 2012 Seungyoun Ju 0.1.151-1 -- When client's connection is changed, old handles are freed - -* Wed Aug 17 2012 Seungyoun Ju 0.1.150-1 -- Managed APIs are used to get Network connection state and control Wi-Fi -- Crash issue is fixed because of "Unable to use tethering" pop-up -- End separator is added to each genlist -- Wi-Fi direct is considered when Wi-Fi tethering is enabled - -* Wed Aug 01 2012 Seungyoun Ju 0.1.149-1 -- Managed APIs are used to get Wi-Fi tethering settings -- Password entry issue("Enter" can be inserted) is fixed - -* Thu Jul 26 2012 Seungyoun Ju 0.1.148-2 -- Unused resource is removed - -* Thu Jul 26 2012 Seungyoun Ju 0.1.148-1 -- Apply White theme - -* Wed Jul 18 2012 Seungyoun Ju 0.1.147-2 -- Upload pkg for ug library change - -* Thu Jul 12 2012 Seungyoun Ju 0.1.147-1 -- ui-gadget-1 is applied -- typedef struct rule is fixed -- unnecessary dependency and header include are removed - -* Thu Jul 12 2012 Seungyoun Ju 0.1.146-1 -- library is stripped - -* Thu Jul 12 2012 Seungyoun Ju 0.1.145-1 -- "Wi-Fi tethering is not enabled" issue is fixed - -* Fri Jun 29 2012 Seungyoun Ju 0.1.144-1 -- libmobile-ap is replaced with capi-network-tethering - -* Mon Jun 25 2012 Seungyoun Ju 0.1.143-1 -- Data usage is got from agent - -* Thu Jun 04 2012 Injun Yang 0.1.142-1 -- Initialize vconf key -- Remove unused vconf key - -* Thu May 31 2012 Seungyoun Ju 0.1.141-1 -- Enabled indicatons are handled -- Wi-Fi vconf is used to know when Wi-Fi is disabled -- Code clean-up - -* Thu May 24 2012 Seungyoun Ju 0.1.140-1 -- hide option vconfkey is exported to internal vconfkeys - -* Fri May 18 2012 Seungyoun Ju 0.1.139-1 -- "Tethering" translation data is applied - -* Thu May 17 2012 Seungyoun Ju 0.1.138-1 -- Private vconfkey is changed following new naming rule - -* Mon Mar 26 2012 Seungyoun Ju 0.1.137-1 -- Tethering and portable hotspot is changed to Tethering - -* Tue Mar 14 2012 Seungyoun Ju 0.1.135-1 -- libmobile-ap API's and EFL are changed - -* Wed Feb 06 2012 Seungyoun Ju 0.1.130-1 -- Deprecated dependencies are removed +/usr/ug/res/locale/*/LC_MESSAGES/ug-setting-mobileap-efl* +/usr/ug/res/images/ug-setting-mobileap-efl/*.png +%{_ugdir}/res/edje/ug-setting-mobileap-efl/*.edj +%{_ugdir}/res/help/ug-setting-mobileap-efl/help_setting_tethering.xml +%{_ugdir}/lib/ug/libug-setting-mobileap-efl.so +/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}