Export 0.1.44
[framework/web/web-ui-fw.git] / packaging / web-ui-fw.spec
1 Name:       web-ui-fw
2 Version:    0.1.44
3 Release:    0
4 Summary:    Tizen Web UI Framework Library
5 Group:      Development/Other
6 License:    MIT
7 BuildArch:  noarch
8 BuildRequires:  make
9 BuildRequires:  nodejs
10 %ifarch %{arm}
11 BuildRequires:  nodejs-x86-arm
12 %endif
13
14 Source0:    %{name}-%{version}.tar.gz
15
16 %description
17 Tizen Web UI Framework library and theme packages
18
19 %prep
20 %setup -q
21
22 %build
23 make all
24
25 %install
26 make DESTDIR=%{buildroot} install
27
28 %post
29
30 %files
31 /usr/share/tizen-web-ui-fw/*/js
32 /usr/share/tizen-web-ui-fw/latest
33
34 ###############################
35 %package -n web-ui-fw-theme-tizen-gray
36 BuildArch:  noarch
37 Summary:    Tizen Web UI Framework Theme : tizen-gray
38 %Description -n web-ui-fw-theme-tizen-gray
39     Tizen Web UI Framework Theme : tizen-gray
40
41 ###############################
42 %package -n web-ui-fw-theme-tizen-black
43 BuildArch:  noarch
44 Summary:    Tizen Web UI Framework Theme : tizen-black
45 %Description -n web-ui-fw-theme-tizen-black
46     Tizen Web UI Framework Theme : tizen-black
47 %files -n web-ui-fw-theme-tizen-black
48 /usr/share/tizen-web-ui-fw/*/themes/tizen-black
49
50 ###############################
51 %package -n web-ui-fw-theme-tizen-white
52 BuildArch:  noarch
53 Summary:    Tizen Web UI Framework Theme : tizen-white
54 %Description -n web-ui-fw-theme-tizen-white
55     Tizen Web UI Framework Theme : tizen-white
56 %files -n web-ui-fw-theme-tizen-white
57 /usr/share/tizen-web-ui-fw/*/themes/tizen-white
58
59 ###############################
60 %package -n web-ui-fw-theme-default
61 BuildArch:  noarch
62 Summary:    Tizen Web UI Framework Theme : default
63 %Description -n web-ui-fw-theme-default
64     Tizen Web UI Framework Theme : default
65 %files -n web-ui-fw-theme-default
66 /usr/share/tizen-web-ui-fw/*/themes/default
67
68 ###############################
69 %package -n web-ui-fw-devel
70 BuildArch:  noarch
71 Summary:    Tizen Web UI Framework Developer's files
72 %Description -n web-ui-fw-devel
73     Tizen Web UI Framework Developer's files
74 %files -n web-ui-fw-devel
75 /usr/share/tizen-web-ui-fw/bin
76 /usr/share/tizen-web-ui-fw/template
77
78 ###############################
79 %package -n web-ui-fw-demo-tizen-winsets
80 BuildArch:  noarch
81 Summary:    Tizen Web UI Framework Demo Application: tizen winset demo
82 %Description -n web-ui-fw-demo-tizen-winsets
83     Tizen Web UI Framework Demo Application: tizen winset demo
84 %files  -n web-ui-fw-demo-tizen-winsets
85 /usr/share/tizen-web-ui-fw/demos/tizen-winsets
86
87
88 ###############################
89 %changelog
90
91 * Fri Aug 31 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.44
92 - FIX:
93         - swipelist: show list items correctly
94         - datetimepicker: set last day, if day is overflowed
95 - Spec changes:
96         - controlbar: update icons
97
98 * Tue Aug 29 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.43
99 - FIX:
100         - notification: fix typo
101 - Spec changes:
102         - controlbar: update icons
103
104 * Tue Aug 28 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.42
105 - FIX:
106         - multimediaview: video progress bar display normally for too samll
107         - segmentcontrol: remove media query
108         - scrollview: add outer scroll condition
109         - datetimepicker: modify triangle size
110         - popupwindow: set the screen height explicitly
111         - notification: add multiline text
112 - Spec changes:
113         - mutibuttonentry: support new GUI
114         - virtualgrid: support new GUI
115
116 * Mon Aug 27 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.41
117 - FIX:
118         - radio/check button : button size bug fix
119
120 * Fri Aug 24 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.40
121 - FIX:
122         - build error fixed
123
124 * Fri Aug 24 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.39
125 - FIX:
126         - listview: style fix, remove filter placeholder
127         - controlbar: divide styles
128         - scrollview: don't skip dragging when click button or inputbox
129         - slider: trim the text on text slider
130 - Spec changes:
131         - remove gray and blue theme
132         - add white and black theme
133         - support new GUI guide
134
135 * Mon Aug 20 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.38
136 - FIX:
137         - fix coment of version tag
138
139 * Fri Aug 17 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.37
140 - FIX :
141         - button: fix alignment
142         - listview: adjust the main text width
143         - virtualgrid: refactoring
144 - Spec changes:
145         - transition: support JQM 1.1.0 transitions
146         - scrollview: support the outer scroll
147         - notification: remove interval feature
148
149 * Tue Aug 14 2012 Youmin Ha <youmin.ha@samasung.com> 0.1.36
150 - FIX :
151         - checkboxRadio: Add left/right padding
152         - button: custom button & icon position
153         - virtuallist: remove 'recreate' test
154 - Spec changes:
155         - header/footer: enable/disable support
156
157 * Fri Aug 10 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.35
158 - FIX :
159         - expandablelist: modify show animation
160         - virtualgrid: Redesign programming interface
161         - popupwindow: code clean and fixed issues
162         - pagelayout: fix content height
163         - license file update
164         - virtuallist: Change programming interface
165         - datetimepicker: getting days correctly
166         - searchbar: set to hidden when cancel button is hide
167         - White theme title font tuning
168 - Spec changes:
169         - default theme tizen-gray to tizen-white
170         - set default page transition to none
171
172 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.34
173 - FIX :
174         - Back Button : enlarge backbutton click size for white theme
175 - Feature :
176         - Expandable List : Add refresh api
177 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.33
178 - FIX :
179         - click event touch threshold tuning
180
181 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.32
182 - FIX : 
183         - Add back button highlight effect for white theme
184
185 * Mon Aug 01 2012 Jinhyuk Jun <jinhyuk.jun@samsnug.com> 0.1.31
186 - FIX : 
187         - IME checkroutine update, improve relayout on resize event
188         - Add highlight effect for radio button list 
189         - Scrollview : fix condition of updatelayout event
190 - Feature : progressing : add show/hide api
191
192 * Mon Jul 27 2012 Koeun Choi <koeun.choi@samsung.com> 0.1.30
193 - FIX : virtuallist, virtualgrid: Clean up temporary jquery.template object to clear cache
194         add default theme option on buttonMarkup for tizen theme
195         [searchbar] first fix : focus/blur fixed
196         back button does not work when long press
197         scrollview: don't auto scrolling if resizing area is too large
198 - Feature : notification : add api to set the icon at tickernoti
199         demo : update the list sample demo
200         Support tizen default theme
201
202 * Mon Jul 23 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.29
203 - Improvements & Bugfixes
204    - HOTFIX: Revert template function with jquery.template
205
206 * Thu Jul 19 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.28
207 - Improvements & Bugfixes
208    - Fix #WEB-1028: memory leak on virtuallist/virtualgrid
209 - Spec changes
210    - $.tizen.loadTheme() function accepts theme name as arguement
211    - Scrollview supports 'updatelayout' callback
212
213 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.27
214 - Improvements & Bugfixes
215    - Revert 'preventing long-press popup' patch, to fix backbutton to work in SocialMagazine
216
217 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.26
218 - Improvements & Bugfixes
219    - Add tizen-white theme package, to make rpm build to be finished
220
221 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.25
222 - Improvements & Bugfixes
223    - Set 'slide' as default page transition effect, by JQM patch
224
225 * Fri Jul 13 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.24
226 - Improvements & Bugfixes
227    - Fix IME show/hide algorithm
228    - Fix error on virtualgrid: link _set_scrollbar_size() function to the one in virtuallist
229
230 * Wed Jul 11 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.23
231 - Improvements & Bugfixes
232    - Fix notification position
233    - Fix unit tests
234
235  Fri Jul 6 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.22
236 - Spec changes
237         - JQM 1.1 upgrade
238 - Improvements & Bugfixes
239         - Transform3D support on scrollview
240         - Page layout supports IME control
241         - Mapview supports pinch zoom on JQM 1.1
242         - Fix wrong character on button in minified version
243         - Virtualgrid supports scrollbar
244         - Lots of bugfixes
245
246 * Fri Jun 22 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.20
247 - Spec changes
248         - Support 'latest' version (by symlink) for tizen-web-ui-fw.js path.
249         - imageslider : supports 'resize' event.
250         - listview : listview has 1px padding-bottom.
251         - loader : Change global namespace, from S to $.tizen.
252         - loader : Move loadCustomGlobalizeCulture() into $.tizen.util namespace.
253 - Improvements & Bugfixes
254         - Scrollview : supports 'translate3d', instead of 'translate'.
255         - notification : reset timer when 'show' or 'refresh' event.
256         - JQM patch : Fix vclick event triggered twice.
257 - Etc.
258         - Add & fix unit tests.
259
260 * Thu Jun 14 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.19
261 - Spec changes
262         - mapview : new widget.
263         - notification : add .refresh() API.
264         - pagecontrol : add .value([val]) API, and change an attribute name 'data-initVal' to 'data-value'.
265 - Improvements & Bugfixes
266         - Support minified CSS.
267         - loader : Fix & refactor 'loading globalize culture file' routine.
268         - JQM Patch : Calculate min-height of window in javascript code, and remove predefined min-height value from CSS.
269         - Many more bugfixes.
270 - Etc.
271         - Add many unit tests.
272         - Fix test coverage instrumentation tool to work with current source code.