]> git.pld-linux.org Git - packages/Zope-Silva.git/commitdiff
- fixed installproduct loop PLONE1
authorciesiel <ciesiel@pld-linux.org>
Mon, 24 Nov 2003 17:19:38 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Silva.spec -> 1.4

Zope-Silva.spec

index 2086223cc481bd3a6178cf6cfa480f3305bee85d..7bdc54b0b9ad23f8973b83b902d4c14824c23628 100644 (file)
@@ -4,7 +4,7 @@ Summary:        A Zope-based web application
 Summary(pl):   Aplikacja dla stron WWW oparta na Zope
 Name:          Zope-%{zope_subname}
 Version:       0.9.2.5
-Release:       2
+Release:       3
 License:       Distributable
 Group:         Development/Tools
 Source0:       http://zope.org/Members/infrae/%{zope_subname}/%{zope_subname}-%{version}/%{zope_subname}-%{version}-all.tgz
@@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/docs
 rm -rf $RPM_BUILD_ROOT
 
 %post
-for p in Annotations FileSystemSite ParsedXML ProxyIndex SilvaMetadata XMLWidgets ; do
+for p in Annotations FileSystemSite ParsedXML ProxyIndex Silva SilvaMetadata XMLWidgets ; do
     /usr/sbin/installzopeproduct %{_datadir}/%{name}/$p
 done
 if [ -f /var/lock/subsys/zope ]; then
@@ -67,7 +67,7 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-    for p in Annotations FileSystemSite ParsedXML ProxyIndex SilvaMetadata XMLWidgets ; do
+    for p in Annotations FileSystemSite ParsedXML ProxyIndex Silva SilvaMetadata XMLWidgets ; do
         /usr/sbin/installzopeproduct -d $p
     done
 fi
This page took 0.084939 seconds and 4 git commands to generate.