]> git.pld-linux.org Git - packages/wordpress.git/commitdiff
- use MagpieRSS 0.8a from feedwordpress plugin
authorpawelz <pawelz@pld-linux.org>
Wed, 7 Apr 2010 11:34:41 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    wordpress.spec -> 1.56

wordpress.spec

index ea92969a08490e1e0960e0ffd1cc879b768a6f56..5a49e40ecb333d051046f56ffa48fe4c48252002 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Personal publishing system
 Summary(pl.UTF-8):     Osobisty system publikacji
 Name:          wordpress
 Version:       2.9.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Publishing
 Source0:       http://wordpress.org/%{name}-%{version}.tar.gz
@@ -18,6 +18,9 @@ Source6:      http://svn.automattic.com/wordpress-i18n/et/tags/2.9/messages/et.mo
 # Source6-md5: 7a3e3008c58a56e1c8777a9a1b404787
 Source7:       http://svn.automattic.com/wordpress-i18n/pl_PL/tags/2.9/messages/pl_PL.mo
 # Source7-md5: a68aba62c7301da37ad0e05c1a5ca143
+# MagpieRSS upgrade (version 0.8a) from feedwordpress plugin: http://feedwordpress.radgeek.com/
+Source10:      rss.php
+Source11:      rss-functions.php
 Patch0:                %{name}.patch
 URL:           http://wordpress.org/
 BuildRequires: rpm-build-macros >= 1.553
@@ -77,6 +80,10 @@ pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
 cp %{SOURCE3} .
 rm -f license.txt
 
+# Install new MagpieRSS
+cp %{SOURCE10} wp-includes/rss.php
+cp %{SOURCE11} wp-includes/rss-functions.php
+
 find '(' -name '*.php' -o -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %undos
 find -name '*.orig' | xargs rm
 
This page took 0.039479 seconds and 4 git commands to generate.