From 6ac84f0b10a00e581c0c38c5d33c1b9cea29a107 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 19 Aug 2005 10:55:01 +0000 Subject: [PATCH] - unify Changed files: drupal-themeengine-wgsmarty.spec -> 1.2 --- drupal-themeengine-wgsmarty.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drupal-themeengine-wgsmarty.spec b/drupal-themeengine-wgsmarty.spec index 3411e4f..1a81ef4 100644 --- a/drupal-themeengine-wgsmarty.spec +++ b/drupal-themeengine-wgsmarty.spec @@ -1,6 +1,6 @@ -%define modname wgsmarty +%define engine wgsmarty Summary: Drupal wgSmarty theme engine -Name: drupal-themeengine-%{modname} +Name: drupal-themeengine-%{engine} Version: 4.6.001 Release: 0.2 Epoch: 0 @@ -35,21 +35,21 @@ Disadvantages it will still be poorly supported in comparison with PHPTemplate %prep -%setup -q -n %{modname} +%setup -q -n %{engine} %patch0 -p1 rm -f LICENSE.txt # GPL v2 %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_enginedir}/%{modname},%{_cachedir}/%{modname}} +install -d $RPM_BUILD_ROOT{%{_enginedir}/%{engine},%{_cachedir}/%{engine}} -install *.engine *.php $RPM_BUILD_ROOT%{_enginedir}/%{modname} -cp -a plugins templates $RPM_BUILD_ROOT%{_enginedir}/%{modname} +install *.engine *.php $RPM_BUILD_ROOT%{_enginedir}/%{engine} +cp -a plugins templates $RPM_BUILD_ROOT%{_enginedir}/%{engine} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%{_enginedir}/%{modname} -%dir %attr(775,root,http) %{_cachedir}/%{modname} +%{_enginedir}/%{engine} +%dir %attr(775,root,http) %{_cachedir}/%{engine} -- 2.44.0