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

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

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

Revision 1.34 by brianr, Thu Feb 10 12:04:54 2022 UTC Revision 1.35 by brianr, Mon Feb 28 15:39:14 2022 UTC
# Line 1  Line 1 
1  %define name smeserver-manager-AdminLTE  %define name smeserver-manager-AdminLTE
2  %define version 0.1.3  %define version 0.1.3
3  %define release 16  %define release 18
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}
# Line 26  Patch11: smeserver-manager-AdminLTE-0.1. Line 26  Patch11: smeserver-manager-AdminLTE-0.1.
26  Patch12: smeserver-manager-AdminLTE-0.1.3-Move-action-button-down-a-bit.patch  Patch12: smeserver-manager-AdminLTE-0.1.3-Move-action-button-down-a-bit.patch
27  Patch13: smeserver-manager-AdminLTE-0.1.3-Update_to_AdminLTE-3-2.patch  Patch13: smeserver-manager-AdminLTE-0.1.3-Update_to_AdminLTE-3-2.patch
28  Patch14: smeserver-manager-AdminLTE-0.1.3-Add-css-for-dark-mode.patch  Patch14: smeserver-manager-AdminLTE-0.1.3-Add-css-for-dark-mode.patch
29    Patch15: smeserver-manager-AdminLTE-0.1.3-Make-jquery-required.patch
30    Patch16: smeserver-manager-AdminLTE-0.1.3-Sort-Browser-Error-on-non-login-panels.patch
31    
32  #Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch  #Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch
33    
# Line 46  BuildRoot: /var/tmp/%{name}-%{version}-% Line 48  BuildRoot: /var/tmp/%{name}-%{version}-%
48  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
49  Requires: e-smith-release >= 10.0  Requires: e-smith-release >= 10.0
50  Requires: smeserver-manager >= 0.1.0-11  Requires: smeserver-manager >= 0.1.0-11
51    #Requires: js-jquery > 2.2.4-3
52  AutoReqProv: no  AutoReqProv: no
53    
54  %description  %description
# Line 54  AdminLTE is an html framework for admin Line 57  AdminLTE is an html framework for admin
57  wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip  wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
58    
59  %changelog  %changelog
60    * Mon Feb 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-18.sme
61    - Sort-Browser-Error-on-non-login-panels [SME 11880]
62    - and set password visibility to use same js code as default theme
63    
64    * Tue Feb 15 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-17.sme
65    - Make-jquery-required [SME: 11870]
66    - This has been taken out...
67    
68  * Tue Feb 08 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-16.sme  * Tue Feb 08 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-16.sme
69  - Add css for dark-mode [SME: 11863]  - Add css for dark-mode [SME: 11863]
70    
# Line 101  wget https://github.com/ColorlibHQ/Admin Line 112  wget https://github.com/ColorlibHQ/Admin
112  - Update-login-panel-add-password-visibility.patch [SME: 11781]  - Update-login-panel-add-password-visibility.patch [SME: 11781]
113    
114  * Sun Jun 06 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-2.sme  * Sun Jun 06 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-2.sme
115  - Update default ep file for new contribs header and remove heading from status line [SME: 11623]  - Update AdminLTE ep file for new contribs header and remove heading from status line [SME: 11623]
116    
117  * Wed Apr 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-1.sme  * Wed Apr 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.3-1.sme
118  - Update to add small logo image and some more integration with AdminLTE [SME: 11572]  - Update to add small logo image and some more integration with AdminLTE [SME: 11572]
# Line 117  wget https://github.com/ColorlibHQ/Admin Line 128  wget https://github.com/ColorlibHQ/Admin
128    
129  * Wed Apr 21 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-5.sme  * Wed Apr 21 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-5.sme
130  - Update to AdminLTE 3.1 [SME: 11572]  - Update to AdminLTE 3.1 [SME: 11572]
131  - Add re-write main default.html.ep to integrate better with AdminLTE  - Add re-write main AdminLTE.html.ep to integrate better with AdminLTE
132    
133  * Tue Apr 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-4.sme  * Tue Apr 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.1-4.sme
134  - Update creatlinks to include update event [SME: 11545]  - Update creatlinks to include update event [SME: 11545]
# Line 167  wget https://github.com/ColorlibHQ/Admin Line 178  wget https://github.com/ColorlibHQ/Admin
178  %patch12 -p1  %patch12 -p1
179  %patch13 -p1  %patch13 -p1
180  %patch14 -p1  %patch14 -p1
181    %patch15 -p1
182    %patch16 -p1
183    
184  %build  %build
185  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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