1 |
%define name smeserver-manager-AdminLTE |
%define name smeserver-manager-AdminLTE |
2 |
%define version 0.1.1 |
%define version 0.1.1 |
3 |
%define release 3 |
%define release 4 |
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} |
13 |
|
|
14 |
Patch0: smeserver-manager-AdminLTE-0.1.1-Add-rpm-names-to-footer.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 |
Patch1: smeserver-manager-AdminLTE-0.1.1-change-css-to-supress-bold-on-data-class.patch |
16 |
|
Patch2: smeserver-manager-AdminLTE-0.1.1-Add-update-event-to-createlinks.patch |
17 |
|
|
18 |
#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 |
19 |
#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch |
35 |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Tue Apr 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-4.sme |
39 |
|
- Update creatlinks to include update event [SME: 11545] |
40 |
|
|
41 |
* Thu Jul 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme |
* Thu Jul 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme |
42 |
- Change CSS so that data shown on panels is not bold[SME:10906] |
- Change CSS so that data shown on panels is not bold[SME:10906] |
43 |
|
|
70 |
%setup |
%setup |
71 |
%patch0 -p1 |
%patch0 -p1 |
72 |
%patch1 -p1 |
%patch1 -p1 |
73 |
|
%patch2 -p1 |
74 |
|
|
75 |
#%patch1 -p1 |
#%patch1 -p1 |
76 |
#%patch2 -p1 |
#%patch2 -p1 |
79 |
|
|
80 |
|
|
81 |
%build |
%build |
82 |
#perl createlinks |
perl createlinks |
83 |
|
|
84 |
%install |
%install |
85 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
95 |
%defattr(-,root,root) |
%defattr(-,root,root) |
96 |
|
|
97 |
%post |
%post |
|
systemctl restart smanager |
|