-
Notifications
You must be signed in to change notification settings - Fork 19
/
tendrl-ui.spec
125 lines (91 loc) · 3.77 KB
/
tendrl-ui.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
Name: tendrl-ui
Version: 1.6.3
Release: 10%{?dist}
BuildArch: noarch
Summary: GUI for Tendrl
License: LGPLv2+
Group: Applications/System
Source0: %{name}-%{version}.tar.gz
Source1: tendrl-ui-build-pkgs.tar.gz
URL: https://github.com/Tendrl/ui
Requires: tendrl-api-httpd
BuildRequires: npm
BuildRequires: nodejs-packaging
BuildRequires: fontconfig
%description
Contains the JavaScript GUI content for the Tendrl front-end components
(dashboard, login screens, administration screens)
%prep
%autosetup
%setup -q -n %{name}-%{version}
%setup -T -D -a 1
%build
./node_modules/.bin/gulp
%{__rm} -r node_modules
%install
install -m 755 -d $RPM_BUILD_ROOT/%{_localstatedir}/www/tendrl
cp -a ./dist/* $RPM_BUILD_ROOT/%{_localstatedir}/www/tendrl/
%files
%{_localstatedir}/www/tendrl/
%doc ./docs/*
%license LICENSE
%changelog
* Thu Aug 16 2018 Ankush Behl <[email protected]> - 1.6.3-10
- Bugfixes (https://github.com/Tendrl/ui/milestone/13)
* Tue Aug 14 2018 Ankush Behl <[email protected]> - 1.6.3-9
- Bugfixes (https://github.com/Tendrl/ui/milestone/12)
* Fri Jul 27 2018 Ankush Behl <[email protected]> - 1.6.3-8
- Bugfixes (https://github.com/Tendrl/ui/milestone/11)
* Tue Jul 17 2018 Neha Gupta <[email protected]> - 1.6.3-7
- Bugfixes (https://github.com/Tendrl/ui/milestone/10)
* Fri Jul 13 2018 Neha Gupta <[email protected]> - 1.6.3-6
- Bugfixes (https://github.com/Tendrl/ui/milestone/9)
* Wed Jul 04 2018 Neha Gupta <[email protected]> - 1.6.3-5
- Bugfixes (https://github.com/Tendrl/ui/milestone/8)
* Fri Jun 15 2018 Neha Gupta <[email protected]> - 1.6.3-4
- Bugfixes (https://github.com/Tendrl/ui/milestone/7)
* Tue May 29 2018 Neha Gupta <[email protected]> - 1.6.3-3
- Bugfixes (https://github.com/Tendrl/ui/milestone/6)
* Wed May 16 2018 Neha Gupta <[email protected]> - 1.6.3-2
- Bugfixes tendrl-dashboard v1.6.3
* Thu Apr 19 2018 Rohan Kanade <[email protected]> - 1.6.3-1
- Bugfixes (https://github.com/Tendrl/ui/milestone/5)
* Thu Mar 22 2018 Rohan Kanade <[email protected]> - 1.6.2-1
- Bugfixes (https://github.com/Tendrl/ui/milestone/4)
* Wed Mar 07 2018 Rohan Kanade <[email protected]> - 1.6.1-1
- Bugfixes (https://github.com/Tendrl/ui/milestone/3)
* Sat Feb 17 2018 Rohan Kanade <[email protected]> - 1.6.0-1
- UI to un-manage clusters managed by Tendrl
* Fri Feb 02 2018 Rohan Kanade <[email protected]> - 1.5.5-1
- Single Cluster / Element Manager Concept with Context Switcher Navigation
- Toast Notification ( PR #782 )
- Sort ( PR #781 )
- Datepicker (PR #786 )
* Tue Nov 21 2017 Rohan Kanade <[email protected]> - 1.5.4-4
- Bugfixes-3 tendrl-dashboard v1.5.4
* Sat Nov 18 2017 Rohan Kanade <[email protected]> - 1.5.4-3
- Bugfixes-2 tendrl-dashboard v1.5.4
* Fri Nov 10 2017 Rohan Kanade <[email protected]> - 1.5.4-2
- Bugfixes tendrl-dashboard v1.5.4
* Thu Nov 02 2017 Rohan Kanade <[email protected]> - 1.5.4-1
- Release tendrl-dashboard v1.5.4
* Fri Oct 13 2017 Rohan Kanade <[email protected]> - 1.5.3-2
- BugFixes for tendrl-dashboard v1.5.3
* Thu Oct 12 2017 Rohan Kanade <[email protected]> - 1.5.3-1
- Release tendrl-dashboard v1.5.3
* Fri Sep 15 2017 Rohan Kanade <[email protected]> - 1.5.2-1
- Release tendrl-dashboard v1.5.2
* Fri Aug 25 2017 Rohan Kanade <[email protected]> - 1.5.1-1
- Release tendrl-dashboard v1.5.1
* Fri Aug 04 2017 Rohan Kanade <[email protected]> - 1.5.0-1
- Release tendrl-dashboard v1.5.0
* Thu Jun 08 2017 Rohan Kanade <[email protected]> - 1.4.1-1
- Release tendrl-dashboard v1.4.1
* Fri Jun 02 2017 Rohan Kanade <[email protected]> - 1.4.0-2
- Fixes https://github.com/Tendrl/dashboard/pull/398
* Fri Jun 02 2017 Rohan Kanade <[email protected]> - 1.4.0-1
- Release tendrl-dashboard v1.4.0
* Thu May 18 2017 <[email protected]> 1.3.0-1
- Release tendrl-dashboard v1.3.0
* Thu Nov 10 2016 <[email protected]> 0.0.1-1
- Initial Commit