SPECS: dokuwiki-tpl-multitemplate.spec (NEW) - new
glen
glen at pld-linux.org
Wed Aug 29 17:50:45 CEST 2007
Author: glen Date: Wed Aug 29 15:50:45 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
dokuwiki-tpl-multitemplate.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dokuwiki-tpl-multitemplate.spec
diff -u /dev/null SPECS/dokuwiki-tpl-multitemplate.spec:1.1
--- /dev/null Wed Aug 29 17:50:45 2007
+++ SPECS/dokuwiki-tpl-multitemplate.spec Wed Aug 29 17:50:40 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+%define _snap 01022007
+%define _ver %(y=$(echo %{_snap} | cut -c5-8); m=$(echo %{_snap} | cut -c1-2); d=$(echo %{_snap} | cut -c3-4); echo $y$m$d)
+Summary: Multitemplate for DokuWiki
+Name: dokuwiki-tpl-multitemplate
+Version: %{_ver}
+Release: 0.1
+License: GPL v2
+Group: Applications/WWW
+Source0: http://tatewake.com/wiki/_media/projects:multitemplate-%{_snap}.zip
+# Source0-md5: b1d36f8b69439c8e0c67703fa0425238
+URL: http://tatewake.com/wiki/projects:multitemplate_for_dokuwiki
+Requires: dokuwiki
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _dokudir /usr/share/dokuwiki
+%define _tpldir %{_dokudir}/lib/tpl/%{_tpl}
+%define _tpl multitemplate
+
+%description
+This template allows you to use any templates you wish for any
+namespace (or page) you wish.
+
+%prep
+%setup -q -n %{_tpl}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_tpldir}
+cp -a . $RPM_BUILD_ROOT%{_tpldir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_tpldir}
+
+%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/08/29 15:50:40 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list