%define name smeserver-manager-AdminLTE %define version 0.1.3 %define release 8 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} Release: %{release}%{?dist} Distribution: SME Server License: GNU GPL version 2 URL: https://adminlte.io/ Group: SMEserver/addon 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 Patch4: smeserver-manager-AdminLTE-0.1.3-Sort-out-panels-input-description-and-input-field-alignments.patch Patch5: smeserver-manager-AdminLTE-0.1.3-Get-theme-button-back-in-line.patch Patch6: smeserver-manager-AdminLTE-0.1.3-Make-input-field-width-auto.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 BuildRequires: e-smith-devtools Requires: e-smith-release >= 10.0 Requires: smeserver-manager >= 0.1.0-11 AutoReqProv: no %description https://adminlte.io/ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog * Fri Dec 03 2021 Brian Read 0.1.3-8.sme - Make input field width auto on input panels [SME: 11785 ] * Fri Dec 03 2021 Brian Read 0.1.3-7.sme - Get theme button back in line [SME: 11785] * Wed Dec 01 2021 Brian Read 0.1.3-6.sme - smeserver-manager-AdminLTE-0.1.3-Sort-out-panels-input-description-and-input-field-alignments.patch [SME: 11785] * 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 %patch4 -p1 %patch5 -p1 %patch6 -p1 %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist %clean cd .. rm -rf %{name} %files -f %{name}-%{version}-filelist %defattr(-,root,root) %post