3 |
%define name smeserver-geneweb |
%define name smeserver-geneweb |
4 |
Name: %{name} |
Name: %{name} |
5 |
%define version 2.3.0 |
%define version 2.3.0 |
6 |
%define release 3 |
%define release 4 |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
9 |
License: GPL |
License: GPL |
12 |
Patch0: %{name}-%{version}-init_v10_systemd.patch |
Patch0: %{name}-%{version}-init_v10_systemd.patch |
13 |
Patch1: %{name}-%{version}-to_smanager.patch |
Patch1: %{name}-%{version}-to_smanager.patch |
14 |
Patch2: %{name}-%{version}-TcpPort.patch |
Patch2: %{name}-%{version}-TcpPort.patch |
15 |
|
Patch3: smeserver-geneweb-2.3.0-locale-2021-08-22.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
This RPM must be installed after the geneweb package |
This RPM must be installed after the geneweb package |
27 |
to complete the integration for SME Server. |
to complete the integration for SME Server. |
28 |
|
|
|
|
|
29 |
%prep |
%prep |
30 |
|
|
31 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
34 |
%patch0 -p1 |
%patch0 -p1 |
35 |
%patch1 -p1 |
%patch1 -p1 |
36 |
%patch2 -p1 |
%patch2 -p1 |
37 |
|
%patch3 -p1 |
38 |
|
|
39 |
%build |
%build |
40 |
perl createlinks |
perl createlinks |
58 |
%attr(755, root, root) /usr/lib/systemd/systemd-geneweb |
%attr(755, root, root) /usr/lib/systemd/systemd-geneweb |
59 |
%attr(755, root, root) /usr/lib/systemd/systemd-gwsetup |
%attr(755, root, root) /usr/lib/systemd/systemd-gwsetup |
60 |
|
|
|
|
|
61 |
%clean |
%clean |
62 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
63 |
|
|
77 |
%postun |
%postun |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.3.0-4.sme |
81 |
|
- apply locale 2021-08-22 patch |
82 |
|
|
83 |
* Tue Mar 23 2021 Michel Begue <mab974@gmail.com> 2.3.0-3.sme |
* Tue Mar 23 2021 Michel Begue <mab974@gmail.com> 2.3.0-3.sme |
84 |
- change TCPPort attributes to avoid filtering effect [SME: 10930] |
- change TCPPort attributes to avoid filtering effect [SME: 10930] |
85 |
- move changelog to the bottom of spec |
- move changelog to the bottom of spec |