/[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.8 by michel, Sun Jan 12 20:09:06 2020 UTC Revision 1.10 by michel, Wed Jan 22 13:50:10 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-manager.spec,v 1.7 2020/01/12 20:07:49 michel Exp $  # $Id: smeserver-manager.spec,v 1.9 2020/01/21 07:34:29 brianr 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 5  %define release 7
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 15  Patch1: smeserver-manager-add-basic-file Line 15  Patch1: smeserver-manager-add-basic-file
15  Patch2: smeserver-manager-0.1.0-mojo_struct.patch  Patch2: smeserver-manager-0.1.0-mojo_struct.patch
16  Patch3: smeserver-manager-0.1.0-setuid_groups.patch  Patch3: smeserver-manager-0.1.0-setuid_groups.patch
17  Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
22  BuildRequires: gettext  BuildRequires: gettext
# Line 30  Requires: perl(Apache::AuthTkt) Line 32  Requires: perl(Apache::AuthTkt)
32  AutoReqProv: no  AutoReqProv: no
33    
34  %changelog  %changelog
35    * Wed Jan 22 2020 Michel Begue <mab974@gmail.com> 0.1.0-7.sme
36    - Fix link between Navigation and Theme
37    - Add System and Domain names to available data (header)
38    - Move some data lists from template to controller (select_field)
39    - Integrate last Brian's changes in server-manager2.css (AdminLTE)
40    - Fix some warnings and typos
41    
42    * Fri Jan 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme
43    - Add in theme based on AdminLTE html template
44    - Fixes Server name in header (Needs Template expansion - added to Console-Save
45    
46  * Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme  * Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme
47  - new theme to come  - new theme to come
48  - css enhancement (thanks to B. Read)  - css enhancement (thanks to B. Read)
# Line 775  This RPM contributes the navigation bars Line 788  This RPM contributes the navigation bars
788  %patch2 -p1  %patch2 -p1
789  %patch3 -p1  %patch3 -p1
790  %patch4 -p1  %patch4 -p1
791    %patch5 -p1
792    %patch6 -p1
793    
794  %build  %build
795  # Force creation of potentially empty directories  # Force creation of potentially empty directories
# Line 784  mkdir -p root/home/e-smith/db/navigation Line 799  mkdir -p root/home/e-smith/db/navigation
799  mkdir -p root/etc/e-smith/web/common/css  mkdir -p root/etc/e-smith/web/common/css
800  mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html}  mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html}
801  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
   
802  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}
803  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}
804    
# Line 876  chown root:admin /etc/e-smith/web/panels Line 890  chown root:admin /etc/e-smith/web/panels
890  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
891  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
892  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
893    chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js
894    chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js
895  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
896  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
897  chown root:admin /etc/e-smith/web/functions2/wrapper2  chown root:admin /etc/e-smith/web/functions2/wrapper2


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