]> git.pld-linux.org Git - packages/Zope-CPSSkinsTutorial.git/blobdiff - Zope-CPSSkinsTutorial.spec
- spaces->tabs
[packages/Zope-CPSSkinsTutorial.git] / Zope-CPSSkinsTutorial.spec
index 853f1b0ed5bfe3c5e23308525e2a35b5110934fe..d375fdad10465263fddf4c23521bf7b23097f43e 100644 (file)
@@ -1,4 +1,3 @@
-%include       /usr/lib/rpm/macros.python
 %define                zope_subname    CPSSkinsTutorial
 Summary:       Tutorial for CPSSkins
 Summary(pl):   Samouczek dla CPSSkins
@@ -31,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 cp -af Products/%{zope_subname}/{Extensions,i18n,skins,*.py,version.txt,refresh.txt} \
-    $RPM_BUILD_ROOT%{_datadir}/%{name}
+       $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -49,10 +48,10 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-        /usr/sbin/installzopeproduct -d %{zope_subname}
-        if [ -f /var/lock/subsys/zope ]; then
-                /etc/rc.d/init.d/zope restart >&2
-        fi
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       if [ -f /var/lock/subsys/zope ]; then
+       /etc/rc.d/init.d/zope restart >&2
+       fi
 fi
 
 %files
This page took 0.061713 seconds and 4 git commands to generate.