rpms/wordpress-mu-plugin-defaults/devel import.log, NONE, 1.1 wordpress-mu-plugin-defaults.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nick Bebout nb at fedoraproject.org
Thu Jul 2 05:12:02 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/wordpress-mu-plugin-defaults/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7950/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log wordpress-mu-plugin-defaults.spec 
Log Message:
Initial Fedora package for this plugin based on 1.2.3 of upstream




--- NEW FILE import.log ---
wordpress-mu-plugin-defaults-1_2_3-3_fc11:HEAD:wordpress-mu-plugin-defaults-1.2.3-3.fc11.src.rpm:1246511432


--- NEW FILE wordpress-mu-plugin-defaults.spec ---
%global plugin_name defaults 
%global plugin_human_name Wordpress MU new blog defaults

Name:		wordpress-mu-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:	1.2.3
Release:	3%{?dist}
Summary:	%{plugin_human_name} plugin for WordPress MU

Group:		Applications/Publishing
License:	GPLv2+
URL:		http://wpmudev.org/project/New-Blog-Defaults
Source0:	http://wpmudev.org/download/503434057_cets_new_blog_defaults.zip
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires:	wordpress-mu
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 MU (wordpress-mu),
not regular WordPress.

%prep
%setup -q -c

%build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/wordpress-mu/wp-content/mu-plugins/
sed -e 's/\r//g' readme.txt > readme.txt.fixed && mv readme.txt.fixed readme.txt
cp -a cets_blog_defaults.php %{buildroot}%{_datadir}/wordpress-mu/wp-content/mu-plugins/

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_datadir}/wordpress-mu/wp-content/mu-plugins/cets_blog_defaults.php
%doc readme.txt

%changelog
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wordpress-mu-plugin-defaults/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Jul 2009 05:01:44 -0000	1.1
+++ .cvsignore	2 Jul 2009 05:11:32 -0000	1.2
@@ -0,0 +1 @@
+503434057_cets_new_blog_defaults.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wordpress-mu-plugin-defaults/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Jul 2009 05:01:44 -0000	1.1
+++ sources	2 Jul 2009 05:11:32 -0000	1.2
@@ -0,0 +1 @@
+b0ecafbc0ccdf226046474aab0d7f7a7  503434057_cets_new_blog_defaults.zip




More information about the fedora-extras-commits mailing list