1 |
# $Id: smeserver-manager.spec,v 1.53 2021/12/26 12:35:52 brianr Exp $ |
# $Id: smeserver-manager.spec,v 1.54 2021/12/26 15:33:49 brianr 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.4 |
%define version 0.1.4 |
7 |
%define release 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch |
Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch |
17 |
Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch |
Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch |
18 |
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
19 |
|
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
55 |
%patch3 -p1 |
%patch3 -p1 |
56 |
%patch4 -p1 |
%patch4 -p1 |
57 |
%patch5 -p1 |
%patch5 -p1 |
58 |
|
%patch6 -p1 |
59 |
|
|
60 |
%build |
%build |
61 |
perl createlinks |
perl createlinks |
111 |
%defattr(-,root,root) |
%defattr(-,root,root) |
112 |
|
|
113 |
%changelog |
%changelog |
114 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-8.sme |
115 |
|
- fix-translation-strings-with-prefix-for-review-config [SME: 11823] |
116 |
|
|
117 |
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme |
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme |
118 |
- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] |
- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] |
119 |
|
|