packages: wpmu-plugin-global-search/wpmu-plugin-global-search.spec (NEW) - new

glen glen at pld-linux.org
Wed May 12 15:16:41 CEST 2010


Author: glen                         Date: Wed May 12 13:16:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/wpmu-plugin-global-search:
   wpmu-plugin-global-search.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wpmu-plugin-global-search/wpmu-plugin-global-search.spec
diff -u /dev/null packages/wpmu-plugin-global-search/wpmu-plugin-global-search.spec:1.1
--- /dev/null	Wed May 12 15:16:42 2010
+++ packages/wpmu-plugin-global-search/wpmu-plugin-global-search.spec	Wed May 12 15:16:36 2010
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define		plugin	global-search
+Summary:	WordPressMU Global Search
+Name:		wpmu-plugin-%{plugin}
+Version:	1.1
+Release:	0.1
+License:	GPL v2+
+Group:		Applications/Publishing
+Source0:	http://downloads.wordpress.org/plugin/wpmu-global-search.zip
+# Source0-md5:	6132d081987834cc72412a7c92ba6853
+URL:		http://wordpress.org/extend/plugins/wpmu-global-search/
+BuildRequires:	rpmbuild(macros) >= 1.553
+BuildRequires:	sed >= 4.0
+Requires:	wpmu >= 2.6
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		wp_root		%{_datadir}/wpmu
+%define		wp_content	%{wp_root}/wp-content
+%define		pluginsdir	%{wp_content}/mu-plugins
+%define		plugindir	%{pluginsdir}/%{plugin}
+%define		_sysconfdir	/etc/webapps/wpmu
+
+%description
+Easily search through all blogs into your WordPress MU posts by post
+title, post content or post author. WPMU Global Search can manage
+multiple contact forms.
+
+%prep
+%setup -qn wpmu-%{plugin}
+%undos readme.txt
+rm -f langs/*.pot langs/*.po
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{plugindir},%{_sysconfdir}}
+cp -a . $RPM_BUILD_ROOT%{plugindir}
+mv $RPM_BUILD_ROOT{%{plugindir},%{pluginsdir}}/wpmu-global-search-loader.php
+rm $RPM_BUILD_ROOT%{plugindir}/readme.txt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%{pluginsdir}/*.php
+%{plugindir}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/12 13:16:36  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list