|
|
@@ -77,6 +77,7 @@
|
|
|
%define V_kwiki_theme_columnlayout 0.08
|
|
|
%define V_kwiki_theme_hlb 0.01
|
|
|
%define V_kwiki_theme_tabnav 0.01
|
|
|
+%define V_kwiki_theme_bluepole 1.00
|
|
|
%define V_kwiki_foreignlinkglyphs 0.01
|
|
|
%define V_kwiki_backlinks 0.03
|
|
|
%define V_kwiki_fetchrss 0.05
|
|
|
@@ -151,6 +152,7 @@ Source52: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-TabNav-%{V
|
|
|
Source53: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-ForeignLinkGlyphs-%{V_kwiki_foreignlinkglyphs}.tar.gz
|
|
|
Source54: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Backlinks-%{V_kwiki_backlinks}.tar.gz
|
|
|
Source55: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-FetchRSS-%{V_kwiki_fetchrss}.tar.gz
|
|
|
+Source56: http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-Bluepole-%{V_kwiki_theme_bluepole}.tar.gz
|
|
|
Source100: kwiki-apache.conf
|
|
|
Source101: kwiki-plugins.txt
|
|
|
Source102: kwiki-rules.wiki
|
|
|
@@ -454,6 +456,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
regex = Kwiki-FetchRSS-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog kwiki:Kwiki-Bluepole = {
|
|
|
+ version = %{V_kwiki_theme_bluepole}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Kwiki/
|
|
|
+ regex = Kwiki-Theme-Bluepole-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -512,6 +519,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 53
|
|
|
%setup -q -T -D -a 54
|
|
|
%setup -q -T -D -a 55
|
|
|
+ %setup -q -T -D -a 56
|
|
|
sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
|
|
|
|
|
|
%build
|
|
|
@@ -578,6 +586,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE53} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE54} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE55} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE56} configure build install
|
|
|
|
|
|
# manually install OpenPKG Kwiki theme
|
|
|
mkdir Kwiki-Theme-OpenPKG
|