|
|
@@ -25,9 +25,9 @@
|
|
|
%define V_wordpress 2.5.1
|
|
|
%define V_plugin_dbmanager 220
|
|
|
%define V_plugin_pagenavi 2.30
|
|
|
-%define V_plugin_polls 230b2
|
|
|
+%define V_plugin_polls 2.30
|
|
|
%define V_plugin_postviews 120
|
|
|
-%define V_plugin_print 230b2
|
|
|
+%define V_plugin_print 2.30
|
|
|
%define V_plugin_relativedate 1.30
|
|
|
%define V_plugin_ban 120
|
|
|
%define V_plugin_ela 0.10
|
|
|
@@ -56,9 +56,9 @@ Source3: wordpress-cron.sh
|
|
|
Source4: rc.wordpress
|
|
|
Source10: http://lesterchan.net/others/downloads/wp-dbmanager%{V_plugin_dbmanager}.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
|
|
|
+Source12: http://downloads.wordpress.org/plugin/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
|
|
|
+Source14: http://downloads.wordpress.org/plugin/wp-print.%{V_plugin_print}.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
|
|
|
@@ -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/wp-pagenavi \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/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/wp-relativedate \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/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 \
|
|
|
@@ -216,7 +216,7 @@ AutoReqProv: no
|
|
|
cp -rp dbmanager/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/dbmanager/
|
|
|
cp -rp wp-pagenavi/* \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-pagenavi/
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/pagenavi/
|
|
|
cp -rp wp-polls/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/polls/
|
|
|
cp -rp postviews/* \
|
|
|
@@ -224,7 +224,7 @@ AutoReqProv: no
|
|
|
cp -rp wp-print/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/print/
|
|
|
cp -rp wp-relativedate/* \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/wp-relativedate/
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/relativedate/
|
|
|
cp -rp ban/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/wordpress/wp-content/plugins/ban/
|
|
|
cp -rp af-extended-live-archive/* \
|