|
|
@@ -24,11 +24,11 @@
|
|
|
# package versions
|
|
|
%define V_wordpress 2.5.1
|
|
|
%define V_plugin_dbmanager 220
|
|
|
-%define V_plugin_pagenavi 220
|
|
|
+%define V_plugin_pagenavi 2.30
|
|
|
%define V_plugin_polls 230b2
|
|
|
%define V_plugin_postviews 120
|
|
|
%define V_plugin_print 230b2
|
|
|
-%define V_plugin_relativedate 120
|
|
|
+%define V_plugin_relativedate 1.30
|
|
|
%define V_plugin_ban 120
|
|
|
%define V_plugin_ela 0.10
|
|
|
%define V_plugin_stats 1.2.1
|
|
|
@@ -46,7 +46,7 @@ Class: PLUS
|
|
|
Group: CMS
|
|
|
License: GPL
|
|
|
Version: %{V_wordpress}
|
|
|
-Release: 20080505
|
|
|
+Release: 20080513
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
|
|
|
@@ -55,11 +55,11 @@ Source2: wordpress-setup.sh
|
|
|
Source3: wordpress-cron.sh
|
|
|
Source4: rc.wordpress
|
|
|
Source10: http://lesterchan.net/others/downloads/wp-dbmanager%{V_plugin_dbmanager}.zip
|
|
|
-Source11: http://lesterchan.net/others/downloads/wp-pagenavi%{V_plugin_pagenavi}.zip
|
|
|
+Source11: http://downloads.wordpress.org/plugin/wp-pagenavi.%{V_plugin_pagenavi}.zip
|
|
|
Source12: http://lesterchan.net/others/downloads/wp-polls%{V_plugin_polls}.zip
|
|
|
Source13: http://lesterchan.net/others/downloads/wp-postviews%{V_plugin_postviews}.zip
|
|
|
Source14: http://lesterchan.net/others/downloads/wp-print%{V_plugin_print}.zip
|
|
|
-Source15: http://lesterchan.net/others/downloads/wp-relativedate%{V_plugin_relativedate}.zip
|
|
|
+Source15: http://downloads.wordpress.org/plugin/wp-relativedate.%{V_plugin_relativedate}.zip
|
|
|
Source16: http://lesterchan.net/others/downloads/wp-ban%{V_plugin_ban}.zip
|
|
|
Source17: http://www.sonsofskadi.net/wp-content/upload/af-extended-live-archive-%{V_plugin_ela}.zip
|
|
|
Source18: http://downloads.wordpress.org/plugin/stats.%{V_plugin_stats}.zip
|
|
|
@@ -203,11 +203,11 @@ AutoReqProv: no
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/backup-db \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/dbmanager \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/pagenavi \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-pagenavi \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/polls \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/postviews \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/print \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/relativedate \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-relativedate \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/ban \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/af-extended-live-archive \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/stats \
|
|
|
@@ -215,16 +215,16 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/hashcash
|
|
|
cp -rp dbmanager/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/dbmanager/
|
|
|
- cp -rp pagenavi/pagenavi* \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/pagenavi/
|
|
|
+ cp -rp wp-pagenavi/* \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-pagenavi/
|
|
|
cp -rp wp-polls/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/polls/
|
|
|
cp -rp postviews/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/postviews/
|
|
|
cp -rp wp-print/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/print/
|
|
|
- cp -rp relativedate/* \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/relativedate/
|
|
|
+ cp -rp wp-relativedate/* \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-relativedate/
|
|
|
cp -rp ban/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/ban/
|
|
|
cp -rp af-extended-live-archive/* \
|