1 |
# $Id: smeserver-manager.spec,v 1.27 2020/06/11 06:15:35 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.28 2020/06/13 06:08:01 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 25 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch21: %{name}-0.1.0-missing_translations.patch |
35 |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
36 |
|
Patch23: %{name}-0.1.0-start_service.patch |
37 |
|
|
38 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
39 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
81 |
%patch20 -p1 |
%patch20 -p1 |
82 |
%patch21 -p1 |
%patch21 -p1 |
83 |
%patch22 -p1 |
%patch22 -p1 |
84 |
|
%patch23 -p1 |
85 |
|
|
86 |
%build |
%build |
87 |
perl createlinks |
perl createlinks |
145 |
mkdir %{dir_mngr}/themes/default/public/js |
mkdir %{dir_mngr}/themes/default/public/js |
146 |
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 |
147 |
fi |
fi |
148 |
|
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
149 |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
150 |
systemctl enable smanager.service |
systemctl enable smanager.service |
151 |
|
systemctl restart smanager.srvice |
152 |
true |
true |
153 |
|
|
154 |
%postun |
%postun |
156 |
%defattr(-,root,root) |
%defattr(-,root,root) |
157 |
|
|
158 |
%changelog |
%changelog |
159 |
|
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
160 |
|
- Fix first start error |
161 |
|
- Fix incorrect messages and various typos in modules |
162 |
|
- Add possibility to hide menu(s) (requires jquery) |
163 |
|
|
164 |
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
165 |
- Remove 'Starterwebsite' panel [SME: 8903] |
- Remove 'Starterwebsite' panel [SME: 8903] |
166 |
- Add choice for creating Pseudonyms [SME: 9457] |
- Add choice for creating Pseudonyms [SME: 9457] |