diff --git a/smeserver-dokuwiki.spec b/smeserver-dokuwiki.spec index 9f4ab4d..0ee689c 100644 --- a/smeserver-dokuwiki.spec +++ b/smeserver-dokuwiki.spec @@ -2,8 +2,9 @@ # Name: Daniel Berteaud %define name smeserver-dokuwiki -%define version 0.1.7 +%define version 0.2.0 %define release 1 +%define phpversion 71 Summary: sme server integration of dokuwiki Name: %{name} Version: %{version} @@ -26,6 +27,9 @@ smserver integration of dokuwiki DokuWiki is a simple to use Wiki aimed at the documentation needs of a small company %changelog +* Fri Jul 14 2017 Daniel Berteaud 0.2.0-1 +- Switch to php 71 using FastCGI and FPM is available + * Wed Mar 15 2017 Daniel Berteaud 0.1.7-1 - Add /dev/urandom to open_basedir, needed since 2017-02-19 @@ -61,8 +65,9 @@ DokuWiki is a simple to use Wiki aimed at the documentation needs of a small com %build perl ./createlinks +find root/ -type f | xargs grep -l __PHP_VERSION__ | xargs sed -i -e "s/__PHP_VERSION__/%{phpversion}/g" %{__mkdir_p} root/var/log/php/dokuwiki -%{__mkdir_p} root/var/lib/php/dokuwiki/{tmp,session,opcache +%{__mkdir_p} root/var/lib/php/dokuwiki/{tmp,session,opcache} %install rm -rf $RPM_BUILD_ROOT