Compare commits

..

5 Commits

Author SHA1 Message Date
Daniel Berteaud 3b1ea547b8 Automatic commit of package [smeserver-phplist] release [0.2.1-1]. 5 years ago
Daniel Berteaud d7e3633f52 Spec file change for builds with tito 5 years ago
Daniel Berteaud 1d96694679 Configure builds with tito 5 years ago
Daniel Berteaud 68b4cabcf6 Initialized to use tito. 5 years ago
Daniel Berteaud ab3bbd3e25 Don't stop service if MySQL isn't available yet 5 years ago
  1. 3
      .tito/packages/.readme
  2. 1
      .tito/packages/smeserver-phplist
  3. 1
      .tito/releasers.conf
  4. 7
      .tito/tito.props
  5. 9
      root/var/service/phplist/run
  6. 12
      smeserver-phplist.spec

@ -0,0 +1,3 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

@ -0,0 +1 @@
../../tito_libs/releasers.conf

@ -0,0 +1,7 @@
[buildconfig]
builder = tito.builder.Builder
tagger = tito.tagger.VersionTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

@ -2,15 +2,6 @@
exec 2>&1 exec 2>&1
# Check if database is initialized
DB=$(/sbin/e-smith/db configuration getprop phplist DbName || echo phplist)
HOME=/root /usr/bin/mysql $DB -e "SELECT value FROM phplist_config WHERE item='version';" >/dev/null
if [ $? -ne 0 ]; then
echo "PHPList database not initialized yet"
sv d .
exit 0
fi
cd /usr/share/phplist/bin cd /usr/share/phplist/bin
while true; do while true; do
/usr/local/bin/setuidgid www ./phplist -pprocessbounces /usr/local/bin/setuidgid www ./phplist -pprocessbounces

@ -1,10 +1,7 @@
%define name smeserver-phplist
%define version 0.2.0
%define release 1
Summary: sme server integration of phplist Summary: sme server integration of phplist
Name: %{name} Name: smeserver-phplist
Version: %{version} Version: 0.2.1
Release: %{release}%{?dist} Release: 1%{?dist}
License: GNU GPL version 2 License: GNU GPL version 2
URL: http://www.phplist.com URL: http://www.phplist.com
Group: SMEserver/addon Group: SMEserver/addon
@ -23,6 +20,9 @@ This rpm provides all the needed templates to get phplist
running on SME Server running on SME Server
%changelog %changelog
* Wed Mar 18 2020 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1
- new package built with tito
* Wed Jul 30 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1 * Wed Jul 30 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1
- Nearly complete rewrite - Nearly complete rewrite
- Change the way bounces are processed - Change the way bounces are processed

Loading…
Cancel
Save