]> git.pld-linux.org Git - packages/Zope-CMFPlone.git/commitdiff
- removed old *.pyo
authorciesiel <ciesiel@pld-linux.org>
Wed, 3 Dec 2003 16:42:45 +0000 (16:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanning

Changed files:
    Zope-CMFPlone.spec -> 1.16

Zope-CMFPlone.spec

index 7334336bc963b6c66f5841ee3168a5fe66c75ce3..294a082107c17306683b9f78eac620865e7d2b72 100644 (file)
@@ -1,7 +1,4 @@
-#
-# Warning: This version (RC1) make errors on Zope (2.7b3) after AddPloneSite
-# Recommended use stable version of Plone :)
-#
+
 %include       /usr/lib/rpm/macros.python
 %define                zope_subname    CMFPlone
 Summary:       Free and open source Content Management System based on Zope and CMF
 %include       /usr/lib/rpm/macros.python
 %define                zope_subname    CMFPlone
 Summary:       Free and open source Content Management System based on Zope and CMF
@@ -9,7 +6,7 @@ Summary:        Darmowy i otwarty system zarz
 Name:          Zope-%{zope_subname}
 Version:       2.0
 %define                sub_ver RC1 
 Name:          Zope-%{zope_subname}
 Version:       2.0
 %define                sub_ver RC1 
-Release:       5.%{sub_ver}.1
+Release:       5.%{sub_ver}.2
 License:       Zope Public License (ZPL), GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/plone/%{zope_subname}%{version}-%{sub_ver}.tar.gz
 License:       Zope Public License (ZPL), GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/plone/%{zope_subname}%{version}-%{sub_ver}.tar.gz
@@ -53,6 +50,7 @@ Pythonem.
 %build
 # remove dirs - additional packages!
 rm -rf {BTreeFolder2,CMFQuickInstallerTool,ExternalEditor,GroupUserFolder,Formulator}
 %build
 # remove dirs - additional packages!
 rm -rf {BTreeFolder2,CMFQuickInstallerTool,ExternalEditor,GroupUserFolder,Formulator}
+find . -type f -name "*.pyo" -exec rm -rf {} \;;
 
 mkdir docs docs/CMFPlone docs/CMFFormController docs/i18n
 rm -rf `find . type f -name .cvsignore`
 
 mkdir docs docs/CMFPlone docs/CMFFormController docs/i18n
 rm -rf `find . type f -name .cvsignore`
This page took 0.110712 seconds and 4 git commands to generate.