1 |
%define realversion 20210220 |
%define realversion 20210220 |
2 |
%define version %(echo %{realversion} | sed -e 's/-//g') |
%define version %(echo %{realversion} | sed -e 's/-//g') |
3 |
%define releasenum 2 |
%define releasenum 4 |
4 |
|
|
5 |
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 |
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 |
6 |
%global useselinux 1 |
%global useselinux 1 |
96 |
|
|
97 |
%files |
%files |
98 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
99 |
%attr(0755,apache,apache) %dir %{_datadir}/dokuwiki/lib/plugins |
#%attr(0755,apache,apache) %dir %{_datadir}/dokuwiki/lib/plugins |
100 |
%attr(0775,root,apache) %dir %{_datadir}/dokuwiki/lib/plugins/* |
# %attr(0775,root,apache) %dir %{_datadir}/dokuwiki/lib/plugins/* |
101 |
%{_datadir}/dokuwiki/lib/plugins/* |
%{_datadir}/dokuwiki/lib/plugins/* |
102 |
|
|
103 |
%clean |
%clean |
104 |
%{__rm} -rf $RPM_BUILD_ROOT |
%{__rm} -rf $RPM_BUILD_ROOT |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Thu Oct 14 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 20210220-4 |
108 |
|
- remove attr dir line in files to fix conflicts [SME: 11703] |
109 |
|
|
110 |
|
* Mon Oct 11 2021 Terry Fage <terry@fage.id.au> 20210220-3 |
111 |
|
- reapply patchs ckgedit_fix_media_dir mupdf_tmp_dir [SME: 11704] |
112 |
|
|
113 |
* Wed Oct 06 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 20210220-2 |
* Wed Oct 06 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 20210220-2 |
114 |
- Update the dokuwiki requires version |
- Update the dokuwiki requires version |
115 |
|
|