/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Diff of /rpms/smeserver-manager/sme10/smeserver-manager.spec

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

Revision 1.17 by brianr, Tue Apr 7 13:29:49 2020 UTC Revision 1.25 by michel, Fri May 8 13:02:16 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-manager.spec,v 1.16 2020/03/29 15:20:59 brianr Exp $  # $Id: smeserver-manager.spec,v 1.24 2020/04/27 07:24:02 michel 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 14  %define release 22
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}-0.1.0.tar.xz
13  Patch0: smeserver-manager-0.1.0-bz10506.patch  Patch0: %{name}-0.1.0-bz10506.patch
14  Patch1: smeserver-manager-add-basic-files.patch  Patch1: %{name}-add-basic-files.patch
15  Patch2: smeserver-manager-0.1.0-mojo_struct.patch  Patch2: %{name}-0.1.0-mojo_struct.patch
16  Patch3: smeserver-manager-0.1.0-setuid_groups.patch  Patch3: %{name}-0.1.0-setuid_groups.patch
17  Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch  Patch4: %{name}-0.1.0-reboot_ibays_theme.patch
18  Patch5: smeserver-manager-0.1.0-add-adminlte.patch  Patch5: %{name}-0.1.0-add-adminlte.patch
19  Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch  Patch6: %{name}-0.1.0-navigation_header_listes.patch
20  Patch7: smeserver-manager-0.1.0-navigation_errors.patch  Patch7: %{name}-0.1.0-navigation_errors.patch
21  Patch8: smeserver-manager-0.1.0-theme_navig_message.patch  Patch8: %{name}-0.1.0-theme_navig_message.patch
22  Patch9: smeserver-manager-0.1.0-domains_pseudos_hosts.patch  Patch9: %{name}-0.1.0-domains_pseudos_hosts.patch
23  Patch10: smeserver-manager-0.1.0-remotax_users_logs.patch  Patch10: %{name}-0.1.0-remotax_users_logs.patch
24  Patch11: smeserver-manager-0.1.0-localnetworks-panel-remove-adminlte.patch  Patch11: %{name}-0.1.0-localnetworks-panel-remove-adminlte.patch
25  Patch12: smeserver-manager-0.1.0-localnetworks-remove-db-call-from-del.patch  Patch12: %{name}-0.1.0-localnetworks-remove-db-call-from-del.patch
26  Patch13: smeserver-manager-0.1.0-portforwarding-localnetwork-cleanup.patch  Patch13: %{name}-0.1.0-portforwarding-localnetwork-cleanup.patch
27    Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch
28    Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch
29    Patch16: %{name}-0.1.0-remove_tests.patch
30    Patch17: %{name}-0.1.0-routes_locales_navig.patch
31    Patch18: %{name}-0.1.0-error_success_routes_locales.patch
32    Patch19: %{name}-0.1.0-translation_themes.patch
33  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
34  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
35  BuildRequires: gettext  BuildRequires: gettext
# Line 34  Requires: perl-Mojolicious >= 6.44 Line 40  Requires: perl-Mojolicious >= 6.44
40  Requires: perl-Mojolicious-Plugin-I18N >= 1.6  Requires: perl-Mojolicious-Plugin-I18N >= 1.6
41  Requires: pwauth  Requires: pwauth
42  Requires: perl(Apache::AuthTkt)  Requires: perl(Apache::AuthTkt)
43  #Requires: smeserver-manager-html  #Requires: js-jquery > 2.2.4-3 (optional)
44  #Provides: server-manager2  Provides: server-manager
45  AutoReqProv: no  AutoReqProv: no
46    
47    %define dir_mngr /etc/e-smith/web/panels/manager2
48    
49  %changelog  %changelog
50    * Fri May 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-22.sme
51    - Fix translation in 'useraccounts' panel
52    - Restore theme switcher route
53    - Fix theme switcher redirection
54    - fix lexicon file not found [SME: 10927]
55    
56    * Mon Apr 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-21.sme
57    - Fix error and success management
58    - Optimize Routes (number)
59    - Delete share_dir variable
60    - Attach Locale lexicon to Panel and Panel?
61    - Fix lack of translation of first page
62    
63    * Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme
64    - Patch the I18N plugin to accept namespace changes
65    - Split global locales files to module level
66    - Consider additional contrib locales files
67    - Consider additional contrib routes and navigation item
68    - fix colour button in portforwarding panel
69    - fix missing esmith::util in starterwebsite panel
70    
71    * Tue Apr 14 2020 Michel Begue <mab974@gmail.com> 0.1.0-19.sme
72    - Remove tests : useraccounts, wbl
73    
74    * Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme
75    - Add panels : emailaccess, yum, backup
76    - Fix Rendering comments in portforwarding & localnetworks panels
77    - Css and images files added (from manager).
78    - Initial javascript in navigation added (jQuery) -optional-
79    - Add 'Heading...'  navigation informations in controllers
80    - Show Themes_switch if there is more than one theme
81    
82    * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme
83    - Sort out rule comment in portforwarding add panel
84    
85  * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme  * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme
86  - Add in portforwarding panel  - Add in portforwarding panel
87  - Clean up localnetwork panel code  - Clean up localnetwork panel code
# Line 836  This RPM contributes the navigation bars Line 879  This RPM contributes the navigation bars
879  %patch11 -p1  %patch11 -p1
880  %patch12 -p1  %patch12 -p1
881  %patch13 -p1  %patch13 -p1
882    %patch14 -p1
883    %patch15 -p1
884    %patch16 -p1
885    %patch17 -p1
886    %patch18 -p1
887    %patch19 -p1
888    
889  %build  %build
 # Force creation of potentially empty directories  
