--- rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2020/03/23 16:07:30 1.1 +++ rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2021/11/30 12:40:18 1.24 @@ -1,6 +1,6 @@ %define name smeserver-manager-AdminLTE -%define version 0.1.0 -%define release 1 +%define version 0.1.3 +%define release 5 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} @@ -9,7 +9,26 @@ Distribution: SME Server License: GNU GPL version 2 URL: https://adminlte.io/ Group: SMEserver/addon -Source: %{name}-%{version}.tar.gz +source: %{name}-%{version}.tar.gz + +Patch0: smeserver-manager-AdminLTE-0.1.3-Update-default_ep_html-with-contribs-header.patch +Patch1: smeserver-manager-AdminLTE-0.1.3-Update-login-panel-add-password-visibility.patch +Patch2: smeserver-manager-AdminLTE-0.1.3-Fix-up-config-review-panel.patch +Patch3: smeserver-manager-AdminLTE-0.1.3-Bring-update-event-in-to-line-with-smanager.patch + +#Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch + +#Patch0: smeserver-manager-AdminLTE-0.1.1-Add-rpm-names-to-footer.patch +#Patch1: smeserver-manager-AdminLTE-0.1.1-change-css-to-supress-bold-on-data-class.patch +#Patch2: smeserver-manager-AdminLTE-0.1.1-Add-update-event-to-createlinks.patch +#Patch3: smeserver-manager-AdminLTE-0.1.1-Re-base-to-AdminLTE-V31.patch + +#Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch +#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch +#Patch2: smeserver-manager-AdminLTE-0.1.0-Update-for-Apache-Mod-Proxy.patch +#Patch3: smeserver-manager-AdminLTE-0.1.0-Add-Font-Size-Adjuster.patch +#Patch4: smeserver-manager-AdminLTE-0.1.0-More-AdminLTE-Integration.patch + Packager: Brian Read BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot @@ -24,14 +43,74 @@ AdminLTE is an html framework for admin wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog -* Fri Mar 20 2020 Brian Read -- initial release +* Tue Nov 30 2021 Brian Read 0.1.3-5.sme +- Bring-update-event-in-to-line-with-smanager [SME: 11783] + +* Tue Nov 30 2021 Brian Read 0.1.3-4.sme +- Fix-up-config-review-panel [SME: 11782] + +* Mon Nov 29 2021 Brian Read 0.1.3-3.sme +- Update-login-panel-add-password-visibility.patch [SME: 11781] + +* Sun Jun 06 2021 Brian Read 0.1.3-2.sme +- Update default ep file for new contribs header and remove heading from status line [SME: 11623] + +* Wed Apr 28 2021 Brian Read 0.1.3-1.sme +- Update to add small logo image and some more integration with AdminLTE [SME: 11572] + +* Mon Apr 26 2021 Brian Read 0.1.2-3.sme +- Update relesae to fix problem with taq in buildsys [SME: 11572] + +* Sat Apr 24 2021 Brian Read 0.1.2-2.sme +- Fix error in createlinks [SME: 11572] + +* Sat Apr 24 2021 Brian Read 0.1.2-1.sme +- Rollup all changes into new tar [SME: 11572] + +* Wed Apr 21 2021 Brian Read 0.1.1-5.sme +- Update to AdminLTE 3.1 [SME: 11572] +- Add re-write main default.html.ep to integrate better with AdminLTE + +* Tue Apr 20 2021 Brian Read 0.1.1-4.sme +- Update creatlinks to include update event [SME: 11545] + +* Thu Jul 30 2020 Brian Read 0.1.1-3.sme +- Change CSS so that data shown on panels is not bold[SME:10906] + +* Thu Jul 23 2020 Brian Read 0.1.1-2.sme +- Add in manager2 and AdminLTE rpm details in footer[SME:10906 ] + +* Sun Jun 21 2020 Brian Read 0.1.1-1.sme +- Roll up all patches and Add in missing AdminLTE img directory [SME:10906 ] + +* Thu Jun 18 2020 Brian Read 0.1.0-7.sme +- More AdminLTE integrations [SME:10906] + +* Wed Jun 17 2020 Brian Read 0.1.0-6.sme +- Add drop down to adjust font size [SME:10906 ] + +* Sat Jun 13 2020 Brian Read 0.1.0-5.sme +- Update for Apache Mod Proxy version of server mananger2 [SME:10906 ] + +* Wed Mar 25 2020 Brian Read 0.1.0-4 +- widen-top-band + +* Tue Mar 24 2020 Brian Read 0.1.0-2 +- Add AdminLTE version number to footer + +* Fri Mar 20 2020 Brian Read 0.1.0-1 +- initial release bugzilla:10906 + %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build -#perl createlinks +perl createlinks %install rm -rf $RPM_BUILD_ROOT @@ -47,4 +126,3 @@ rm -rf %{name} %defattr(-,root,root) %post -config set UnsavedChanges no