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

glen glen at pld-linux.org
Wed Aug 27 12:24:30 CEST 2008


Author: glen                         Date: Wed Aug 27 10:24:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-  new

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

---- Diffs:

================================================================
Index: SPECS/dokuwiki-plugin-tag.spec
diff -u /dev/null SPECS/dokuwiki-plugin-tag.spec:1.1
--- /dev/null	Wed Aug 27 12:24:30 2008
+++ SPECS/dokuwiki-plugin-tag.spec	Wed Aug 27 12:24:24 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define		plugin		tag
+Summary:	DokuWiki Tag Plugin
+Name:		dokuwiki-plugin-%{plugin}
+Version:	20080707
+Release:	1
+License:	GPL v2
+Group:		Applications/WWW
+Source0:	http://www.chimeric.de/_src/plugin-tag.tgz
+# Source0-md5:	6f9bc7915fc273a161c093ce525f0abc
+Source1:	dokuwiki-find-lang.sh
+URL:		http://www.dokuwiki.org/plugin:tag
+Requires:	dokuwiki >= 20070626
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		dokudir		/usr/share/dokuwiki
+%define		plugindir	%{dokudir}/lib/plugins/%{plugin}
+
+%description
+The Tag Plugin lets you assign category tags to wiki pages. It will
+display a list of links to the tag pages in the tag namespace
+specified in the configuration.
+
+%prep
+%setup -q -n %{plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{plugindir}
+cp -a . $RPM_BUILD_ROOT%{plugindir}
+rm -f $RPM_BUILD_ROOT%{plugindir}/{COPYING,README,VERSION}
+
+# find locales
+sh %{SOURCE1} %{name}.lang
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README VERSION
+%dir %{plugindir}
+%{plugindir}/*.php
+%{plugindir}/*.css
+%{plugindir}/*.js
+%{plugindir}/conf
+%{plugindir}/images
+%{plugindir}/syntax
+
+%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  2008/08/27 10:24:24  glen
+-  new
================================================================


More information about the pld-cvs-commit mailing list