1 |
%define name smeserver-manager-AdminLTE |
%define name smeserver-manager-AdminLTE |
2 |
%define version 0.1.0 |
%define version 0.1.1 |
3 |
%define release 4 |
%define release 3 |
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} |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
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 |
Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch |
|
14 |
Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
Patch0: smeserver-manager-AdminLTE-0.1.1-Add-rpm-names-to-footer.patch |
15 |
|
Patch1: smeserver-manager-AdminLTE-0.1.1-change-css-to-supress-bold-on-data-class.patch |
16 |
|
|
17 |
|
#Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch |
18 |
|
#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
19 |
|
#Patch2: smeserver-manager-AdminLTE-0.1.0-Update-for-Apache-Mod-Proxy.patch |
20 |
|
#Patch3: smeserver-manager-AdminLTE-0.1.0-Add-Font-Size-Adjuster.patch |
21 |
|
#Patch4: smeserver-manager-AdminLTE-0.1.0-More-AdminLTE-Integration.patch |
22 |
|
|
23 |
Packager: Brian Read <brianr@bjsystems.co.uk> |
Packager: Brian Read <brianr@bjsystems.co.uk> |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Thu Jul 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme |
38 |
|
- Change CSS so that data shown on panels is not bold[SME:10906] |
39 |
|
|
40 |
|
* Thu Jul 23 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-2.sme |
41 |
|
- Add in manager2 and AdminLTE rpm details in footer[SME:10906 ] |
42 |
|
|
43 |
|
* Sun Jun 21 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-1.sme |
44 |
|
- Roll up all patches and Add in missing AdminLTE img directory [SME:10906 ] |
45 |
|
|
46 |
|
* Thu Jun 18 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-7.sme |
47 |
|
- More AdminLTE integrations [SME:10906] |
48 |
|
|
49 |
|
* Wed Jun 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme |
50 |
|
- Add drop down to adjust font size [SME:10906 ] |
51 |
|
|
52 |
|
* Sat Jun 13 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-5.sme |
53 |
|
- Update for Apache Mod Proxy version of server mananger2 [SME:10906 ] |
54 |
|
|
55 |
* Wed Mar 25 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-4 |
* Wed Mar 25 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-4 |
56 |
- widen-top-band |
- widen-top-band |
57 |
|
|
67 |
%patch0 -p1 |
%patch0 -p1 |
68 |
%patch1 -p1 |
%patch1 -p1 |
69 |
|
|
70 |
|
#%patch1 -p1 |
71 |
|
#%patch2 -p1 |
72 |
|
#%patch3 -p1 |
73 |
|
#%patch4 -p1 |
74 |
|
|
75 |
|
|
76 |
%build |
%build |
77 |
#perl createlinks |
#perl createlinks |
78 |
|
|
90 |
%defattr(-,root,root) |
%defattr(-,root,root) |
91 |
|
|
92 |
%post |
%post |
93 |
|
systemctl restart smanager |