packages: wordpress-plugins/wordpress-plugins.spec - wordpress-plugin-feedw...

pawelz pawelz at pld-linux.org
Wed Apr 7 13:57:12 CEST 2010


Author: pawelz                       Date: Wed Apr  7 11:57:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- wordpress-plugin-feedwordpress
- do not provide %{pluginsdir}
- let's call it version 1.6

---- Files affected:
packages/wordpress-plugins:
   wordpress-plugins.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/wordpress-plugins/wordpress-plugins.spec
diff -u packages/wordpress-plugins/wordpress-plugins.spec:1.9 packages/wordpress-plugins/wordpress-plugins.spec:1.10
--- packages/wordpress-plugins/wordpress-plugins.spec:1.9	Wed Apr  7 12:45:13 2010
+++ packages/wordpress-plugins/wordpress-plugins.spec	Wed Apr  7 13:57:07 2010
@@ -2,8 +2,8 @@
 Summary:	Plugins for the WordPress personal publishing system
 Summary(pl.UTF-8):	Wtyczki dla osobistego systemu publikacji WordPress
 Name:		wordpress-plugins
-Version:	1.5
-Release:	3
+Version:	1.6
+Release:	1
 License:	GPL or MIT or Free
 Group:		Applications/Publishing
 Source0:	http://ink.bur.st/wp-content/downloads/kca.phps
@@ -14,6 +14,8 @@
 # Source2-md5:	6c6812e81adc1cc7320a8d5674b7dfb4
 Source3:	http://www.coldforged.org/paged_comment_editing.zip
 # Source3-md5:	86452bfd4369877f3faea8639e457326
+Source4:	http://downloads.wordpress.org/plugin/feedwordpress.2010.0127.zip
+# Source4-md5:	d84349218f3f067030b5c148bc108ff1
 URL:		http://codex.wordpress.org/Plugins
 BuildRequires:	rpm-build-macros >= 1.553
 Requires:	wordpress = %{version}
@@ -124,8 +126,8 @@
 the following capabilities:
 
 - paging through all of comments in the comment administration
-  interface, including arbitrary numbers of posts per page as well
-  as paging of comment searching
+  interface, including arbitrary numbers of posts per page as well as
+  paging of comment searching
 
 - viewing invisible comments (e.g. marked as invisible by filters)
 
@@ -141,12 +143,37 @@
 - oglądanie niewidocznych komentarzy (np. zaznaczonych jako
   niewidoczne przez filtry)
 
+%package -n wordpress-plugin-feedwordpress
+Summary:	Atom/RSS aggregator for the WordPress
+Summary(pl.UTF-8):	Agregator Atom/RSS dla WordPress
+Version:	2009.0707
+License:	GPL
+Group:		Applications/Publishing
+URL:		http://feedwordpress.radgeek.com/
+# Requires wordpress with new MagpieRSS
+Requires:	wordpress >= 2.9.2-2
+Provides:	wordpress-plugin
+Obsoletes:	wordpress-plugins
+
+%description -n wordpress-plugin-feedwordpress
+FeedWordPress is an Atom/RSS aggregator for the WordPress weblog
+software. It syndicates content from feeds that you choose into your
+WordPress weblog; if you syndicate several feeds you can use
+WordPress's posts database and templating engine as the back-end of an
+aggregator (planet) website. It was originally developed because I
+needed a more flexible replacement for Planet to use at Feminist
+Blogs.
+
 %prep
 %setup -q -c -T
 cp %{SOURCE0} .
 tar xvzf %{SOURCE1}
 unzip -qq %{SOURCE2}
 unzip -qq %{SOURCE3}
+unzip -qq %{SOURCE4}
+
+# don't install these files. They are provided by wordpress package.
+rm -rf feedwordpress/MagpieRSS-upgrade
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -163,29 +190,30 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(640,root,http,750)
-%dir %{pluginsdir}
-%verify(not md5 mtime size) %{pluginsdir}/*
+%defattr(644,root,root,755)
+%verify(not md5 mtime size) %attr(640,http,http) %{pluginsdir}/*
 
 %files -n wordpress-plugin-khanhs_content_adder
-%defattr(644,root,http,750)
-%dir %{pluginsdir}
-%verify(not md5 mtime size) %{pluginsdir}/kca.php
+%defattr(644,root,root,755)
+%verify(not md5 mtime size) %attr(640,http,http) %{pluginsdir}/kca.php
 
 %files -n wordpress-plugin-excerpt_preview
-%defattr(644,root,http,750)
-%dir %{pluginsdir}
-%verify(not md5 mtime size) %{pluginsdir}/previewexcerpt.php
+%defattr(644,root,root,755)
+%verify(not md5 mtime size) %attr(640,http,http) %{pluginsdir}/previewexcerpt.php
 
 %files -n wordpress-plugin-next_to_last
-%defattr(644,root,http,750)
-%dir %{pluginsdir}
-%verify(not md5 mtime size) %{pluginsdir}/next-to-last.php
+%defattr(644,root,root,755)
+%verify(not md5 mtime size) %attr(640,http,http) %{pluginsdir}/next-to-last.php
 
 %files -n wordpress-plugin-paged_comment_editing
-%defattr(644,root,http,750)
-%dir %{pluginsdir}
-%verify(not md5 mtime size) %{pluginsdir}/edit-comments-full.php
+%defattr(644,root,root,755)
+%verify(not md5 mtime size) %%attr(640,http,http) {pluginsdir}/edit-comments-full.php
+
+%files -n wordpress-plugin-feedwordpress
+%defattr(644,root,root,755)
+%doc feedwordpress/readme.txt feedwordpress/ChangeLog.text
+%dir %attr(750,http,http) %{pluginsdir}/feedwordpress
+%verify(not md5 mtime size) %attr(640,http,http) %{pluginsdir}/feedwordpress/*.p??
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -193,6 +221,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2010/04/07 11:57:07  pawelz
+- wordpress-plugin-feedwordpress
+- do not provide %{pluginsdir}
+- let's call it version 1.6
+
 Revision 1.9  2010/04/07 10:45:13  pawelz
 - use %undos macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wordpress-plugins/wordpress-plugins.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list