From: ciesiel Date: Sat, 8 Oct 2005 17:14:17 +0000 (+0000) Subject: - fixed some products of Plone X-Git-Tag: auto/ac/Zope-CMFPlone-2_1-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2FZope-CMFPlone.git;a=commitdiff_plain;h=094c55480d8a8fd7ed182288037e6c240981185a - fixed some products of Plone Changed files: Zope-CMFPlone.spec -> 1.45 --- diff --git a/Zope-CMFPlone.spec b/Zope-CMFPlone.spec index 2786487..4db4da5 100644 --- a/Zope-CMFPlone.spec +++ b/Zope-CMFPlone.spec @@ -4,7 +4,7 @@ Summary: Free and open source Content Management System based on Zope and CMF Summary(pl): Darmowy i otwarty system zarz±dzania tre¶ci± oparty na Zope i CMF Name: Zope-%{zope_subname} Version: 2.1 -Release: 1 +Release: 2 License: Zope Public License (ZPL), GPL Group: Networking/Daemons Source0: http://dl.sourceforge.net/plone/Plone-%{version}.tar.gz @@ -82,10 +82,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/docs rm -rf $RPM_BUILD_ROOT %post -for p in ATContentTypes ATReferenceBrowserWidget CMFFormController CMFPlone ExtendedPathIndex PloneErrorReporting; do +for p in ATContentTypes ATReferenceBrowserWidget CMFDynamicViewFTI CMFFormController CMFPlone ExtendedPathIndex; do /usr/sbin/installzopeproduct %{_datadir}/%{name}/$p done -for p in PloneTranslations ResourceRegisteries SecureMailHost; do +for p in PloneErrorReporting PloneTranslations ResourceRegistries SecureMailHost; do /usr/sbin/installzopeproduct %{_datadir}/%{name}/$p done @@ -95,10 +95,10 @@ fi %postun if [ "$1" = "0" ]; then - for p in ATContentTypes ATReferenceBrowserWidget CMFFormController CMFPlone ExtendedPathIndex PloneErrorReporting; do + for p in ATContentTypes ATReferenceBrowserWidget CMFDynamicViewFTI CMFFormController CMFPlone ExtendedPathIndex; do /usr/sbin/installzopeproduct -d $p done - for p in PloneTranslations ResourceRegisteries SecureMailHost; do + for p in PloneErrorReporting PloneTranslations ResourceRegistries SecureMailHost; do /usr/sbin/installzopeproduct -d $p done if [ -f /var/lock/subsys/zope ]; then