]> git.pld-linux.org Git - packages/dokuwiki-tpl-sidebar.git/commitdiff
- unified
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 7 Sep 2007 09:26:17 +0000 (09:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-tpl-sidebar.spec -> 1.3

dokuwiki-tpl-sidebar.spec

index 71ea5ad2e9790412018b299f6dce8ea9f2e52f57..513a4ff31f7064fa549b88b868b2d09969a94970 100644 (file)
@@ -1,5 +1,6 @@
 %define                _snap   2007-03-12
 %define                _ver    %(echo %{_snap} | tr -d -)
+%define                _tpl    sidebar
 Summary:       Sidebar navigation with DokuWiki
 Summary(pl.UTF-8):     Nawigacja po sidebarze przy użyciu DokuWiki
 Name:          dokuwiki-tpl-sidebar
@@ -16,7 +17,6 @@ BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _dokudir        /usr/share/dokuwiki
-%define                _tpl            sidebar
 %define                _tpldir         %{_dokudir}/lib/tpl/%{_tpl}
 
 %description
@@ -36,10 +36,10 @@ na ile to możliwe.
 %setup -q -n %{_tpl}
 
 cat > INSTALL <<'EOF'
-To activate this template add the following to your conf/local.php file: 
-$conf['template']    = 'sidebar';
+To activate this template add the following to your conf/local.php file:
+$conf['template']    = '%{_tpl}';
 
-If you want a tagline, you can define it as follows: 
+If you want a tagline, you can define it as follows:
 $conf['tagline']    = 'Your own tagline';
 EOF
 
This page took 0.078564 seconds and 4 git commands to generate.