]> git.pld-linux.org Git - packages/Zope-Formulator.git/commitdiff
- upgraded to 1.6.1 version auto/ac/Zope-Formulator-1_6_1-1
authorciesiel <ciesiel@pld-linux.org>
Tue, 13 Jan 2004 18:32:57 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added warning

Changed files:
    Zope-Formulator.spec -> 1.20

Zope-Formulator.spec

index 6f1bc0cb351e6ed5013b4c9fd486f9b76dd427a6..10540f8905cd7e2fa5563066d33ae452c2e7c505 100644 (file)
@@ -1,14 +1,18 @@
+#
+# Warning: product is req. by Plone but make error when create form on Zope 2.7b4 and python 2.3.3
+#
+
 %include        /usr/lib/rpm/macros.python
 %define        zope_subname    Formulator
 Summary:       Zope framework that eases the creation and validation of web forms
 Summary(pl):   Dodatek do Zope u³atwiaj±cy tworzenie i sprawdzanie poprawno¶ci formularzy WWW
 Name:          Zope-%{zope_subname}
-Version:       1.6.0
+Version:       1.6.1
 Release:       1
 License:       BSD-like
 Group:         Development/Tools
 Source0:       http://www.zope.org/Members/infrae/Formulator/Formulator-%{version}/%{zope_subname}-%{version}.tgz
-# Source0-md5: 6938676c62df184a6770bae90be25ce5
+# Source0-md5: 3753d468f24ea36e8ca61a13096c7095
 URL:           http://www.zope.org/Members/infrae/Formulator/
 %pyrequires_eq  python-modules
 Requires:      Zope
@@ -35,7 +39,7 @@ mv -f {CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt,TODO.txt} docs
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -af * $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -af {dtml,help,tests,www,*.py,*.html,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
This page took 0.135576 seconds and 4 git commands to generate.