Author: glen                         Date: Wed May 12 09:34:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/wpmu-plugin-new-blog-defaults:
   wpmu-plugin-new-blog-defaults.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wpmu-plugin-new-blog-defaults/wpmu-plugin-new-blog-defaults.spec
diff -u /dev/null 
packages/wpmu-plugin-new-blog-defaults/wpmu-plugin-new-blog-defaults.spec:1.1
--- /dev/null   Wed May 12 11:34:01 2010
+++ packages/wpmu-plugin-new-blog-defaults/wpmu-plugin-new-blog-defaults.spec   
Wed May 12 11:33:55 2010
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+%define                package wpmu
+%define                plugin  new-blog-defaults
+Summary:       WordPressMU plugin to set the defaults for all new blogs 
created on server
+Name:          wpmu-plugin-%{plugin}
+Version:       1.5.2
+Release:       0.1
+License:       GPL v2+
+Group:         Applications/Publishing
+Source0:       http://downloads.wordpress.org/plugin/wpmu-new-blog-defaults.zip
+# Source0-md5: c0a51c79f957d60ec648578685dbafd2
+URL:           http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
+BuildRequires: rpmbuild(macros) >= 1.553
+BuildRequires: sed >= 4.0
+Requires:      wpmu >= 2.9.1.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                pkgdir          %{_datadir}/wpmu
+%define                wp_root         %{pkgdir}
+%define                wp_content      %{wp_root}/wp-content
+%define                pluginsdir      %{wp_content}/mu-plugins
+%define                _sysconfdir     /etc/webapps/wpmu
+
+%define                _svnserver      svn+ssh://svn.delfi.net
+%define                _svnroot        %{_svnserver}%{_svnprefix}
+%define                _svnprefix      /wpmu/mu-plugins/%{plugin}
+%define                _svnpath        trunk
+
+%description
+This plugin does the following:
+
+Adds a new submenu to the site admin screen called "New Blog
+Defaults".
+
+Allows the site administrator to visual set defaults for each of the
+major blog sections:
+- General Settings
+- Writing Settings
+- Reading Settings
+- Discussion Settings
+- Privacty Settings
+- Permalinks
+- Miscellaneous Settings
+- Theme
+- Bonus Settings
+
+%prep
+%setup -qn wpmu-%{plugin}
+%undos readme.txt
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{wp_content},%{pluginsdir},%{_sysconfdir}}
+cp -a cets_blog_defaults.php $RPM_BUILD_ROOT%{pluginsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%{pluginsdir}/*.php
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/12 09:33:55  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to