]> git.pld-linux.org Git - packages/Zope-TimerService.git/commitdiff
- changes %post section
authorciesiel <ciesiel@pld-linux.org>
Mon, 13 Sep 2004 20:02:06 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed ln
- cleanup

Changed files:
    Zope-TimerService.spec -> 1.4

Zope-TimerService.spec

index 7dcef5e562afd4e48472644287b3945b38dcb6f0..daeb8d4029fef1ba21298303f63b7ecbf2a1cc34 100644 (file)
@@ -1,4 +1,4 @@
-# WARNING: not working propertly - Zope 2.7 not started 
+# WARNING: Need test! 
 #
 %define                zope_subname    TimerService
 %define                module timerserver
@@ -6,7 +6,7 @@ Summary:        Support module for Zope-Scheduler
 Summary(pl):   Modu³ wspomagaj±cy dla Zope-Scheduler
 Name:          Zope-%{zope_subname}
 Version:       0.2
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://dev.legco.biz/downloads/%{zope_subname}-%{version}.tar.gz
@@ -33,6 +33,7 @@ Modu
 CFLAGS="%{rpmcflags}"
 export CFLAGS
 cd %{zope_subname}/timerserver
+rm -rf .#*
 python setup.py build_ext
 
 %install
@@ -64,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
 
-ln -s %{py_sitedir}/%{module} /usr/lib/zope/lib/python/timerserver
+ln -s %{py_sitedir}/%{module} /usr/lib/zope/lib/python/timerserver
 
 echo "%import timerserver" >> /etc/zope/main/zope.conf
 echo "<timer-server>" >> /etc/zope/main/zope.conf
This page took 0.053446 seconds and 4 git commands to generate.