1 |
# $Id: smeserver-manager.spec,v 1.2 2018/02/04 17:52:58 jpp Exp $ |
# $Id: smeserver-manager.spec,v 1.6 2020/01/04 10:12:41 michel Exp $ |
2 |
|
|
3 |
Summary: smeserver manager 2 navigation module |
Summary: smeserver manager 2 navigation module |
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 1 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
BuildRequires: gettext |
BuildRequires: gettext |
22 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
23 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
24 |
Requires: perl-Mojolicious >= 6.44 |
Requires: perl-Mojolicious >= 6.44 |
25 |
|
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
26 |
Requires: pwauth |
Requires: pwauth |
27 |
Requires: perl(Apache::AuthTkt) |
Requires: perl(Apache::AuthTkt) |
28 |
Provides: server-manager2 |
#Requires: smeserver-manager-html |
29 |
|
#Provides: server-manager2 |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Wed Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme |
34 |
|
- new theme to come |
35 |
|
- css enhancement (thanks to B. Read) |
36 |
|
- panels: reboot and ibays |
37 |
|
|
38 |
|
* Wed Jan 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-4.sme |
39 |
|
- fix setuid with wrapper (remove sudo) |
40 |
|
- panels quota and groups |
41 |
|
|
42 |
|
* Mon Dec 16 2019 Michel Begue <mab974@gmail.com> 0.1.0-3.sme |
43 |
|
- simple architecture : basic mojolicious app running |
44 |
|
- some panels |
45 |
|
- requires perl-Mojolicious-Plugin-I18N |
46 |
|
|
47 |
|
* Tue Feb 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-2.sme |
48 |
|
- Start adding some template files |
49 |
|
|
50 |
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.0-1.sme |
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.0-1.sme |
51 |
- first smeserver-manager package [SME: 10506] |
- first smeserver-manager package [SME: 10506] |
52 |
this is a sandbox to dev the next server-manager based on mojolicious |
this is a sandbox to dev the next server-manager based on mojolicious |
771 |
%prep |
%prep |
772 |
%setup |
%setup |
773 |
%patch0 -p1 |
%patch0 -p1 |
774 |
|
%patch1 -p1 |
775 |
|
%patch2 -p1 |
776 |
|
%patch3 -p1 |
777 |
|
%patch4 -p1 |
778 |
|
|
779 |
%build |
%build |
780 |
|
# Force creation of potentially empty directories |
781 |
perl createlinks |
perl createlinks |
782 |
#gcc -o root/etc/e-smith/web/functions/wrapper manager.c |
mkdir -p root/etc/e-smith/web/functions2 |
783 |
#mkdir -p root/home/e-smith/db/navigation |
mkdir -p root/home/e-smith/db/navigation |
784 |
#mkdir -p root/etc/e-smith/web/common/css |
mkdir -p root/etc/e-smith/web/common/css |
785 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
786 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
787 |
|
|
788 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
789 |
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
790 |
|
|
791 |
|
gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
792 |
|
|
793 |
#mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
#mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
794 |
#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 |
797 |
#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 |
798 |
#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 |
799 |
|
|
800 |
#mkdir -p root/etc/e-smith/web/panels/manager/html |
#mkdir -p root/etc/e-smith/web/panels/manager2/html |
801 |
#for file in index initial |
for file in index #initial |
802 |
#do |
do |
803 |
# 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 |
804 |
#done |
done |
805 |
|
|
806 |
# 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} |
|
807 |
#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} |
|
|
|
|
808 |
#mkdir -p root/service |
#mkdir -p root/service |
809 |
#mkdir -p root/etc/rc.d/init.d/supervise |
#mkdir -p root/etc/rc.d/init.d/supervise |
810 |
#for service in httpd-admin |
#for service in httpd-admin |
825 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
826 |
rm -f %{name}-%{version}-%{release}-filelist |
rm -f %{name}-%{version}-%{release}-filelist |
827 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
828 |
|
--file /etc/e-smith/web/panels/manager2/cgi-bin/wbl 'attr(4750,root,admin)' \ |
829 |
|
--file /etc/e-smith/web/panels/manager2/cgi-bin/useraccounts 'attr(4750,root,admin)' \ |
830 |
|
--dir /etc/e-smith/web/panels/manager2 'attr(0755,root,root)' \ |
831 |
|
--file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \ |
832 |
|
--file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \ |
833 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
834 |
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
835 |
|
|
836 |
|
|
837 |
|
# Samples only |
838 |
# --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
# --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
839 |
# --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
# --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
840 |
# --file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \ |
# --file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \ |
847 |
# --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \ |
# --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \ |
848 |
# --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
# --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
849 |
# > %{name}-%{version}-%{release}-filelist |
# > %{name}-%{version}-%{release}-filelist |
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
|
850 |
|
|
851 |
%clean |
%clean |
852 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
853 |
|
|
854 |
%pre |
%pre |
855 |
%preun |
%preun |
856 |
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/css/sme_core.css |
857 |
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/images/btn_donateCC_LG.gif |
858 |
|
#rm -f /etc/e-smith/web/panels/manager2/cgi-bin/logout |
859 |
|
|
860 |
%post |
%post |
861 |
#find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
#find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
862 |
# sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
# sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
863 |
# xargs grep -l Persisten | \ |
# xargs grep -l Persisten | \ |
864 |
# xargs rm -f |
# xargs rm -f |
865 |
|
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 |
866 |
|
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 |
867 |
|
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 |
868 |
|
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 |
869 |
|
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 |
870 |
|
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 |
871 |
|
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 |
872 |
|
ln -s /etc/e-smith/web/common/cgi-bin/logout /etc/e-smith/web/panels/manager2/cgi-bin/logout |
873 |
|
/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf |
874 |
|
chmod 0755 /etc/e-smith/web/panels/manager2/html/index.cgi |
875 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
876 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
877 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
878 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
879 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
880 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
881 |
|
chown root:admin /etc/e-smith/web/functions2/wrapper2 |
882 |
|
chmod 4750 /etc/e-smith/web/functions2/wrapper2 |
883 |
|
|
|
%postun |
|
884 |
|
|
885 |
|
%postun |
886 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
887 |
%defattr(-,root,root) |
%defattr(-,root,root) |