3 |
Summary: sme server integration of dokuwiki |
Summary: sme server integration of dokuwiki |
4 |
Name: smeserver-dokuwiki |
Name: smeserver-dokuwiki |
5 |
Version: 0.3.0 |
Version: 0.3.0 |
6 |
Release: 1%{?dist} |
Release: 3%{?dist} |
7 |
License: GNU GPL |
License: GNU GPL |
8 |
URL: http://www.splitbrain.org/projects/dokuwiki |
URL: http://www.splitbrain.org/projects/dokuwiki |
9 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Requires: e-smith-base >= 5.8.0 |
Requires: e-smith-base >= 5.8.0 |
16 |
Requires: dokuwiki |
Requires: dokuwiki |
17 |
Requires: smeserver-webapps-common |
Requires: smeserver-webapps-common |
18 |
|
Patch0:smeserver-dokuwiki-0.3.0-Add-Update-Event.patch |
19 |
|
Patch1: smeserver-dokuwiki-0.3.0-fix-httpd-syntax.patch |
20 |
|
|
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%description |
%description |
25 |
DokuWiki is a simple to use Wiki aimed at the documentation needs of a small company |
DokuWiki is a simple to use Wiki aimed at the documentation needs of a small company |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Thu Oct 14 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-3.sme |
29 |
|
- remove directory permissions for plugin directory [SME: 11703] |
30 |
|
- Fix httpd FilesMatch |
31 |
|
|
32 |
|
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 0.3.0-2.sme |
33 |
|
- Add update event [SME: 11703] |
34 |
|
|
35 |
* Mon Oct 04 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-1 |
* Mon Oct 04 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-1 |
36 |
- First import to SME Contribs [SME: 11703] |
- First import to SME Contribs [SME: 11703] |
37 |
- Update to PHP 74 |
- Update to PHP 74 |
77 |
|
|
78 |
%prep |
%prep |
79 |
%setup |
%setup |
80 |
|
%patch0 -p1 |
81 |
|
%patch1 -p1 |
82 |
|
|
83 |
%build |
%build |
84 |
perl ./createlinks |
perl ./createlinks |
96 |
--dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \ |
97 |
--dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \ |
98 |
--dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \ |
99 |
--dir /usr/share/dokuwiki/lib/plugins 'attr(0755,www,www)' \ |
--ignoredir /usr/share/dokuwiki/lib/plugins \ |
100 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
101 |
|
|
102 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
105 |
%clean |
%clean |
106 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
107 |
|
|
|
|
|
108 |
%postun |
%postun |
109 |
|
|