forked from ui-alchemy/ui_alchemy-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
converge-ui-devel.spec
347 lines (324 loc) · 17.3 KB
/
converge-ui-devel.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
# vim: sw=4:ts=4:et
#
# Copyright 2011 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public
# License as published by the Free Software Foundation; either version
# 2 of the License (GPLv2) or (at your option) any later version.
# There is NO WARRANTY for this software, express or implied,
# including the implied warranties of MERCHANTABILITY,
# NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
# have received a copy of GPLv2 along with this software; if not, see
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
%global homedir %{_datarootdir}/%{name}
Name: converge-ui-devel
Summary: Converging UI's since 2012.
Group: Applications/System
License: GPLv2
URL: http://www.convergeui.org
Version: 1.0
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
A common set of web assets.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
install -m0755 -d %{buildroot}%{homedir}
install -m0755 -d %{buildroot}%{homedir}/javascripts/
install -m0755 -d %{buildroot}%{homedir}/rails/
install -m0755 -d %{buildroot}%{homedir}/stylesheets/
install -m0755 -d %{buildroot}%{homedir}/images/
install -m0755 -d %{buildroot}%{homedir}/fonts/
cp -R javascripts/* %{buildroot}%{homedir}/javascripts/
cp -R rails/* %{buildroot}%{homedir}/rails
cp -R stylesheets/* %{buildroot}%{homedir}/stylesheets/
cp -R images/* %{buildroot}%{homedir}/images/
cp -R fonts/* %{buildroot}%{homedir}/fonts/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(755, root, root)
%{homedir}
%doc README.rst LICENSE
%changelog
* Thu Aug 30 2012 Eric D Helms <[email protected]> 1.0-1
- Changes to accomodate fixes to the login/interstitial. ([email protected])
- Merge pull request #60 from jsomara/841857 ([email protected])
- 841857 - fixing interestitial scope to display properly in LDAP mode
- Adds link to convergeui demo and reference site. ([email protected])
- Removes github pages reference from readme. ([email protected])
- focus outline states for header navigation and anchors - also added the
clickable helper class ([email protected])
- Adds a set of color palette definitions. ([email protected])
- Added fadeOut of spinner if ajax returns 200. ([email protected])
- Merge pull request #35 from ehelms/master ([email protected])
- Replaces use of background-position-x and background-position-y with a
definition set for sprites for grey and black. This is due to the fact that
Firefox does not support the above CSS directives. ([email protected])
- Switches sprite definitions to the anywhere as opposed to starts with class
attribute selector. ([email protected])
- Updates and cleans-up sprites. ([email protected])
- Updates forms to let inputs, labels and fieldsets mimic the login page
inputs. ([email protected])
- setup to allow easy build in koji ([email protected])
- alphabatizing javascript list in docs and adding trunk8 ([email protected])
- Adding trunk8 for easier text ellipsis ([email protected])
- adding newer version of tipsy featuring ajax loading ([email protected])
* Thu Aug 30 2012 Eric D Helms <[email protected]>
- Changes to accomodate fixes to the login/interstitial. ([email protected])
- Merge pull request #60 from jsomara/841857 ([email protected])
- 841857 - fixing interestitial scope to display properly in LDAP mode
- Adds link to convergeui demo and reference site. ([email protected])
- Removes github pages reference from readme. ([email protected])
- focus outline states for header navigation and anchors - also added the
clickable helper class ([email protected])
- Adds a set of color palette definitions. ([email protected])
- Added fadeOut of spinner if ajax returns 200. ([email protected])
- Merge pull request #35 from ehelms/master ([email protected])
- Replaces use of background-position-x and background-position-y with a
definition set for sprites for grey and black. This is due to the fact that
Firefox does not support the above CSS directives. ([email protected])
- Switches sprite definitions to the anywhere as opposed to starts with class
attribute selector. ([email protected])
- Updates and cleans-up sprites. ([email protected])
- Updates forms to let inputs, labels and fieldsets mimic the login page
inputs. ([email protected])
- setup to allow easy build in koji ([email protected])
- alphabatizing javascript list in docs and adding trunk8 ([email protected])
- Adding trunk8 for easier text ellipsis ([email protected])
- adding newer version of tipsy featuring ajax loading ([email protected])
* Wed Jul 25 2012 Eric D Helms <[email protected]> 0.8.3-1
- Fix for the wrong corner of the last tab in the header being rounded.
- Fixes default font color to proper shade of black instead of washed out grey.
- Removes variables for images that don't currently exist from the sprites
file. Sprites file is intended to be used to store icon class definitions
and should therefore only be included once per page. ([email protected])
* Tue Jul 24 2012 Eric D Helms <[email protected]> 0.8.2-1
- Adds proper chosen styling and variablizes the chosen sprite url.
- Adds jQuery chosen. ([email protected])
- Updates for adding new placement of back arrow and adding new icon for
validation error. ([email protected])
- Fixes issue with imporper Overpass bold font-face declaration that led to
bold overpass fonts being bolded instead of using the font itself.
- Updates styling on change password screen. ([email protected])
- Updates to the login pages related to password recovery and username
recovery. ([email protected])
- Fixes typo with import of base partial. ([email protected])
- Cleanup. ([email protected])
- Updates to header and footer to pull out color variables.
- Cleanup of colors. ([email protected])
* Sun Jul 08 2012 Eric D Helms <[email protected]> 0.8.1-1
- Updates to user guide documentation. ([email protected])
- Updates to layouts and associated documentation. ([email protected])
- Header updates to add proper bottom stroke. ([email protected])
- Minor fixes. ([email protected])
- Merge remote-tracking branch 'origin/master' into docs ([email protected])
- Re-organization of docs and updates to Javascript documentation.
- Removes the minified version of jQuery. ([email protected])
- Moves sprites into components section due to defining CSS.
- Updates to organization of docs and added numbering. ([email protected])
- Moves components to use of underscore to prevent direct compilation by
compass. ([email protected])
- Documentation updates. ([email protected])
- Updates to build and development documentation. ([email protected])
- Spinner on login. ([email protected])
- Spacing in javascript documentation. ([email protected])
- Updates for fonts documentation. ([email protected])
- Updates for fonts and images documentation. ([email protected])
- Merge pull request #29 from knowncitizen/master ([email protected])
- Abstracting org switcher to just be "interstitial". ([email protected])
- Body > Footer css duplication tweak. ([email protected])
- Two things - header-widget fix and org interstitial check 1.) Fixing header-
widget items to float right in the event some are missing due to perms. 2.)
Org interstitial check on login_layout so that it will not break other
projects. ([email protected])
- More documentation around process and Javascript. Moved Javascript libraries
form lib to vendor for third party. ([email protected])
- Fix for submit remote true not being necessary. ([email protected])
- Making org interstitial a var to prevent usage where not needed.
- Merges utils stylesheet into helpers. ([email protected])
- Treats each partials as stand-alone to be collected in base.
- Adds normalize SCSS. ([email protected])
- Org switcher interstitial changes to include a header. ([email protected])
- Changes to login to accomodate an org switcher interstitial.
- Updates to component and compsite stylesheets. ([email protected])
- Initial re-organization and documentation defining new organization and
terms. ([email protected])
- Adds new docs structure. ([email protected])
* Mon Jun 25 2012 Eric D Helms <[email protected]> 0.7-1
- Fix for images and fonts in converge-ui spec. ([email protected])
- More SCSS, CSS duplication reduction. Faster loading, better fonts, a few
fixes. ([email protected])
- Updates for org switcher and header. ([email protected])
- Merge pull request #26 from ehelms/master ([email protected])
- Action icons updates. ([email protected])
- removed image references not used by converge-ui from _sprites.scss, added
common images to converge-ui ([email protected])
- Updates action-icons and corresponding sprite declarations.
* Mon Jun 18 2012 Mike McCune <[email protected]> 0.6-1
- update to fix the incorrect %%doc README filename ([email protected])
* Mon Jun 18 2012 Mike McCune <[email protected]> 0.5-1
- rolling back to 0.3-1 so I can fix the forgotten tag ([email protected])
- Adds short list of supported libraries to test documentation workflow.
- Removes documentation build directory from source tree. ([email protected])
- Updates to README ([email protected])
- Automatic commit of package [converge-ui-devel] release [0.4-1].
- Updates to README. ([email protected])
- Fixing some settings. ([email protected])
- Re-build docus. ([email protected])
- Adding new test documentation. ([email protected])
- Initial crack at using Sphinx to generate docs. ([email protected])
- Updates to internationalization of string that generates the recovery link.
- Updates a few strings for consistency around login vs username.
- Merge branch 'master' of git://github.com/Katello/converge-ui
- More clean-up of unused code and adding a link back to the login screen from
the change password screen. ([email protected])
- Org switcher and other small changes. ([email protected])
- Re-factors colors within login styling to define default variables to make
them overrideable by a parent project. ([email protected])
- Updates change password screen to new html structure. ([email protected])
- Updates to color and styling of outer sign on box. ([email protected])
- Re-works the login screen to include slide-out panels for password and
username recovery. ([email protected])
- Splits the password recovery page into two seperate pages - one for username
recovery and one for password recovery. ([email protected])
- Adds an instance variable that allows for the disabling of the password
recovery link. This may be useful if the project has not implemented
password recovery or is using a central password store like LDAP.
- Removes forms.scss from shell styling until form element styling is
finalized. ([email protected])
- Merge branch 'master' of git://github.com/Katello/converge-ui
- Clean up and re-factor around login javascript and fixing up the favicon
path. ([email protected])
- Updates to styling to put login page inline with newest design proposals.
- Changes to using font-url and assumes that the project using the fonts will
setup proper font-url configuration variables. ([email protected])
- Fix for details icon in wrong place. Should not float left.
- Adds a base.scss file to store and import common variables, mixins and
utilities. Updates all scss files to use new base file and includes some
minor updates to shell and footer styling. ([email protected])
- Merge branch 'master' into login ([email protected])
- Updates the yield blocks for javascript and stylesheets to be less likely to
clash with an applications declarations. ([email protected])
- Fix for bad url calls on some images. ([email protected])
- Merge pull request #14 from knowncitizen/master ([email protected])
- Fix to abstract app name. Allows user of converge-ui to pass in any string.
- Double position declaration removal. ([email protected])
- Relative image urls using compass. ([email protected])
- Additional refactoring for decreasing duplicate CSS directives.
- Updates to get login, password reset and change password basic javascript
support working. ([email protected])
- Adds footer to user session layout. ([email protected])
- Refactoring for to pull out common bits amongst user session layouts.
- Touch-ups to the login screen. ([email protected])
- Updates change password layout to conform with general styling and adds more
translations for text used on both reset and change pages.
- jquery - multiselect & filter - add new widgets ([email protected])
- Adds updated password reset screen with translations and formatting.
- Merge pull request #11 from knowncitizen/master ([email protected])
- Fix for tab highlight on currently selected tab. ([email protected])
* Sat Jun 16 2012 Eric D Helms <[email protected]> 0.4-1
- Updates to README. ([email protected])
- Fixing some settings. ([email protected])
- Re-build docus. ([email protected])
- Adding new test documentation. ([email protected])
- Initial crack at using Sphinx to generate docs. ([email protected])
- Updates to internationalization of string that generates the recovery link.
- Updates a few strings for consistency around login vs username.
- Merge branch 'master' of git://github.com/Katello/converge-ui
- More clean-up of unused code and adding a link back to the login screen from
the change password screen. ([email protected])
- Org switcher and other small changes. ([email protected])
- Re-factors colors within login styling to define default variables to make
them overrideable by a parent project. ([email protected])
- Updates change password screen to new html structure. ([email protected])
- Updates to color and styling of outer sign on box. ([email protected])
- Re-works the login screen to include slide-out panels for password and
username recovery. ([email protected])
- Splits the password recovery page into two seperate pages - one for username
recovery and one for password recovery. ([email protected])
- Adds an instance variable that allows for the disabling of the password
recovery link. This may be useful if the project has not implemented
password recovery or is using a central password store like LDAP.
- Removes forms.scss from shell styling until form element styling is
finalized. ([email protected])
- Merge branch 'master' of git://github.com/Katello/converge-ui
- Clean up and re-factor around login javascript and fixing up the favicon
path. ([email protected])
- Updates to styling to put login page inline with newest design proposals.
- Changes to using font-url and assumes that the project using the fonts will
setup proper font-url configuration variables. ([email protected])
- Fix for details icon in wrong place. Should not float left.
- Adds a base.scss file to store and import common variables, mixins and
utilities. Updates all scss files to use new base file and includes some
minor updates to shell and footer styling. ([email protected])
- Merge branch 'master' into login ([email protected])
- Updates the yield blocks for javascript and stylesheets to be less likely to
clash with an applications declarations. ([email protected])
- Fix for bad url calls on some images. ([email protected])
- Merge pull request #14 from knowncitizen/master ([email protected])
- Fix to abstract app name. Allows user of converge-ui to pass in any string.
- Double position declaration removal. ([email protected])
- Relative image urls using compass. ([email protected])
- Additional refactoring for decreasing duplicate CSS directives.
- Updates to get login, password reset and change password basic javascript
support working. ([email protected])
- Adds footer to user session layout. ([email protected])
- Refactoring for to pull out common bits amongst user session layouts.
- Touch-ups to the login screen. ([email protected])
- Updates change password layout to conform with general styling and adds more
translations for text used on both reset and change pages.
- jquery - multiselect & filter - add new widgets ([email protected])
- Adds updated password reset screen with translations and formatting.
- Merge pull request #11 from knowncitizen/master ([email protected])
- Fix for tab highlight on currently selected tab. ([email protected])
* Wed May 16 2012 Eric D Helms <[email protected]> 0.3-1
- First tag of converge-ui-devel.
* Thu Mar 29 2012 Eric D Helms <[email protected]> 0.2-1
- new package built with tito
* Wed Mar 28 2012 Eric D Helms <[email protected]> 0.1-1
- Changes to spec file. ([email protected])