/[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.20 by michel, Sat Apr 11 20:28:10 2020 UTC Revision 1.23 by michel, Thu Apr 16 11:40:49 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-manager.spec,v 1.19 2020/04/11 17:08:20 michel Exp $  # $Id: smeserver-manager.spec,v 1.22 2020/04/14 13:28:09 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 17  %define release 20
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: %{name}-0.1.0-bz10506.patch  Patch0: %{name}-0.1.0-bz10506.patch
14  Patch1: %{name}-add-basic-files.patch  Patch1: %{name}-add-basic-files.patch
15  Patch2: %{name}-0.1.0-mojo_struct.patch  Patch2: %{name}-0.1.0-mojo_struct.patch
# Line 26  Patch12: %{name}-0.1.0-localnetworks-rem Line 26  Patch12: %{name}-0.1.0-localnetworks-rem
26  Patch13: %{name}-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  Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch
28  Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
32  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
33  BuildRequires: gettext  BuildRequires: gettext
# Line 43  AutoReqProv: no Line 45  AutoReqProv: no
45  %define dir_mngr /etc/e-smith/web/panels/manager2  %define dir_mngr /etc/e-smith/web/panels/manager2
46    
47  %changelog  %changelog
48  * Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-17.sme  * Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme
49    - Patch the I18N plugin to accept namespace changes
50    - Split global locales files to module level
51    - Consider additional contrib locales files
52    - Consider additional contrib routes and navigation item
53    - fix colour button in portforwarding panel
54    - fix missing esmith::util in starterwebsite panel
55    
56    * Tue Apr 14 2020 Michel Begue <mab974@gmail.com> 0.1.0-19.sme
57    - Remove tests : useraccounts, wbl
58    
59    * Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme
60  - Add panels : emailaccess, yum, backup  - Add panels : emailaccess, yum, backup
61  - Fix Rendering comments in portforwarding & localnetworks panels  - Fix Rendering comments in portforwarding & localnetworks panels
62  - Css and images files added (from manager).  - Css and images files added (from manager).
63  - Initial javascript in navigation added (jQuery) -optional-  - Initial javascript in navigation added (jQuery) -optional-
64  - Add 'Heading...'  navigation informations in controllers  - Add 'Heading...'  navigation informations in controllers
 - Remove wbl and account tests  
65  - Show Themes_switch if there is more than one theme  - Show Themes_switch if there is more than one theme
66    
67  * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme  * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme
# Line 854  This RPM contributes the navigation bars Line 866  This RPM contributes the navigation bars
866  %patch13 -p1  %patch13 -p1
867  %patch14 -p1  %patch14 -p1
868  %patch15 -p1  %patch15 -p1
869    %patch16 -p1
870    %patch17 -p1
871    
872  %build  %build
873  perl createlinks  perl createlinks
874    
875  # Force creation of potentially empty directories  # Force creation of potentially empty directories
876  mkdir -p root/etc/e-smith/web/functions2  mkdir -p root/etc/e-smith/web/functions2
877  mkdir -p root/home/e-smith/db/navigation  mkdir -p root/etc/e-smith/db/routes
878    mkdir -p root/home/e-smith/db/navigation2
879  mkdir -p root%{dir_mngr}/html  mkdir -p root%{dir_mngr}/html
880  mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css  mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css
881    


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