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