SPECS: dokuwiki-plugin-searchindex.spec (NEW) - new

glen glen at pld-linux.org
Tue Nov 20 00:02:27 CET 2007


Author: glen                         Date: Mon Nov 19 23:02:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   dokuwiki-plugin-searchindex.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dokuwiki-plugin-searchindex.spec
diff -u /dev/null SPECS/dokuwiki-plugin-searchindex.spec:1.1
--- /dev/null	Tue Nov 20 00:02:27 2007
+++ SPECS/dokuwiki-plugin-searchindex.spec	Tue Nov 20 00:02:22 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define		_plugin		searchindex
+Summary:	Dokuwiki Searchindex Manager
+Name:		dokuwiki-plugin-%{_plugin}
+Version:	20050904
+Release:	0.1
+License:	GPL v2
+Group:		Applications/WWW
+Source0:	http://wiki.splitbrain.org/_media/plugin:searchindex-plugin-2005-09-04.tgz
+# Source0-md5:	e572e94f5842a23f7514ebb8cda1514b
+URL:		http://wiki.splitbrain.org/plugin:searchindex
+Requires:	dokuwiki >= 20061106
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_dokudir	/usr/share/dokuwiki
+%define		_plugindir	%{_dokudir}/lib/plugins/%{_plugin}
+
+%description
+This admin plugin allows you to rebuild the index used by the fulltext
+search. This isn't needed generally as the index builds and updates
+itself while users browse your wiki. However if you just upgraded,
+added or removed a lot of files it may be a good idea to cleanup the
+index.
+
+This Plugin needs a recent Browser as it makes use of modern
+JavaScript to carry out multiple tasks in the background (using AJAX).
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+cp -a . $RPM_BUILD_ROOT%{_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_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  2007-11-19 23:02:22  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list