1 |
# $Id: smeserver-manager.spec,v 1.3 2018/02/04 18:11:07 jpp Exp $ |
# $Id: smeserver-manager.spec,v 1.13 2020/02/19 20:05:06 michel Exp $ |
2 |
|
|
3 |
Summary: smeserver manager 2 navigation module |
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 2 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: smeserver-manager-0.1.0-bz10506.patch |
Patch0: smeserver-manager-0.1.0-bz10506.patch |
14 |
Patch1: smeserver-manager-add-basic-files.patch |
Patch1: smeserver-manager-add-basic-files.patch |
15 |
|
Patch2: smeserver-manager-0.1.0-mojo_struct.patch |
16 |
|
Patch3: smeserver-manager-0.1.0-setuid_groups.patch |
17 |
|
Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch |
18 |
|
Patch5: smeserver-manager-0.1.0-add-adminlte.patch |
19 |
|
Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch |
20 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
BuildRequires: gettext |
BuildRequires: gettext |
28 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
29 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
30 |
Requires: perl-Mojolicious >= 6.44 |
Requires: perl-Mojolicious >= 6.44 |
31 |
|
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
32 |
Requires: pwauth |
Requires: pwauth |
33 |
Requires: perl(Apache::AuthTkt) |
Requires: perl(Apache::AuthTkt) |
34 |
Requires: smeserver-manager-html |
#Requires: smeserver-manager-html |
35 |
Provides: server-manager2 |
#Provides: server-manager2 |
36 |
AutoReqProv: no |
AutoReqProv: no |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Sat Feb 29 2020 Michel Begue <mab974@gmail.com> 0.1.0-11.sme |
40 |
|
- Add panels : remoteaccess, useraccounts and viewlogfiles |
41 |
|
- Fix 'bugreport' download |
42 |
|
- css enhancement in default theme |
43 |
|
- Fix warnings and typos |
44 |
|
|
45 |
|
* Wed Feb 19 2020 Michel Begue <mab974@gmail.com> 0.1.0-10.sme |
46 |
|
- add panels : domains, hostentries and pseudonyms |
47 |
|
- remove old navigation menu |
48 |
|
|
49 |
|
* Mon Jan 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-9.sme |
50 |
|
- Fix messages without variables expansion |
51 |
|
- add a theme switcher |
52 |
|
- split navigation menu between controller and template |
53 |
|
- template + event for .conf file |
54 |
|
|
55 |
|
* Thu Jan 23 2020 Michel Begue <mab974@gmail.com> 0.1.0-8.sme |
56 |
|
- Fix errors in Navigation |
57 |
|
|
58 |
|
* Wed Jan 22 2020 Michel Begue <mab974@gmail.com> 0.1.0-7.sme |
59 |
|
- Fix link between Navigation and Theme |
60 |
|
- Add System and Domain names to available data (header) |
61 |
|
- Move some data lists from template to controller (select_field) |
62 |
|
- Integrate last Brian's changes in server-manager2.css (AdminLTE) |
63 |
|
- Fix some warnings and typos |
64 |
|
|
65 |
|
* Fri Jan 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme |
66 |
|
- Add in theme based on AdminLTE html template |
67 |
|
- Fixes Server name in header (Needs Template expansion - added to Console-Save |
68 |
|
|
69 |
|
* Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme |
70 |
|
- new theme to come |
71 |
|
- css enhancement (thanks to B. Read) |
72 |
|
- panels: reboot and ibays |
73 |
|
|
74 |
|
* Wed Jan 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-4.sme |
75 |
|
- fix setuid with wrapper (remove sudo) |
76 |
|
- panels quota and groups |
77 |
|
|
78 |
|
* Mon Dec 16 2019 Michel Begue <mab974@gmail.com> 0.1.0-3.sme |
79 |
|
- simple architecture : basic mojolicious app running |
80 |
|
- some panels |
81 |
|
- requires perl-Mojolicious-Plugin-I18N |
82 |
|
|
83 |
* Tue Feb 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-2.sme |
* Tue Feb 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-2.sme |
84 |
- Start adding some template files |
- Start adding some template files |
85 |
|
|
808 |
%setup |
%setup |
809 |
%patch0 -p1 |
%patch0 -p1 |
810 |
%patch1 -p1 |
%patch1 -p1 |
811 |
|
%patch2 -p1 |
812 |
|
%patch3 -p1 |
813 |
|
%patch4 -p1 |
814 |
|
%patch5 -p1 |
815 |
|
%patch6 -p1 |
816 |
|
%patch7 -p1 |
817 |
|
%patch8 -p1 |
818 |
|
%patch9 -p1 |
819 |
|
%patch10 -p1 |
820 |
|
|
821 |
%build |
%build |
822 |
|
# Force creation of potentially empty directories |
823 |
perl createlinks |
perl createlinks |
824 |
#gcc -o root/etc/e-smith/web/functions/wrapper manager.c |
mkdir -p root/etc/e-smith/web/functions2 |
825 |
#mkdir -p root/home/e-smith/db/navigation |
mkdir -p root/home/e-smith/db/navigation |
826 |
#mkdir -p root/etc/e-smith/web/common/css |
mkdir -p root/etc/e-smith/web/common/css |
827 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
828 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
829 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
830 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
831 |
|
|
832 |
|
gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
833 |
|
|
834 |
#mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
#mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
835 |
#xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright |
#xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright |
838 |
#ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl |
#ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl |
839 |
#ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl |
#ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl |
840 |
|
|
841 |
#mkdir -p root/etc/e-smith/web/panels/manager/html |
#mkdir -p root/etc/e-smith/web/panels/manager2/html |
842 |
#for file in index initial |
for file in index #initial |
843 |
#do |
do |
844 |
# ln -s ../../../functions/wrapper root/etc/e-smith/web/panels/manager/html/${file}.cgi |
ln -s ../../../functions2/wrapper2 root/etc/e-smith/web/panels/manager2/html/${file}.cgi |
845 |
#done |
done |
846 |
|
|
847 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |
|
#mkdir -p root/etc/e-smith/web/{common,functions} |
|
|
#mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,html} |
|
|
#mkdir -p root/etc/e-smith/web/panels/password/{cgi-bin,html} |
|
848 |
#mkdir -p root/etc/httpd/admin-conf |
#mkdir -p root/etc/httpd/admin-conf |
|
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
|
|
|
|
849 |
#mkdir -p root/service |
#mkdir -p root/service |
850 |
#mkdir -p root/etc/rc.d/init.d/supervise |
#mkdir -p root/etc/rc.d/init.d/supervise |
851 |
#for service in httpd-admin |
#for service in httpd-admin |
869 |
--file /etc/e-smith/web/panels/manager2/cgi-bin/wbl 'attr(4750,root,admin)' \ |
--file /etc/e-smith/web/panels/manager2/cgi-bin/wbl 'attr(4750,root,admin)' \ |
870 |
--file /etc/e-smith/web/panels/manager2/cgi-bin/useraccounts 'attr(4750,root,admin)' \ |
--file /etc/e-smith/web/panels/manager2/cgi-bin/useraccounts 'attr(4750,root,admin)' \ |
871 |
--dir /etc/e-smith/web/panels/manager2 'attr(0755,root,root)' \ |
--dir /etc/e-smith/web/panels/manager2 'attr(0755,root,root)' \ |
872 |
|
--file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \ |
873 |
|
--file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \ |
874 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
875 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
876 |
|
|
894 |
|
|
895 |
%pre |
%pre |
896 |
%preun |
%preun |
897 |
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/css/sme_core.css |
898 |
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/images/btn_donateCC_LG.gif |
899 |
|
#rm -f /etc/e-smith/web/panels/manager2/cgi-bin/logout |
900 |
|
|
901 |
%post |
%post |
902 |
#find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
#find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
903 |
# sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
# sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
904 |
# xargs grep -l Persisten | \ |
# xargs grep -l Persisten | \ |
905 |
# xargs rm -f |
# xargs rm -f |
906 |
|
ln -s /etc/e-smith/web/common/css/sme_core.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_core.css |
907 |
|
ln -s /etc/e-smith/web/common/css/sme_main.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_main.css |
908 |
|
ln -s /etc/e-smith/web/common/css/sme_menu.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_menu.css |
909 |
|
ln -s /etc/e-smith/web/common/btn_donateCC_LG.gif /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images/btn_donateCC_LG.gif |
910 |
|
ln -s /etc/e-smith/web/common/smeserver_logo.jpg /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images/smeserver_logo.jpg |
911 |
|
ln -s /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/conf/srvmngr.conf /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/srvmngr.conf |
912 |
|
ln -s /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/script/srvmngr.pl /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/srvmngr.pl |
913 |
|
ln -s /etc/e-smith/web/common/cgi-bin/logout /etc/e-smith/web/panels/manager2/cgi-bin/logout |
914 |
|
/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf |
915 |
|
chmod 0755 /etc/e-smith/web/panels/manager2/html/index.cgi |
916 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
917 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
918 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
919 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
920 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
921 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
922 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
923 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
924 |
|
chown root:admin /etc/e-smith/web/functions2/wrapper2 |
925 |
|
chmod 4750 /etc/e-smith/web/functions2/wrapper2 |
926 |
|
|
|
%postun |
|
927 |
|
|
928 |
|
%postun |
929 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
930 |
%defattr(-,root,root) |
%defattr(-,root,root) |