1 |
# $Id: smeserver-manager.spec,v 1.28 2020/06/13 06:08:01 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.29 2020/07/01 15:16: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 26 |
%define release 27 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch23: %{name}-0.1.0-start_service.patch |
37 |
|
Patch24: %{name}-0.1.0-datetime_quota.patch |
38 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
83 |
%patch21 -p1 |
%patch21 -p1 |
84 |
%patch22 -p1 |
%patch22 -p1 |
85 |
%patch23 -p1 |
%patch23 -p1 |
86 |
|
%patch24 -p1 |
87 |
|
|
88 |
%build |
%build |
89 |
perl createlinks |
perl createlinks |
150 |
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
151 |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
152 |
systemctl enable smanager.service |
systemctl enable smanager.service |
153 |
systemctl restart smanager.srvice |
systemctl restart smanager.service |
154 |
true |
true |
155 |
|
|
156 |
%postun |
%postun |
158 |
%defattr(-,root,root) |
%defattr(-,root,root) |
159 |
|
|
160 |
%changelog |
%changelog |
161 |
|
* Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme |
162 |
|
- Fix typo in %post here |
163 |
|
- Complete 'datetime' panel |
164 |
|
- Fix notification in 'quota' panel |
165 |
|
|
166 |
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
167 |
- Fix first start error |
- Fix first start error |
168 |
- Fix incorrect messages and various typos in modules |
- Fix incorrect messages and various typos in modules |