]> git.pld-linux.org Git - packages/dokuwiki-tpl-multitemplate.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Aug 2007 15:50:40 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-tpl-multitemplate.spec -> 1.1

dokuwiki-tpl-multitemplate.spec [new file with mode: 0644]

diff --git a/dokuwiki-tpl-multitemplate.spec b/dokuwiki-tpl-multitemplate.spec
new file mode 100644 (file)
index 0000000..8df1a6e
--- /dev/null
@@ -0,0 +1,37 @@
+%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}
This page took 0.085663 seconds and 4 git commands to generate.