1 |
# $Id: smeserver-manager.spec,v 1.25 2020/05/08 13:02:16 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.26 2020/06/08 17:27:18 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 24 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
|
|
36 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
37 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
38 |
BuildRequires: gettext |
BuildRequires: gettext |
77 |
%patch18 -p1 |
%patch18 -p1 |
78 |
%patch19 -p1 |
%patch19 -p1 |
79 |
%patch20 -p1 |
%patch20 -p1 |
80 |
|
%patch21 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
perl createlinks |
perl createlinks |
150 |
%defattr(-,root,root) |
%defattr(-,root,root) |
151 |
|
|
152 |
%changelog |
%changelog |
153 |
|
* Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme |
154 |
|
- Fix missing translations for some panels |
155 |
|
|
156 |
* 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 |
157 |
- Transform to Mojo application (apache/mod_proxy mode) |
- Transform to Mojo application (apache/mod_proxy mode) |
158 |
- Add internal login and multi mode menus |
- Add internal login and multi mode menus |