1 |
%define name phplist |
%define name phplist |
2 |
%define version 3.2.4 |
%define version 3.6.8 |
3 |
%define release 1 |
%define release 1 |
4 |
%define httpuser apache |
%define httpuser apache |
5 |
|
|
12 |
Group: application/internet |
Group: application/internet |
13 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
14 |
Source1: httpd.conf |
Source1: httpd.conf |
15 |
Patch0: phplist-3.2.4-manage_admins_with_external_auth.patch |
Patch0: phplist-3.6.8-manage_admins_with_external_auth.patch |
16 |
|
#phplist-3.2.4-manage_admins_with_external_auth.patch |
17 |
Packager: Daniel B. <daniel@firewall-services.com> |
Packager: Daniel B. <daniel@firewall-services.com> |
18 |
BuildArch: noarch |
BuildArch: noarch |
19 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
20 |
|
|
21 |
Requires: php |
Requires: php |
22 |
Requires: php-mysql |
Requires: php-mysql |
23 |
Requires: php-imap |
Requires: php-imap |
24 |
Requires: httpd |
Requires: httpd |
25 |
|
#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 |
26 |
|
|
27 |
%description |
%description |
28 |
phplist is the world's most popular open source email campaign manager. |
phplist is the world's most popular open source email campaign manager. |
64 |
|
|
65 |
%files |
%files |
66 |
%defattr(-,root,root) |
%defattr(-,root,root) |
67 |
%doc CODING.md composer.json CONTRIBUTING.md COPYING INSTALL PEOPLE README.md TESTING.md TODO UPGRADE VERSION |
%doc CODE_OF_CONDUCT.md CONTRIBUTING.md COPYING INSTALL LICENSE PEOPLE README.md TODO UPGRADE VERSION |
|
%dir %doc scripts |
|
68 |
%{_datadir}/%{name} |
%{_datadir}/%{name} |
69 |
%attr(0755,root,root) %{_datadir}/%{name}/bin/phplist |
%attr(0755,root,root) %{_datadir}/%{name}/bin/phplist |
70 |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/ |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/ |
71 |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/tmp |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/tmp |
72 |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/images |
%dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/images |
73 |
|
%dir %attr(770,root,%{httpuser}) %{_datadir}/%{name}/www/admin/plugins |
74 |
|
%dir %attr(770,root,%{httpuser}) %{_sysconfdir}/%{name} |
75 |
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf |
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf |
76 |
%config(noreplace) %{_sysconfdir}/%{name}/config.php |
%config(noreplace) %{_sysconfdir}/%{name}/config.php |
77 |
%{_sysconfdir}/%{name}/config_extended.php |
%{_sysconfdir}/%{name}/config_extended.php |
78 |
|
|
79 |
|
|
80 |
%changelog |
%changelog |
81 |
|
* Tue Aug 02 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.6.8-1 |
82 |
|
- Update to 3.6.8 |
83 |
|
|
84 |
* Mon Feb 22 2016 Daniel Berteaud <daniel@firewall-services.com> 3.2.4-1 |
* Mon Feb 22 2016 Daniel Berteaud <daniel@firewall-services.com> 3.2.4-1 |
85 |
- Update to 3.2.4 |
- Update to 3.2.4 |
86 |
|
|