/[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.32 by brianr, Tue Jan 4 19:32:05 2022 UTC Revision 1.38 by brianr, Tue Mar 15 10:55:28 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 13  %define release 21
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 23  Patch8: smeserver-manager-AdminLTE-0.1.3 Line 23  Patch8: smeserver-manager-AdminLTE-0.1.3
23  Patch9: smeserver-manager-AdminLTE-0.1.3-More-panel-formatting-adjustments.patch  Patch9: smeserver-manager-AdminLTE-0.1.3-More-panel-formatting-adjustments.patch
24  Patch10: smeserver-manager-AdminLTE-0.1.3-More-format-changes-to-sm2-panels.patch  Patch10: smeserver-manager-AdminLTE-0.1.3-More-format-changes-to-sm2-panels.patch
25  Patch11: smeserver-manager-AdminLTE-0.1.3-Fix-format-for-datetime-panel.patch  Patch11: smeserver-manager-AdminLTE-0.1.3-Fix-format-for-datetime-panel.patch
26    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
28    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    Patch17: smeserver-manager-AdminLTE-0.1.3-Fix-browser-error-in-js-for-version-extract.patch
32    Patch18: smeserver-manager-AdminLTE-0.1.3-Further-update-AdminLTE-version-js.patch
33    Patch19: smeserver-manager-AdminLTE-0.1.3-Fix-menu-for-small-fonts.patch
34    
35    
36  #Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch  #Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch
37    
# Line 43  BuildRoot: /var/tmp/%{name}-%{version}-% Line 52  BuildRoot: /var/tmp/%{name}-%{version}-%
52  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
53  Requires: e-smith-release >= 10.0  Requires: e-smith-release >= 10.0
54  Requires: smeserver-manager >= 0.1.0-11  Requires: smeserver-manager >= 0.1.0-11
55    #Requires: js-jquery > 2.2.4-3
56  AutoReqProv: no  AutoReqProv: no
57    
58  %description  %description
# Line 51  AdminLTE is an html framework for admin Line 61  AdminLTE is an html framework for admin
61  wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip  wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
62    
63  %changelog  %changelog
64    * Tue Mar 15 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-21.sme
65    - Fix-menu-for-small-fonts [SME: 11906]
66    
67    * Thu Mar 10 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-20.sme
68    - Further-update-AdminLTE-version-js [SME: 11881]
69    
70    * Thu Mar 03 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-19.sme
71    - Browser error in js for AdminLTE version extraction [SME: 11881]
72    
73    * Mon Feb 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-18.sme
74    - Sort-Browser-Error-on-non-login-panels [SME 11880]
75    - and set password visibility to use same js code as default theme
76    
77    * Tue Feb 15 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-17.sme
78    - Make-jquery-required [SME: 11870]
79    - This has been taken out...
80    
81    * Tue Feb 08 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-16.sme
82    - Add css for dark-mode [SME: 11863]
83    
84    * Tue Feb 08 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-15.sme
85    - Update to AdminLTE3.2 [SME: 11861]
86    
87    * Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-14.sme
88    - Move-action-button-down-a-bit [SME: 11833]
89    
90  * Tue Jan 04 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-13.sme  * Tue Jan 04 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.3-13.sme
91  - Fix-format-for-datetime-panel [SME: 11827]  - Fix-format-for-datetime-panel [SME: 11827]
92    
# Line 89  wget https://github.com/ColorlibHQ/Admin Line 125  wget https://github.com/ColorlibHQ/Admin
125  - Update-login-panel-add-password-visibility.patch [SME: 11781]  - Update-login-panel-add-password-visibility.patch [SME: 11781]
126    
127  * 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
128  - 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]
129    
130  * 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
131  - 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 105  wget https://github.com/ColorlibHQ/Admin Line 141  wget https://github.com/ColorlibHQ/Admin
141    
142  * 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
143  - Update to AdminLTE 3.1 [SME: 11572]  - Update to AdminLTE 3.1 [SME: 11572]
144  - Add re-write main default.html.ep to integrate better with AdminLTE  - Add re-write main AdminLTE.html.ep to integrate better with AdminLTE
145    
146  * 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
147  - Update creatlinks to include update event [SME: 11545]  - Update creatlinks to include update event [SME: 11545]
# Line 152  wget https://github.com/ColorlibHQ/Admin Line 188  wget https://github.com/ColorlibHQ/Admin
188  %patch9 -p1  %patch9 -p1
189  %patch10 -p1  %patch10 -p1
190  %patch11 -p1  %patch11 -p1
191    %patch12 -p1
192    %patch13 -p1
193    %patch14 -p1
194    %patch15 -p1
195    %patch16 -p1
196    %patch17 -p1
197    %patch18 -p1
198    %patch19 -p1
199    
200  %build  %build
201  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