SPECS: dokuwiki-tpl-multitemplate.spec - simple INSTALL file
glen
glen at pld-linux.org
Wed Aug 29 18:14:23 CEST 2007
Author: glen Date: Wed Aug 29 16:14:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- simple INSTALL file
---- Files affected:
SPECS:
dokuwiki-tpl-multitemplate.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/dokuwiki-tpl-multitemplate.spec
diff -u SPECS/dokuwiki-tpl-multitemplate.spec:1.2 SPECS/dokuwiki-tpl-multitemplate.spec:1.3
--- SPECS/dokuwiki-tpl-multitemplate.spec:1.2 Wed Aug 29 17:52:48 2007
+++ SPECS/dokuwiki-tpl-multitemplate.spec Wed Aug 29 18:14:18 2007
@@ -4,7 +4,7 @@
Summary: Multitemplate for DokuWiki
Name: dokuwiki-tpl-multitemplate
Version: %{_ver}
-Release: 0.2
+Release: 0.3
License: GPL v2
Group: Applications/WWW
Source0: http://tatewake.com/wiki/_media/projects:multitemplate-%{_snap}.zip
@@ -25,16 +25,29 @@
%prep
%setup -q -n %{_tpl}
+cat > INSTALL <<'EOF'
+To activate this template add something like this to your conf/local.php file:
+
+$multitemplate['playground'] = 'default';
+$multitemplate[''] = 'monobook';
+
+and
+$conf['template'] = 'multitemplate';
+
+EOF
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_tpldir}
cp -a . $RPM_BUILD_ROOT%{_tpldir}
+rm -f $RPM_BUILD_ROOT%{_tpldir}/INSTALL
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc INSTALL
%{_tpldir}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -43,6 +56,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/08/29 16:14:18 glen
+- simple INSTALL file
+
Revision 1.2 2007/08/29 15:52:48 glen
- use sed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-multitemplate.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list