]> git.pld-linux.org Git - packages/dokuwiki-plugin-searchindex.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Nov 2007 23:02:22 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-plugin-searchindex.spec -> 1.1

dokuwiki-plugin-searchindex.spec [new file with mode: 0644]

diff --git a/dokuwiki-plugin-searchindex.spec b/dokuwiki-plugin-searchindex.spec
new file mode 100644 (file)
index 0000000..38fedd4
--- /dev/null
@@ -0,0 +1,41 @@
+%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}
This page took 0.092554 seconds and 4 git commands to generate.