/[smecontribs]/rpms/smeserver-dokuwiki/contribs10/smeserver-dokuwiki.spec
ViewVC logotype

Diff of /rpms/smeserver-dokuwiki/contribs10/smeserver-dokuwiki.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jcrisp, Mon Oct 4 14:57:30 2021 UTC Revision 1.6 by michel, Fri Jun 24 19:35:55 2022 UTC
# Line 3  Line 3 
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: 5%{?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
# Line 15  BuildRoot: /var/tmp/%{name}-%{version} Line 15  BuildRoot: /var/tmp/%{name}-%{version}
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    Requires: e-smith-apache >= 2.6.0-19
19    Requires: smeserver-php >= 3.0.0-43
20    
21    Patch0: smeserver-dokuwiki-0.3.0-Add-Update-Event.patch
22    Patch1: smeserver-dokuwiki-0.3.0-fix-httpd-syntax.patch
23    Patch2: smeserver-dokuwiki-0.3.0-bz12043_httpd_conf-bz12005_backup.patch
24    
25  AutoReqProv: no  AutoReqProv: no
26    
27  %description  %description
# Line 22  smserver integration of dokuwiki Line 29  smserver integration of dokuwiki
29  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
30    
31  %changelog  %changelog
32    * Fri Jun 24 2022 Michel Begue <mab974@misouk.com> 0.3.0-5.sme
33    - update to httpd 2.4 syntax [SME: 12043]
34    - add dokuwiki to backup list [SME: 12005]
35    
36    * Sat Oct 16 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-4.sme
37    - Fix spec file patch issue
38    
39    * Thu Oct 14 2021 John Crisp <jcrisp@safeandsoundit.co.uk>  0.3.0-3.sme
40    - remove directory permissions for plugin directory [SME: 11703]
41    - Fix httpd FilesMatch
42    
43    * Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 0.3.0-2.sme
44    - Add update event [SME: 11703]
45    
46  * 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
47  - First import to SME Contribs [SME: 11703]  - First import to SME Contribs [SME: 11703]
48  - Update to PHP 74  - Update to PHP 74
# Line 67  DokuWiki is a simple to use Wiki aimed a Line 88  DokuWiki is a simple to use Wiki aimed a
88    
89  %prep  %prep
90  %setup  %setup
91    %patch0 -p1
92    %patch1 -p1
93    %patch2 -p1
94    
95  %build  %build
96  perl ./createlinks  perl ./createlinks
# Line 84  rm -f %{name}-%{version}-filelist Line 108  rm -f %{name}-%{version}-filelist
108          --dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \
109          --dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \
110          --dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \
111          --dir /usr/share/dokuwiki/lib/plugins 'attr(0755,www,www)' \          --ignoredir /usr/share/dokuwiki/lib/plugins \
112          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
113    
114  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
# Line 93  rm -f %{name}-%{version}-filelist Line 117  rm -f %{name}-%{version}-filelist
117  %clean  %clean
118  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
119    
   
120  %postun  %postun
   


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed