8474428f829a32542030a56b9a66e0b79ae91503
[apps/native/ug-mobile-ap.git] / packaging / ug-setting-mobileap-efl.spec
1 %define _usrdir /usr
2 %define _ugdir  %{_usrdir}/ug
3
4 Name:       ug-setting-mobileap-efl
5 Summary:    Tethering UI Gadget Library
6 Version:    0.1.158
7 Release:    1
8 Group:      TO_BE/FILLED_IN
9 License:    Flora License Version 1.0
10 Source0:    %{name}-%{version}.tar.gz
11 Requires(post): /usr/bin/vconftool
12 BuildRequires: cmake
13 BuildRequires: edje-bin
14 BuildRequires: gettext-tools
15 BuildRequires: pkgconfig(elementary)
16 BuildRequires: pkgconfig(evas)
17 BuildRequires: pkgconfig(ui-gadget-1)
18 BuildRequires: pkgconfig(wifi-direct)
19 BuildRequires: pkgconfig(capi-network-tethering)
20 BuildRequires: pkgconfig(capi-network-connection)
21 BuildRequires: pkgconfig(capi-network-wifi)
22 BuildRequires: pkgconfig(capi-telephony-sim)
23
24 %description
25 Tethering UI Gadget Library
26
27 %prep
28 %setup -q
29
30 %build
31 cmake . -DCMAKE_INSTALL_PREFIX="%{_ugdir}"
32 make %{?jobs:-j%jobs}
33
34 %install
35 rm -rf %{buildroot}
36 %make_install
37
38 %post
39 /usr/bin/vconftool set -t bool db/private/libug-setting-mobileap-efl/prev_wifi_status 0 -u 5000 -f
40
41 %files
42 %manifest ug-setting-mobileap-efl.manifest
43 %defattr(-,root,root,-)
44 %{_ugdir}/res/edje/ug-setting-mobile-ap-ug/*.edj
45 %{_ugdir}/res/locale/*/LC_MESSAGES/*
46 %{_ugdir}/lib/libug-setting-mobile-ap-ug.so
47
48 %changelog
49 * Fri Dec 07 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.158-1
50 - New winset is applied and some bugs are fixed
51
52 * Mon Nov 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.157-1
53 - Cellular network state is separated to CONNECTION_CELLULAR_STATE_AVAILABLE and CONNECTION_CELLULAR_STATE_CONNECTED
54
55 * Wed Oct 31 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.156-2
56 - Initial package upload
57
58 * Mon Oct 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.156-1
59 - Install path is changed from /opt to /usr
60
61 * Thu Oct 22 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.155-1
62 - License is added
63
64 * Thu Oct 04 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.154-1
65 - Connection / Wi-Fi's changed CAPIs are applied
66
67 * Fri Sep 21 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.153-1
68 - Pop-up button's style is changed
69
70 * Fri Sep 21 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.152-1
71 - Add manifest file for SMACK
72
73 * Wed Aug 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.151-1
74 - When client's connection is changed, old handles are freed
75
76 * Wed Aug 17 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.150-1
77 - Managed APIs are used to get Network connection state and control Wi-Fi
78 - Crash issue is fixed because of "Unable to use tethering" pop-up
79 - End separator is added to each genlist
80 - Wi-Fi direct is considered when Wi-Fi tethering is enabled
81
82 * Wed Aug 01 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.149-1
83 - Managed APIs are used to get Wi-Fi tethering settings
84 - Password entry issue("Enter" can be inserted) is fixed
85
86 * Thu Jul 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.148-2
87 - Unused resource is removed
88
89 * Thu Jul 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.148-1
90 - Apply White theme
91
92 * Wed Jul 18 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.147-2
93 - Upload pkg for ug library change
94
95 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.147-1
96 - ui-gadget-1 is applied
97 - typedef struct rule is fixed
98 - unnecessary dependency and header include are removed
99
100 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.146-1
101 - library is stripped
102
103 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.145-1
104 - "Wi-Fi tethering is not enabled" issue is fixed
105
106 * Fri Jun 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.144-1
107 - libmobile-ap is replaced with capi-network-tethering
108
109 * Mon Jun 25 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.143-1
110 - Data usage is got from agent
111
112 * Thu Jun 04 2012 Injun Yang <injun.yang@samsung.com> 0.1.142-1
113 - Initialize vconf key
114 - Remove unused vconf key
115
116 * Thu May 31 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.141-1
117 - Enabled indicatons are handled
118 - Wi-Fi vconf is used to know when Wi-Fi is disabled
119 - Code clean-up
120
121 * Thu May 24 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.140-1
122 - hide option vconfkey is exported to internal vconfkeys
123
124 * Fri May 18 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.139-1
125 - "Tethering" translation data is applied
126
127 * Thu May 17 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.138-1
128 - Private vconfkey is changed following new naming rule
129
130 * Mon Mar 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.137-1
131 - Tethering and portable hotspot is changed to Tethering
132
133 * Tue Mar 14 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.135-1
134 - libmobile-ap API's and EFL are changed
135
136 * Wed Feb 06 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.130-1
137 - Deprecated dependencies are removed