1 |
%define name smeserver-manager-AdminLTE |
%define name smeserver-manager-AdminLTE |
2 |
%define version 0.1.1 |
%define version 0.1.3 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 |
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
10 |
URL: https://adminlte.io/ |
URL: https://adminlte.io/ |
11 |
Group: SMEserver/addon |
Group: SMEserver/addon |
12 |
source: %{name}-%{version}.tar.gz |
source: %{name}-%{version}.tar.gz |
13 |
|
|
14 |
|
Patch0: smeserver-manager-AdminLTE-0.1.3-Update-default_ep_html-with-contribs-header.patch |
15 |
|
|
16 |
|
#Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch |
17 |
|
|
18 |
|
#Patch0: smeserver-manager-AdminLTE-0.1.1-Add-rpm-names-to-footer.patch |
19 |
|
#Patch1: smeserver-manager-AdminLTE-0.1.1-change-css-to-supress-bold-on-data-class.patch |
20 |
|
#Patch2: smeserver-manager-AdminLTE-0.1.1-Add-update-event-to-createlinks.patch |
21 |
|
#Patch3: smeserver-manager-AdminLTE-0.1.1-Re-base-to-AdminLTE-V31.patch |
22 |
|
|
23 |
#Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch |
#Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch |
24 |
#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
25 |
#Patch2: smeserver-manager-AdminLTE-0.1.0-Update-for-Apache-Mod-Proxy.patch |
#Patch2: smeserver-manager-AdminLTE-0.1.0-Update-for-Apache-Mod-Proxy.patch |
40 |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Sun Jun 06 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-2.sme |
44 |
|
- Update default ep file for new contribs header and remove heading from status line [SME: 11623] |
45 |
|
|
46 |
|
* Wed Apr 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-1.sme |
47 |
|
- Update to add small logo image and some more integration with AdminLTE [SME: 11572] |
48 |
|
|
49 |
|
* Mon Apr 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.2-3.sme |
50 |
|
- Update relesae to fix problem with taq in buildsys [SME: 11572] |
51 |
|
|
52 |
|
* Sat Apr 24 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.2-2.sme |
53 |
|
- Fix error in createlinks [SME: 11572] |
54 |
|
|
55 |
|
* Sat Apr 24 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.2-1.sme |
56 |
|
- Rollup all changes into new tar [SME: 11572] |
57 |
|
|
58 |
|
* Wed Apr 21 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-5.sme |
59 |
|
- Update to AdminLTE 3.1 [SME: 11572] |
60 |
|
- Add re-write main default.html.ep to integrate better with AdminLTE |
61 |
|
|
62 |
|
* Tue Apr 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-4.sme |
63 |
|
- Update creatlinks to include update event [SME: 11545] |
64 |
|
|
65 |
|
* Thu Jul 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme |
66 |
|
- Change CSS so that data shown on panels is not bold[SME:10906] |
67 |
|
|
68 |
|
* Thu Jul 23 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-2.sme |
69 |
|
- Add in manager2 and AdminLTE rpm details in footer[SME:10906 ] |
70 |
|
|
71 |
* Sun Jun 21 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-1.sme |
* Sun Jun 21 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-1.sme |
72 |
- Roll up all patches and Add in missing AdminLTE img directory [SME:10906 ] |
- Roll up all patches and Add in missing AdminLTE img directory [SME:10906 ] |
73 |
|
|
92 |
|
|
93 |
%prep |
%prep |
94 |
%setup |
%setup |
95 |
#%patch0 -p1 |
%patch0 -p1 |
|
#%patch1 -p1 |
|
|
#%patch2 -p1 |
|
|
#%patch3 -p1 |
|
|
#%patch4 -p1 |
|
|
|
|
96 |
|
|
97 |
%build |
%build |
98 |
#perl createlinks |
perl createlinks |
99 |
|
|
100 |
%install |
%install |
101 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
111 |
%defattr(-,root,root) |
%defattr(-,root,root) |
112 |
|
|
113 |
%post |
%post |
|
systemctl restart smanager |
|