/[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.5 by jcrisp, Sat Oct 16 09:52:59 2021 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: 4%{?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    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
# Line 22  smserver integration of dokuwiki Line 25  smserver integration of dokuwiki
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    * Sat Oct 16 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3.0-4.sme
29    - Fix spec file patch issue
30    
31    * Thu Oct 14 2021 John Crisp <jcrisp@safeandsoundit.co.uk>  0.3.0-3.sme
32    - remove directory permissions for plugin directory [SME: 11703]
33    - Fix httpd FilesMatch
34    
35    * Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 0.3.0-2.sme
36    - Add update event [SME: 11703]
37    
38  * 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
39  - First import to SME Contribs [SME: 11703]  - First import to SME Contribs [SME: 11703]
40  - Update to PHP 74  - Update to PHP 74
# Line 67  DokuWiki is a simple to use Wiki aimed a Line 80  DokuWiki is a simple to use Wiki aimed a
80    
81  %prep  %prep
82  %setup  %setup
83    %patch0 -p1
84    %patch1 -p1
85    
86  %build  %build
87  perl ./createlinks  perl ./createlinks
# Line 84  rm -f %{name}-%{version}-filelist Line 99  rm -f %{name}-%{version}-filelist
99          --dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \
100          --dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \
101          --dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \          --dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \
102          --dir /usr/share/dokuwiki/lib/plugins 'attr(0755,www,www)' \          --ignoredir /usr/share/dokuwiki/lib/plugins \
103          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
104    
105  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
# Line 93  rm -f %{name}-%{version}-filelist Line 108  rm -f %{name}-%{version}-filelist
108  %clean  %clean
109  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
110    
   
111  %postun  %postun
112    


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