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 1 |
%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 |
40 |
|
|
41 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
42 |
BuildArch: noarch |
BuildArch: noarch |
43 |
Requires: dokuwiki = %{version} |
Requires: dokuwiki >= 20200729 |
44 |
|
|
45 |
|
|
46 |
%description |
%description |
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 |
114 |
|
- Update the dokuwiki requires version |
115 |
|
|
116 |
* Tue Oct 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 20210220-1 |
* Tue Oct 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 20210220-1 |
117 |
- First import to SME [SME: 11704] |
- First import to SME [SME: 11704] |
118 |
- Updated plugins to lastest versions |
- Updated plugins to lastest versions |
119 |
- Scripted gut pulls for plugins and zipping them |
- Scripted git pulls for plugins and zipping them |
120 |
- Sorted plugin names alphabetically |
- Sorted plugin names alphabetically |
121 |
|
|
122 |
* Mon Sep 25 2017 Daniel Berteaud <daniel@firewall-services.com> - 20170219e-2 |
* Mon Sep 25 2017 Daniel Berteaud <daniel@firewall-services.com> - 20170219e-2 |