[wordpress-plugin-defaults] supporting changes in the new wordpress

Clint Savage herlo at fedoraproject.org
Wed Jan 19 00:53:08 UTC 2011


commit 48b103b46c10fe388b786d33d1f51d333dd86b70
Author: Clint Savage <herlo1 at gmail.com>
Date:   Tue Jan 18 17:52:46 2011 -0700

    supporting changes in the new wordpress

 .gitignore                     |    1 +
 sources                        |    1 +
 wordpress-plugin-defaults.spec |   57 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0ed5bf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wpmu-new-blog-defaults.zip
diff --git a/sources b/sources
index e69de29..fef17a6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cf0a4cf070c998f78d03cef43f5fb30e  wpmu-new-blog-defaults.zip
diff --git a/wordpress-plugin-defaults.spec b/wordpress-plugin-defaults.spec
new file mode 100644
index 0000000..65f5527
--- /dev/null
+++ b/wordpress-plugin-defaults.spec
@@ -0,0 +1,57 @@
+%global plugin_name defaults 
+%global plugin_human_name Wordpress blog defaults
+
+Name:		wordpress-plugin-%{plugin_name}
+# This does not come from wordpress.org, so I made my own plugin_name and plugin_human_name
+# I spoke to ianweller about this and he said just to comment the spec file
+Version:	2.1
+Release:	1%{?dist}
+Summary:	%{plugin_human_name} plugin for WordPress
+
+Group:		Applications/Publishing
+License:	GPLv2+
+URL:		http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
+Source0:	http://downloads.wordpress.org/plugin/wpmu-new-blog-defaults.zip
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Requires:	wordpress
+Obsoletes:  wordpress-mu-plugin-defaults < 1.2.3-5
+BuildArch:	noarch
+
+%description
+
+This package allows you to set various defaults to automatically
+apply to new blogs, such as the default theme, etc.
+
+This package is built for use with WordPress
+
+%prep
+%setup -q -c
+
+%build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/
+cp -a wpmu-new-blog-defaults/cets_blog_defaults.php %{buildroot}%{_datadir}/wordpress/wp-content/plugins/
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/wordpress/wp-content/plugins/cets_blog_defaults.php
+%doc wpmu-new-blog-defaults/readme.txt
+
+%changelog
+* Sat Dec 25 2010 Clint Savage - 2.1-1
+- Changing from wordpress-mu to wordpress per all-in-one wordpress after wp3.0
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Wed Jul 1 2009 Nick Bebout <nb at fedoraproject.org> - 1.2.3-3
+- Adding changelog entry because 1.2.3-2 was missing one
+* Wed Jul 1 2009 Nick Bebout <nb at fedoraproject.org> - 1.2.3-2
+- Fixing description
+* Sun Jun 21 2009 Nick Bebout <nb at fedoraproject.org> - 1.2.3-1
+- Initial Fedora package for this plugin based on 1.2.3 of upstream
+


More information about the scm-commits mailing list