From 06f093f70f6c431c4c860dd8c98a54cc24f99b74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 8 May 2008 12:12:22 +0000 Subject: [PATCH] - unify Changed files: dokuwiki-tpl-multitemplate.spec -> 1.7 --- dokuwiki-tpl-multitemplate.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dokuwiki-tpl-multitemplate.spec b/dokuwiki-tpl-multitemplate.spec index 26f063a..82d73ec 100644 --- a/dokuwiki-tpl-multitemplate.spec +++ b/dokuwiki-tpl-multitemplate.spec @@ -1,6 +1,6 @@ %define _snap 01022007 %define _ver %(echo %{_snap} | sed -e 's,\\(..\\)\\(..\\)\\(....\\),\\3\\1\\2,') -%define _tpl multitemplate +%define tpl multitemplate Summary: Multitemplate for DokuWiki Summary(pl.UTF-8): Wielokrotne szablony dla DokuWiki Name: dokuwiki-tpl-multitemplate @@ -15,8 +15,8 @@ Requires: dokuwiki BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _dokudir /usr/share/dokuwiki -%define _tpldir %{_dokudir}/lib/tpl/%{_tpl} +%define dokudir /usr/share/dokuwiki +%define tpldir %{dokudir}/lib/tpl/%{tpl} %description This template allows you to use any templates you wish for any @@ -27,12 +27,12 @@ Ten szablon pozwala na używanie dowolnie wybranych szablonów dla dowolnej przestrzeni nazw (lub strony). %prep -%setup -q -n %{_tpl} +%setup -q -n %{tpl} cat > INSTALL <<'EOF' To activate this template add something like this to your conf/local.php file: -$conf['template'] = '%{_tpl}'; +$conf['template'] = '%{tpl}'; and configure defaults: $multitemplate['playground'] = 'default'; @@ -42,9 +42,9 @@ 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 +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 @@ -52,4 +52,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc INSTALL -%{_tpldir} +%{tpldir} -- 2.44.0