Spec file update

tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent 91447853c9
commit 8752dc81c8
  1. 19
      smeserver-phplist.spec

@ -1,6 +1,6 @@
%define name smeserver-phplist %define name smeserver-phplist
%define version 0.1 %define version 0.2.0
%define release 3 %define release 1
Summary: sme server integration of phplist Summary: sme server integration of phplist
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -13,8 +13,8 @@ Source: %{name}-%{version}.tar.gz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: e-smith-devtools
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
Requires: e-smith-release >= 7.0 Requires: e-smith-release >= 8.0
Requires: phplist Requires: phplist >= 3.0.6
Requires: smeserver-webapps-common Requires: smeserver-webapps-common
AutoReqProv: no AutoReqProv: no
@ -23,6 +23,12 @@ This rpm provides all the needed templates to get phplist
running on SME Server running on SME Server
%changelog %changelog
* Wed Jul 30 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1
- Nearly complete rewrite
- Change the way bounces are processed
- Add a daemon to process the queue and the bounces
- Requires phplist 3.0.6
* Fri Dec 31 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3 * Fri Dec 31 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3
- Fix typo in BouncesPassword prop name - Fix typo in BouncesPassword prop name
@ -54,8 +60,8 @@ running on SME Server
%build %build
perl ./createlinks perl ./createlinks
%{__mkdir_p} %{buildroot}/var/lib/phplist %{__mkdir_p} root/var/lib/phplist
%{__mkdir_p} %{buildroot}/var/log/phplist %{__mkdir_p} root/var/log/phplist
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -64,6 +70,7 @@ rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
--dir /var/lib/phplist 'attr(0750,www,www)' \ --dir /var/lib/phplist 'attr(0750,www,www)' \
--dir /var/log/phplist 'attr(0750,smelog,smelog)' \ --dir /var/log/phplist 'attr(0750,smelog,smelog)' \
--file /var/lib/phplist/bounces.mbox 'config(noreplace) %attr(0640,www,www)' \
--file /var/service/phplist/run 'attr(0750,root,root)' \ --file /var/service/phplist/run 'attr(0750,root,root)' \
--file /var/service/phplist/log/run 'attr(0750,root,root)' \ --file /var/service/phplist/log/run 'attr(0750,root,root)' \
> %{name}-%{version}-filelist > %{name}-%{version}-filelist

Loading…
Cancel
Save