Spec file update

This commit is contained in:
Daniel Berteaud 2017-07-26 17:52:15 +02:00
parent 70018ad822
commit 6c42871330
1 changed files with 7 additions and 2 deletions

View File

@ -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 <daniel@firewall-services.com> 0.2.0-1
- Switch to php 71 using FastCGI and FPM is available
* Wed Mar 15 2017 Daniel Berteaud <daniel@firewall-services.com> 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