1 |
# $Id: smeserver-manager.spec,v 1.10 2020/01/22 13:50:10 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.16 2020/03/29 15:20:59 brianr Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.0 |
%define version 0.1.0 |
7 |
%define release 8 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch5: smeserver-manager-0.1.0-add-adminlte.patch |
Patch5: smeserver-manager-0.1.0-add-adminlte.patch |
19 |
Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch |
Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch |
20 |
Patch7: smeserver-manager-0.1.0-navigation_errors.patch |
Patch7: smeserver-manager-0.1.0-navigation_errors.patch |
21 |
|
Patch8: smeserver-manager-0.1.0-theme_navig_message.patch |
22 |
|
Patch9: smeserver-manager-0.1.0-domains_pseudos_hosts.patch |
23 |
|
Patch10: smeserver-manager-0.1.0-remotax_users_logs.patch |
24 |
|
Patch11: smeserver-manager-0.1.0-localnetworks-panel-remove-adminlte.patch |
25 |
|
Patch12: smeserver-manager-0.1.0-localnetworks-remove-db-call-from-del.patch |
26 |
|
Patch13: smeserver-manager-0.1.0-portforwarding-localnetwork-cleanup.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
BuildRequires: gettext |
BuildRequires: gettext |
39 |
AutoReqProv: no |
AutoReqProv: no |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme |
43 |
|
- Add in portforwarding panel |
44 |
|
- Clean up localnetwork panel code |
45 |
|
|
46 |
|
* Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme |
47 |
|
- Remove Db call in LN_del template |
48 |
|
- Use Sme-error css class and make sure parameters applied to error message |
49 |
|
- Remove creation of AdminLTE directories on install |
50 |
|
|
51 |
|
* Fri Mar 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-12.sme |
52 |
|
- Add panels : localnetworks |
53 |
|
- Delete AdminLTE code - will get added into new rpm |
54 |
|
|
55 |
|
* Sat Feb 29 2020 Michel Begue <mab974@gmail.com> 0.1.0-11.sme |
56 |
|
- Add panels : remoteaccess, useraccounts and viewlogfiles |
57 |
|
- Fix 'bugreport' download |
58 |
|
- css enhancement in default theme |
59 |
|
- Fix warnings and typos |
60 |
|
|
61 |
|
* Wed Feb 19 2020 Michel Begue <mab974@gmail.com> 0.1.0-10.sme |
62 |
|
- add panels : domains, hostentries and pseudonyms |
63 |
|
- remove old navigation menu |
64 |
|
|
65 |
|
* Mon Jan 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-9.sme |
66 |
|
- Fix messages without variables expansion |
67 |
|
- add a theme switcher |
68 |
|
- split navigation menu between controller and template |
69 |
|
- template + event for .conf file |
70 |
|
|
71 |
* Thu Jan 23 2020 Michel Begue <mab974@gmail.com> 0.1.0-8.sme |
* Thu Jan 23 2020 Michel Begue <mab974@gmail.com> 0.1.0-8.sme |
72 |
- Fix errors in Navigation |
- Fix errors in Navigation |
73 |
|
|
830 |
%patch5 -p1 |
%patch5 -p1 |
831 |
%patch6 -p1 |
%patch6 -p1 |
832 |
%patch7 -p1 |
%patch7 -p1 |
833 |
|
%patch8 -p1 |
834 |
|
%patch9 -p1 |
835 |
|
%patch10 -p1 |
836 |
|
%patch11 -p1 |
837 |
|
%patch12 -p1 |
838 |
|
%patch13 -p1 |
839 |
|
|
840 |
%build |
%build |
841 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |
845 |
mkdir -p root/etc/e-smith/web/common/css |
mkdir -p root/etc/e-smith/web/common/css |
846 |
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
847 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
848 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
#mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
849 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
#mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
850 |
|
|
851 |
gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
852 |
|
|
936 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
937 |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
938 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
939 |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
#chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
940 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
#chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
941 |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
942 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
943 |
chown root:admin /etc/e-smith/web/functions2/wrapper2 |
chown root:admin /etc/e-smith/web/functions2/wrapper2 |