/[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.26 by michel, Mon Jun 8 17:27:18 2020 UTC Revision 1.33 by michel, Mon Oct 5 15:43:13 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-manager.spec,v 1.25 2020/05/08 13:02:16 michel Exp $  # $Id: smeserver-manager.spec,v 1.32 2020/08/17 17:17:11 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 23  %define release 30
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 31  Patch17: %{name}-0.1.0-routes_locales_na Line 31  Patch17: %{name}-0.1.0-routes_locales_na
31  Patch18: %{name}-0.1.0-error_success_routes_locales.patch  Patch18: %{name}-0.1.0-error_success_routes_locales.patch
32  Patch19: %{name}-0.1.0-translation_themes.patch  Patch19: %{name}-0.1.0-translation_themes.patch
33  Patch20: %{name}-0.1.0-mojo-app_password_menus.patch  Patch20: %{name}-0.1.0-mojo-app_password_menus.patch
34    Patch21: %{name}-0.1.0-missing_translations.patch
35    Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch
36    Patch23: %{name}-0.1.0-start_service.patch
37    Patch24: %{name}-0.1.0-datetime_quota.patch
38    Patch25: %{name}-0.1.0-bz10976_bz10977_others.patch
39    Patch26: %{name}-0.1.0-route_lexicon_locales.patch
40    Patch27: %{name}-0.1.0-I18N_cleanup_tests.patch
41    
42  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
43    BuildArchitectures: noarch
44    
45  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
46  BuildRequires: gettext  BuildRequires: gettext
47  BuildArchitectures: noarch  #<Build tests>
48  #BuildRequires: gcc  #BuildRequires:  perl >= 0:5.016
49    #BuildRequires:  perl(Test::More)
50    #BuildRequires:  perl(Test::Mojo)
51    #BuildRequires:  perl(Mojolicious) >= 7.56
52    #BuildRequires:  perl(Mojolicious::Plugin::I18N) >= 1.6
53    #BuildRequires:  perl(Net::Netmask) >= 1.9
54    #</Build tests>
55    
56  Requires: e-smith-lib >= 1.18.0-26  Requires: e-smith-lib >= 1.18.0-26
57  Requires: e-smith-manager >= 2.4.0-22  Requires: e-smith-manager >= 2.4.0-22
58  Requires: perl-Mojolicious >= 6.44  Requires:  perl(Mojolicious) >= 7.56
59  Requires: perl-Mojolicious-Plugin-I18N >= 1.6  Requires:  perl(Mojolicious::Plugin::I18N) >= 1.6
60    Requires:  perl(Net::Netmask) >= 1.9
61  #Requires: js-jquery > 2.2.4-3 (optional)  #Requires: js-jquery > 2.2.4-3 (optional)
62  Requires: pwauth  Requires: pwauth
63  #Requires: perl(Apache::AuthTkt)  #Requires: perl(Apache::AuthTkt)
64    
65  Provides: server-manager  Provides: server-manager
66  AutoReqProv: no  AutoReqProv: no
67    
# Line 75  This RPM contributes the navigation bars Line 94  This RPM contributes the navigation bars
94  %patch18 -p1  %patch18 -p1
95  %patch19 -p1  %patch19 -p1
96  %patch20 -p1  %patch20 -p1
97    %patch21 -p1
98    %patch22 -p1
99    %patch23 -p1
100    %patch24 -p1
101    %patch25 -p1
102    %patch26 -p1
103    %patch27 -p1
104    
105  %build  %build
106  perl createlinks  perl createlinks
107    
108  # Force creation of potentially empty directories  # Force creation of potentially empty directories
 ##mkdir -p root/etc/e-smith/web/functions2  
109  mkdir -p root/etc/e-smith/db/routes  mkdir -p root/etc/e-smith/db/routes
110  mkdir -p root/home/e-smith/db/navigation2  mkdir -p root/home/e-smith/db/navigation2
 #mkdir -p root%{dir_mngr}/html  
111  mkdir -p root%{dir_mngr}/themes/default/public/css  mkdir -p root%{dir_mngr}/themes/default/public/css
112    
 ##ln -s /etc/e-smith/web/common/cgi-bin/logout root/%{dir_mngr}/cgi-bin/logout  
 #ln -s %{dir_mngr}/conf/srvmngr.conf root/%{dir_mngr}/srvmngr.conf  
 #ln -s %{dir_mngr}/script/srvmngr.pl root/%{dir_mngr}/srvmngr.pl  
   
 ##gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c  
   
 #for file in index              #initial  
 #do  
 #    ln -s ../../../functions2/wrapper2 root%{dir_mngr}/html/${file}.cgi  
 #done  
   
   
113  %install  %install
114  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
115  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
# Line 108  rm -f %{name}-%{version}-%{release}-file Line 120  rm -f %{name}-%{version}-%{release}-file
120  --file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \  --file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \
121  > %{name}-%{version}-%{release}-filelist  > %{name}-%{version}-%{release}-filelist
122    
 #--file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \  
 #--file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \  
 #--file %{dir_mngr}/html/index.cgi 'attr(root,admin)' \  
   
123  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
124    
125    %check
126    #cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r
127    
128  %clean  %clean
129  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 121  rm -rf $RPM_BUILD_ROOT Line 131  rm -rf $RPM_BUILD_ROOT
131  %pre  %pre
132    
133  %preun  %preun
 # js-jquery from epel  
 ##if (rpm -q js-jquery > /dev/null 2>&1)  
134  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
135  then  then
136      unlink %{dir_mngr}/themes/default/public/js/jquery.min.js      unlink %{dir_mngr}/themes/default/public/js/jquery.min.js
# Line 131  systemctl disable smanager.service Line 139  systemctl disable smanager.service
139  true  true
140    
141  %post  %post
 # js-jquery from epel  
 ##if (rpm -q js-jquery > /dev/null 2>&1)  
142  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]  if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
143  then  then
144      mkdir %{dir_mngr}/themes/default/public/js      mkdir %{dir_mngr}/themes/default/public/js
145      ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js      ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js
146  fi  fi
147    /sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf
148  /sbin/e-smith/expand-template /etc/systemd/system/smanager.service  /sbin/e-smith/expand-template /etc/systemd/system/smanager.service
149  systemctl enable smanager.service  systemctl enable smanager.service
150    systemctl restart smanager.service
151  true  true
152    
153  %postun  %postun
# Line 147  true Line 155  true
155  %defattr(-,root,root)  %defattr(-,root,root)
156    
157  %changelog  %changelog
158    * Mon Oct 05 2020 Michel Begue <mab974@gmail.com> 0.1.0-30.sme
159    - fix I18N Namespace change for keeping Language
160    - clean up emailsettings code
161    - remove old global lexicon files
162    - add first simple tests
163    - add smanager-update event
164    
165    * Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme
166    - validate lexicon file before install
167    - fix route url construction (+)
168    - add authentication messages to locales
169    
170    * Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme
171    - validate netmask in LocalNetworks [SME: 10976]
172    - validate netmask in RemoteAccess [SME: 10977]
173    - prettier action button
174    - accept undescore in lexicon name
175    - change route urls for LocalNetworks and Portforwarding
176    - add rendering to LocalNetworks notification
177    
178    * Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme
179    - Fix typo in %post here
180    - Complete 'datetime' panel
181    - Fix notification in 'quota' panel
182    
183    * Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme
184    - Fix first start error
185    - Fix incorrect messages and various typos in modules
186    - Add possibility to hide menu(s) (requires jquery)
187    
188    * Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme
189    - Remove 'Starterwebsite' panel [SME: 8903]
190    - Add choice for creating Pseudonyms [SME: 9457]
191    - Change URL in 'useraccounts' templates
192    - Change app to smanager in controller 'Swttheme'
193    
194    * Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme
195    - Fix missing translations for some panels
196    
197  * Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-23.sme  * Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-23.sme
198  - Transform to Mojo application (apache/mod_proxy mode)  - Transform to Mojo application (apache/mod_proxy mode)
199  - Add internal login and multi mode menus  - Add internal login and multi mode menus


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