dad1ed5ab30b150e46917532164bcc0f383d7190
[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:    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: 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 * Mon Oct 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.156-1
49 - Install path is changed from /opt to /usr
50
51 * Thu Oct 22 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.155-1
52 - License is added
53
54 * Thu Oct 04 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.154-1
55 - Connection / Wi-Fi's changed CAPIs are applied
56
57 * Fri Sep 21 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.153-1
58 - Pop-up button's style is changed
59
60 * Fri Sep 21 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.152-1
61 - Add manifest file for SMACK
62
63 * Wed Aug 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.151-1
64 - When client's connection is changed, old handles are freed
65
66 * Wed Aug 17 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.150-1
67 - Managed APIs are used to get Network connection state and control Wi-Fi
68 - Crash issue is fixed because of "Unable to use tethering" pop-up
69 - End separator is added to each genlist
70 - Wi-Fi direct is considered when Wi-Fi tethering is enabled
71
72 * Wed Aug 01 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.149-1
73 - Managed APIs are used to get Wi-Fi tethering settings
74 - Password entry issue("Enter" can be inserted) is fixed
75
76 * Thu Jul 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.148-2
77 - Unused resource is removed
78
79 * Thu Jul 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.148-1
80 - Apply White theme
81
82 * Wed Jul 18 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.147-2
83 - Upload pkg for ug library change
84
85 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.147-1
86 - ui-gadget-1 is applied
87 - typedef struct rule is fixed
88 - unnecessary dependency and header include are removed
89
90 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.146-1
91 - library is stripped
92
93 * Thu Jul 12 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.145-1
94 - "Wi-Fi tethering is not enabled" issue is fixed
95
96 * Fri Jun 29 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.144-1
97 - libmobile-ap is replaced with capi-network-tethering
98
99 * Mon Jun 25 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.143-1
100 - Data usage is got from agent
101
102 * Thu Jun 04 2012 Injun Yang <injun.yang@samsung.com> 0.1.142-1
103 - Initialize vconf key
104 - Remove unused vconf key
105
106 * Thu May 31 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.141-1
107 - Enabled indicatons are handled
108 - Wi-Fi vconf is used to know when Wi-Fi is disabled
109 - Code clean-up
110
111 * Thu May 24 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.140-1
112 - hide option vconfkey is exported to internal vconfkeys
113
114 * Fri May 18 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.139-1
115 - "Tethering" translation data is applied
116
117 * Thu May 17 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.138-1
118 - Private vconfkey is changed following new naming rule
119
120 * Mon Mar 26 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.137-1
121 - Tethering and portable hotspot is changed to Tethering
122
123 * Tue Mar 14 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.135-1
124 - libmobile-ap API's and EFL are changed
125
126 * Wed Feb 06 2012 Seungyoun Ju <sy39.ju@samsung.com> 0.1.130-1
127 - Deprecated dependencies are removed