|
|
@@ -70,6 +70,11 @@
|
|
|
%define V_kwiki_theme_klassik 0.12
|
|
|
%define V_kwiki_timezone 0.11
|
|
|
%define V_kwiki_users_remote 0.01
|
|
|
+%define V_kwiki_pageprivacy 0.10
|
|
|
+%define V_kwiki_navigationtoolbar 0.02
|
|
|
+%define V_kwiki_theme_columnlayout 0.06
|
|
|
+%define V_kwiki_theme_hlb 0.01
|
|
|
+%define V_kwiki_theme_tabnav 0.01
|
|
|
|
|
|
# package information
|
|
|
Name: kwiki
|
|
|
@@ -131,6 +136,11 @@ Source42: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Scode-%{V_kwiki_
|
|
|
Source43: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-Klassik-%{V_kwiki_theme_klassik}.tar.gz
|
|
|
Source44: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-TimeZone-%{V_kwiki_timezone}.tar.gz
|
|
|
Source45: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Users-Remote-%{V_kwiki_users_remote}.tar.gz
|
|
|
+Source46: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-PagePrivacy-%{V_kwiki_pageprivacy}.tar.gz
|
|
|
+Source47: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-NavigationToolbar-%{V_kwiki_navigationtoolbar}.tar.gz
|
|
|
+Source48: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-ColumnLayout-%{V_kwiki_theme_columnlayout}.tar.gz
|
|
|
+Source49: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-HLB-%{V_kwiki_theme_hlb}.tar.gz
|
|
|
+Source50: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-TabNav-%{V_kwiki_theme_tabnav}.tar.gz
|
|
|
Source100: kwiki-apache.conf
|
|
|
Source101: kwiki-plugins.txt
|
|
|
Patch0: kwiki.patch
|
|
|
@@ -381,6 +391,31 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
regex = Kwiki-Users-Remote-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog kwiki:Kwiki-PagePrivacy = {
|
|
|
+ version = %{V_kwiki_pageprivacy}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-PagePrivacy-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog kwiki:Kwiki-NavigationToolbar = {
|
|
|
+ version = %{V_kwiki_navigationtoolbar}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-NavigationToolbar-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog kwiki:Kwiki-Theme-ColumnLayout = {
|
|
|
+ version = %{V_kwiki_theme_columnlayout}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-Theme-ColumnLayout-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog kwiki:Kwiki-Theme-HLB = {
|
|
|
+ version = %{V_kwiki_theme_hlb}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-Theme-HLB-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog kwiki:Kwiki-Theme-TabNav = {
|
|
|
+ version = %{V_kwiki_theme_tabnav}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-Theme-TabNav-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -429,6 +464,11 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 43
|
|
|
%setup -q -T -D -a 44
|
|
|
%setup -q -T -D -a 45
|
|
|
+ %setup -q -T -D -a 46
|
|
|
+ %setup -q -T -D -a 47
|
|
|
+ %setup -q -T -D -a 48
|
|
|
+ %setup -q -T -D -a 49
|
|
|
+ %setup -q -T -D -a 50
|
|
|
sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
|
|
|
|
|
|
%build
|
|
|
@@ -484,6 +524,11 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE43} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE44} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE45} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE47} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE48} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE49} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE50} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
|
|
|
|
|
|
# install Apache configuration
|