/[smecontribs]/rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec
ViewVC logotype

Contents of /rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Thu Jul 30 15:30:09 2020 UTC (3 years, 10 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-AdminLTE-0_1_1-3_el7_sme
Changes since 1.11: +6 -1 lines
* Thu Jul 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.1-3.sme
- Change CSS so that data shown on panels is not bold[SME:10906]

1 %define name smeserver-manager-AdminLTE
2 %define version 0.1.1
3 %define release 3
4 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}%{?dist}
8 Distribution: SME Server
9 License: GNU GPL version 2
10 URL: https://adminlte.io/
11 Group: SMEserver/addon
12 source: %{name}-%{version}.tar.gz
13
14 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>
24 BuildArchitectures: noarch
25 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26 BuildRequires: e-smith-devtools
27 Requires: e-smith-release >= 10.0
28 Requires: smeserver-manager >= 0.1.0-11
29 AutoReqProv: no
30
31 %description
32 https://adminlte.io/
33 AdminLTE is an html framework for admin consoles
34 wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
35
36 %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
56 - widen-top-band
57
58 * Tue Mar 24 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-2
59 - Add AdminLTE version number to footer
60
61 * Fri Mar 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-1
62 - initial release bugzilla:10906
63
64
65 %prep
66 %setup
67 %patch0 -p1
68 %patch1 -p1
69
70 #%patch1 -p1
71 #%patch2 -p1
72 #%patch3 -p1
73 #%patch4 -p1
74
75
76 %build
77 #perl createlinks
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
82 rm -f %{name}-%{version}-filelist
83 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
84
85 %clean
86 cd ..
87 rm -rf %{name}
88
89 %files -f %{name}-%{version}-filelist
90 %defattr(-,root,root)
91
92 %post
93 systemctl restart smanager

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed