1 |
# $Id: smeserver-manager.spec,v 1.26 2020/06/08 17:27:18 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.27 2020/06/11 06:15:35 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 24 |
%define release 25 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch21: %{name}-0.1.0-missing_translations.patch |
35 |
|
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
36 |
|
|
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
79 |
%patch19 -p1 |
%patch19 -p1 |
80 |
%patch20 -p1 |
%patch20 -p1 |
81 |
%patch21 -p1 |
%patch21 -p1 |
82 |
|
%patch22 -p1 |
83 |
|
|
84 |
%build |
%build |
85 |
perl createlinks |
perl createlinks |
152 |
%defattr(-,root,root) |
%defattr(-,root,root) |
153 |
|
|
154 |
%changelog |
%changelog |
155 |
|
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
156 |
|
- Remove 'Starterwebsite' panel [SME: 8903] |
157 |
|
- Add choice for creating Pseudonyms [SME: 9457] |
158 |
|
- Change URL in 'useraccounts' templates |
159 |
|
- Change app to smanager in controller 'Swttheme' |
160 |
|
|
161 |
* Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme |
* Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme |
162 |
- Fix missing translations for some panels |
- Fix missing translations for some panels |
163 |
|
|