]> git.pld-linux.org Git - packages/drupal-themeengine-wgsmarty.git/commitdiff
- unify
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 10:55:01 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-themeengine-wgsmarty.spec -> 1.2

drupal-themeengine-wgsmarty.spec

index 3411e4fdd53fe8a92e6a6dd584d9a1da226a3ff4..1a81ef49c2cc906bcde6b710e112a09e592403aa 100644 (file)
@@ -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}
This page took 0.089391 seconds and 4 git commands to generate.