1 |
%define name smeserver-roundcube |
%define name smeserver-roundcube |
2 |
%define version 1.2 |
%define version 1.2 |
3 |
%define release 12 |
%define release 13 |
4 |
|
|
5 |
Summary: smserver rpm to setup roundcube, an IMAP mail client |
Summary: smserver rpm to setup roundcube, an IMAP mail client |
6 |
Name: %{name} |
Name: %{name} |
26 |
Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch |
Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch |
27 |
Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch |
Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch |
28 |
Patch3: smeserver-roundcube-1.2-bz11430-login.patch |
Patch3: smeserver-roundcube-1.2-bz11430-login.patch |
29 |
|
Patch4: smeserver-roundcube-1.2-bz11430-plugins.patch |
30 |
|
|
31 |
%description |
%description |
32 |
smserver rpm to setup the roundcube IMAP mail client. |
smserver rpm to setup the roundcube IMAP mail client. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Wed Dec 07 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-13.sme |
36 |
|
- fix list of plugins and add composer [SME: 11430] |
37 |
|
do not load in conf plugins without an actual folder. |
38 |
|
|
39 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme |
40 |
- update to httpd 2.4 access syntax [SME: 12059] |
- update to httpd 2.4 access syntax [SME: 12059] |
41 |
thanks to Vasarhelyi Zsolt |
thanks to Vasarhelyi Zsolt |
174 |
%patch1 -p1 |
%patch1 -p1 |
175 |
%patch2 -p1 |
%patch2 -p1 |
176 |
%patch3 -p1 |
%patch3 -p1 |
177 |
|
%patch4 -p1 |
178 |
|
|
179 |
%build |
%build |
180 |
perl createlinks |
perl createlinks |
183 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
184 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
185 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
186 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
187 |
|
--exclude-dir /usr/share/roundcubemail \ |
188 |
|
> %{name}-%{version}-filelist |
189 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
190 |
|
|
191 |
%clean |
%clean |