501aa97534e1d19376e7fc4b7dce778983c856c8
[framework/web/web-ui-fw.git] / packaging / web-ui-fw.spec
1 Name:       web-ui-fw
2 Version:    0.1.43
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 * Tue Aug 29 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.43
92 - FIX:
93         - notification: fix typo
94 - Spec changes:
95         - controlbar: update icons
96
97 * Tue Aug 28 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.42
98 - FIX:
99         - multimediaview: video progress bar display normally for too samll
100         - segmentcontrol: remove media query
101         - scrollview: add outer scroll condition
102         - datetimepicker: modify triangle size
103         - popupwindow: set the screen height explicitly
104         - notification: add multiline text
105 - Spec changes:
106         - mutibuttonentry: support new GUI
107         - virtualgrid: support new GUI
108
109 * Mon Aug 27 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.41
110 - FIX:
111         - radio/check button : button size bug fix
112
113 * Fri Aug 24 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.40
114 - FIX:
115         - build error fixed
116
117 * Fri Aug 24 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.39
118 - FIX:
119         - listview: style fix, remove filter placeholder
120         - controlbar: divide styles
121         - scrollview: don't skip dragging when click button or inputbox
122         - slider: trim the text on text slider
123 - Spec changes:
124         - remove gray and blue theme
125         - add white and black theme
126         - support new GUI guide
127
128 * Mon Aug 20 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.38
129 - FIX:
130         - fix coment of version tag
131
132 * Fri Aug 17 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.37
133 - FIX :
134         - button: fix alignment
135         - listview: adjust the main text width
136         - virtualgrid: refactoring
137 - Spec changes:
138         - transition: support JQM 1.1.0 transitions
139         - scrollview: support the outer scroll
140         - notification: remove interval feature
141
142 * Tue Aug 14 2012 Youmin Ha <youmin.ha@samasung.com> 0.1.36
143 - FIX :
144         - checkboxRadio: Add left/right padding
145         - button: custom button & icon position
146         - virtuallist: remove 'recreate' test
147 - Spec changes:
148         - header/footer: enable/disable support
149
150 * Fri Aug 10 2012 Minkyu Kang <mk7.kang@samsung.com> 0.1.35
151 - FIX :
152         - expandablelist: modify show animation
153         - virtualgrid: Redesign programming interface
154         - popupwindow: code clean and fixed issues
155         - pagelayout: fix content height
156         - license file update
157         - virtuallist: Change programming interface
158         - datetimepicker: getting days correctly
159         - searchbar: set to hidden when cancel button is hide
160         - White theme title font tuning
161 - Spec changes:
162         - default theme tizen-gray to tizen-white
163         - set default page transition to none
164
165 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.34
166 - FIX :
167         - Back Button : enlarge backbutton click size for white theme
168 - Feature :
169         - Expandable List : Add refresh api
170 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.33
171 - FIX :
172         - click event touch threshold tuning
173
174 * Mon Aug 02 2012 Jinhyuk Jun <jinhyuk.jun@samsung.com> 0.1.32
175 - FIX : 
176         - Add back button highlight effect for white theme
177
178 * Mon Aug 01 2012 Jinhyuk Jun <jinhyuk.jun@samsnug.com> 0.1.31
179 - FIX : 
180         - IME checkroutine update, improve relayout on resize event
181         - Add highlight effect for radio button list 
182         - Scrollview : fix condition of updatelayout event
183 - Feature : progressing : add show/hide api
184
185 * Mon Jul 27 2012 Koeun Choi <koeun.choi@samsung.com> 0.1.30
186 - FIX : virtuallist, virtualgrid: Clean up temporary jquery.template object to clear cache
187         add default theme option on buttonMarkup for tizen theme
188         [searchbar] first fix : focus/blur fixed
189         back button does not work when long press
190         scrollview: don't auto scrolling if resizing area is too large
191 - Feature : notification : add api to set the icon at tickernoti
192         demo : update the list sample demo
193         Support tizen default theme
194
195 * Mon Jul 23 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.29
196 - Improvements & Bugfixes
197    - HOTFIX: Revert template function with jquery.template
198
199 * Thu Jul 19 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.28
200 - Improvements & Bugfixes
201    - Fix #WEB-1028: memory leak on virtuallist/virtualgrid
202 - Spec changes
203    - $.tizen.loadTheme() function accepts theme name as arguement
204    - Scrollview supports 'updatelayout' callback
205
206 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.27
207 - Improvements & Bugfixes
208    - Revert 'preventing long-press popup' patch, to fix backbutton to work in SocialMagazine
209
210 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.26
211 - Improvements & Bugfixes
212    - Add tizen-white theme package, to make rpm build to be finished
213
214 * Tue Jul 17 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.25
215 - Improvements & Bugfixes
216    - Set 'slide' as default page transition effect, by JQM patch
217
218 * Fri Jul 13 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.24
219 - Improvements & Bugfixes
220    - Fix IME show/hide algorithm
221    - Fix error on virtualgrid: link _set_scrollbar_size() function to the one in virtuallist
222
223 * Wed Jul 11 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.23
224 - Improvements & Bugfixes
225    - Fix notification position
226    - Fix unit tests
227
228  Fri Jul 6 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.22
229 - Spec changes
230         - JQM 1.1 upgrade
231 - Improvements & Bugfixes
232         - Transform3D support on scrollview
233         - Page layout supports IME control
234         - Mapview supports pinch zoom on JQM 1.1
235         - Fix wrong character on button in minified version
236         - Virtualgrid supports scrollbar
237         - Lots of bugfixes
238
239 * Fri Jun 22 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.20
240 - Spec changes
241         - Support 'latest' version (by symlink) for tizen-web-ui-fw.js path.
242         - imageslider : supports 'resize' event.
243         - listview : listview has 1px padding-bottom.
244         - loader : Change global namespace, from S to $.tizen.
245         - loader : Move loadCustomGlobalizeCulture() into $.tizen.util namespace.
246 - Improvements & Bugfixes
247         - Scrollview : supports 'translate3d', instead of 'translate'.
248         - notification : reset timer when 'show' or 'refresh' event.
249         - JQM patch : Fix vclick event triggered twice.
250 - Etc.
251         - Add & fix unit tests.
252
253 * Thu Jun 14 2012 Youmin Ha <youmin.ha@samsung.com> 0.1.19
254 - Spec changes
255         - mapview : new widget.
256         - notification : add .refresh() API.
257         - pagecontrol : add .value([val]) API, and change an attribute name 'data-initVal' to 'data-value'.
258 - Improvements & Bugfixes
259         - Support minified CSS.
260         - loader : Fix & refactor 'loading globalize culture file' routine.
261         - JQM Patch : Calculate min-height of window in javascript code, and remove predefined min-height value from CSS.
262         - Many more bugfixes.
263 - Etc.
264         - Add many unit tests.
265         - Fix test coverage instrumentation tool to work with current source code.