1 |
Summary: sme server integration of phplist |
Summary: sme server integration of phplist |
2 |
Name: smeserver-phplist |
Name: smeserver-phplist |
3 |
Version: 0.2.1 |
Version: 0.2.1 |
4 |
Release: 1%{?dist} |
Release: 2%{?dist} |
5 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
6 |
URL: http://www.phplist.com |
URL: http://www.phplist.com |
7 |
Group: SMEserver/addon |
Group: SMEserver/addon |
8 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
9 |
|
Patch0: smeserver-phplist-0.2.1-sme10.patch |
10 |
|
|
11 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
12 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
13 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
14 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 10.0 |
15 |
Requires: phplist >= 3.0.6 |
Requires: e-smith-apache >= 2.6.0-19 |
16 |
|
Requires: phplist >= 3.6.8 |
17 |
Requires: smeserver-webapps-common |
Requires: smeserver-webapps-common |
18 |
|
Requires: php80-php php80-php-mysqli php80-php-mysqlnd php80-php-pecl-mysql php80-php-curl php80-php-gd php80-php-gettext php80-php-iconv php80-php-imap php80-php-mbstring php80-php-mysqli php80-php-pear-HTTP_Request php80-php-session php80-php-xml php80-php-zlib php80-php-mbstring php80-php-gd |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
%description |
%description |
23 |
running on SME Server |
running on SME Server |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Aug 02 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2.1-2.sme |
27 |
|
- fix [SME: ] |
28 |
|
|
29 |
* Wed Mar 18 2020 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1 |
* Wed Mar 18 2020 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1 |
30 |
- new package built with tito |
- new package built with tito |
31 |
|
|
63 |
|
|
64 |
%prep |
%prep |
65 |
%setup |
%setup |
66 |
|
%patch0 -p1 |
67 |
|
rm -rf root/var/service/ |
68 |
|
|
69 |
%build |
%build |
70 |
perl ./createlinks |
perl ./createlinks |
79 |
--dir /var/lib/phplist 'attr(0750,www,www)' \ |
--dir /var/lib/phplist 'attr(0750,www,www)' \ |
80 |
--dir /var/log/phplist 'attr(0750,smelog,smelog)' \ |
--dir /var/log/phplist 'attr(0750,smelog,smelog)' \ |
81 |
--file /var/lib/phplist/bounces.mbox 'config(noreplace) %attr(0640,www,www)' \ |
--file /var/lib/phplist/bounces.mbox 'config(noreplace) %attr(0640,www,www)' \ |
82 |
--file /var/service/phplist/run 'attr(0750,root,root)' \ |
--file /usr/sbin/e-smith/systemd/phplist 'attr(0750,root,root)' \ |
83 |
--file /var/service/phplist/log/run 'attr(0750,root,root)' \ |
--dir /var/lib/php/phplist 'attr(0755,www,www)' \ |
84 |
|
--dir /var/lib/php/phplist/tmp 'attr(0755,www,www)' \ |
85 |
|
--dir /var/lib/php/phplist/opcache 'attr(0755,www,www)' \ |
86 |
|
--dir /var/lib/php/phplist/session 'attr(0755,www,www)' \ |
87 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
88 |
|
|
89 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |