automatic version update by autodist [release 3.6.1-1mamba;Thu Feb 25 2021]
This commit is contained in:
parent
cb988426fb
commit
44fc4c1cc9
19
phplist.spec
19
phplist.spec
@ -23,14 +23,14 @@
|
|||||||
|
|
||||||
Name: %{?sitename:%sitename-website-}phplist
|
Name: %{?sitename:%sitename-website-}phplist
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.3.1
|
Version: 3.6.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A one-way email announcement delivery system
|
Summary: A one-way email announcement delivery system
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.phplist.com/
|
URL: https://www.phplist.com/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/phplist/phplist-%{version}.tgz
|
Source: http://downloads.sourceforge.net/sourceforge/phplist/phplist-%{version}.tgz
|
||||||
Source1: admin_lan_it.zip
|
Source1: admin_lan_it.zip
|
||||||
Source2: admin_help_it.zip
|
Source2: admin_help_it.zip
|
||||||
@ -39,7 +39,6 @@ Patch0: phplist-2.10.14-languages.patch
|
|||||||
Patch1: phplist-2.10.5-disable_testmode.patch
|
Patch1: phplist-2.10.5-disable_testmode.patch
|
||||||
Patch2: phplist-2.10.5-move_to_root.patch
|
Patch2: phplist-2.10.5-move_to_root.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -51,7 +50,6 @@ Requires: php-imap
|
|||||||
phplist is a one-way email announcement delivery system. It is great for newsletters, publicity lists, notifications, and many other uses.
|
phplist is a one-way email announcement delivery system. It is great for newsletters, publicity lists, notifications, and many other uses.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n phplist-%{version}
|
%setup -q -n phplist-%{version}
|
||||||
exit 0
|
exit 0
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -120,14 +118,24 @@ EOF
|
|||||||
%{installdir}/admin/*
|
%{installdir}/admin/*
|
||||||
%{installdir}/admin/.gitignore
|
%{installdir}/admin/.gitignore
|
||||||
%{installdir}/admin/.gitignore
|
%{installdir}/admin/.gitignore
|
||||||
|
%dir %{installdir}/base
|
||||||
|
%dir %{installdir}/base/.github
|
||||||
|
%{installdir}/base/.github/*
|
||||||
|
%{installdir}/base/.gitignore
|
||||||
|
%{installdir}/base/.travis.yml
|
||||||
|
%{installdir}/base/*
|
||||||
%config(noreplace) %{installdir}/config/*
|
%config(noreplace) %{installdir}/config/*
|
||||||
%config(noreplace) %{installdir}/config/.htaccess
|
%config(noreplace) %{installdir}/config/.htaccess
|
||||||
%dir %{installdir}/images
|
%dir %{installdir}/images
|
||||||
%{installdir}/images/*
|
%{installdir}/images/*
|
||||||
%{installdir}/js/*
|
%{installdir}/js/*
|
||||||
%{installdir}/styles/*
|
%{installdir}/styles/*
|
||||||
|
%dir %{installdir}/texts
|
||||||
|
%{installdir}/texts/.travis.yml
|
||||||
%{installdir}/texts/*
|
%{installdir}/texts/*
|
||||||
%{installdir}/texts/.gitignore
|
%{installdir}/texts/.gitignore
|
||||||
|
%dir %{installdir}/updater
|
||||||
|
%{installdir}/updater/*
|
||||||
%if "%{?sitename}" != ""
|
%if "%{?sitename}" != ""
|
||||||
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{servername}.conf
|
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{servername}.conf
|
||||||
%else
|
%else
|
||||||
@ -139,6 +147,9 @@ EOF
|
|||||||
#%doc README.usertables TODO
|
#%doc README.usertables TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user