890  perl createlinks  perl createlinks
891    
892    # Force creation of potentially empty directories
893  mkdir -p root/etc/e-smith/web/functions2  mkdir -p root/etc/e-smith/web/functions2
894  mkdir -p root/home/e-smith/db/navigation  mkdir -p root/etc/e-smith/db/routes
895  mkdir -p root/etc/e-smith/web/common/css  mkdir -p root/home/e-smith/db/navigation2
896  mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html}  mkdir -p root%{dir_mngr}/html
897  mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images  mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css
898  #mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp}  
899  #mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials}  ln -s /etc/e-smith/web/common/cgi-bin/logout root/%{dir_mngr}/cgi-bin/logout
900    ln -s %{dir_mngr}/cgi-bin/srvmngr/conf/srvmngr.conf root/%{dir_mngr}/cgi-bin/srvmngr/srvmngr.conf
901    ln -s %{dir_mngr}/cgi-bin/srvmngr/script/srvmngr.pl root/%{dir_mngr}/cgi-bin/srvmngr/srvmngr.pl
902    
903  gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c  gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c
904    
 #mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/  
 #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  
 ## make header/footer symlinks  
 #ln -s head.tmpl root/etc/e-smith/web/common/userpassword_head.tmpl  
 #ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl  
 #ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl  
   
 #mkdir -p  root/etc/e-smith/web/panels/manager2/html  
905  for file in index               #initial  for file in index               #initial
906  do  do
907      ln -s ../../../functions2/wrapper2 root/etc/e-smith/web/panels/manager2/html/${file}.cgi      ln -s ../../../functions2/wrapper2 root%{dir_mngr}/html/${file}.cgi
908  done  done
909    
 # Force creation of potentially empty directories  
 #mkdir -p root/etc/httpd/admin-conf  
 #mkdir -p root/service  
 #mkdir -p root/etc/rc.d/init.d/supervise  
 #for service in httpd-admin  
 #do  
 #  ln -s /var/service/$service root/service/$service  
 #  mkdir -p root/var/service/$service/supervise  
 #  touch root/var/service/$service/down  
 #  if [ -d root/var/service/$service/log ]  
 #  then  
 #    mkdir -p root/var/service/$service/log/supervise  
 #    mkdir -p root/var/log/$service  
 #  fi  
 #  ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service  
 #done  
910    
911  %install  %install
912  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
913  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
914  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
915  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
916  --file /etc/e-smith/web/panels/manager2/cgi-bin/wbl 'attr(4750,root,admin)' \  --dir %{dir_mngr} 'attr(0755,root,root)' \
 --file /etc/e-smith/web/panels/manager2/cgi-bin/useraccounts 'attr(4750,root,admin)' \  
 --dir /etc/e-smith/web/panels/manager2 'attr(0755,root,root)' \  
917  --file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \  --file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \
918  --file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \  --file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \
919    --file %{dir_mngr}/html/index.cgi 'attr(root,admin)' \
920    --file %{dir_mngr}/cgi-bin/srvmngr/log/development.log 'attr(0660,root,admin)' \
921  > %{name}-%{version}-%{release}-filelist  > %{name}-%{version}-%{release}-filelist
922  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
923    
924    
 # Samples only  
 #    --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \  
 #    --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \  
 #    --file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \  
 #    --dir /var/service/httpd-admin 'attr(01755,root,root)' \  
 #    --file /var/service/httpd-admin/down 'attr(0644,root,root)' \  
 #    --file /var/service/httpd-admin/run 'attr(0755,root,root)' \  
 #    --dir /var/service/httpd-admin/log 'attr(0755,root,root)' \  
 #    --dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \  
 #    --dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \  
 #    --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \  
 #    --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \  
 #    > %{name}-%{version}-%{release}-filelist  
   
925  %clean  %clean
926  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
927    
928  %pre  %pre
929    
930  %preun  %preun
931  #rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/css/sme_core.css  # js-jquery from epel
932  #rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/images/btn_donateCC_LG.gif  ##if (rpm -q js-jquery > /dev/null 2>&1)
933  #rm -f /etc/e-smith/web/panels/manager2/cgi-bin/logout  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
934    then
935        unlink %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js/jquery.min.js
936    fi
937    
938  %post  %post
939  #find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \  # js-jquery from epel
940  #    sed -n '/\/[0-9a-z]\{32\}$/p' | \  ##if (rpm -q js-jquery > /dev/null 2>&1)
941  #    xargs grep -l Persisten | \  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
942  #    xargs rm -f  then
943  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      mkdir %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js
944  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      ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js/jquery.min.js
945  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  fi
 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  
 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  
 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  
 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  
 ln -s /etc/e-smith/web/common/cgi-bin/logout /etc/e-smith/web/panels/manager2/cgi-bin/logout  
 /sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf  
 chmod 0755 /etc/e-smith/web/panels/manager2/html/index.cgi  
 chown root:admin /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  
 chown root:admin /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  
 #chown root:admin /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  
 chown root:admin /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  
 chown root:admin /etc/e-smith/web/functions2/wrapper2  
 chmod 4750  /etc/e-smith/web/functions2/wrapper2  
946    
947    
948  %postun  %postun


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