[Erp5-report] r7811 - /spec/mandriva/2006.0/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 16 10:57:29 CEST 2006


Author: kevin
Date: Fri Jun 16 10:57:25 2006
New Revision: 7811

URL: http://svn.erp5.org?rev=7811&view=rev
Log:
Second iteration

Modified:
    spec/mandriva/2006.0/erp5-CMFPhoto.spec
    spec/mandriva/2006.0/erp5-Formulator.spec
    spec/mandriva/2006.0/erp5-zope.spec
    spec/mandriva/2006.0/mklivecd.spec
    spec/mandriva/2006.0/zope-CMFMailIn.spec
    spec/mandriva/2006.0/zope-CMFReportTool.spec
    spec/mandriva/2006.0/zope-DCWorkflowGraph.spec
    spec/mandriva/2006.0/zope-ExtFile.spec
    spec/mandriva/2006.0/zope-FCKeditor.spec
    spec/mandriva/2006.0/zope-LDAPMultiPlugins.spec
    spec/mandriva/2006.0/zope-LDAPUserFolder.spec
    spec/mandriva/2006.0/zope-Localizer.spec
    spec/mandriva/2006.0/zope-Photo.spec
    spec/mandriva/2006.0/zope-PluggableAuthService.spec
    spec/mandriva/2006.0/zope-PluginRegistry.spec
    spec/mandriva/2006.0/zope-TimerService.spec
    spec/mandriva/2006.0/zope-TranslationService.spec
    spec/mandriva/2006.0/zope-VerboseSecurity.spec
    spec/mandriva/2006.0/zope-VisualTraceback.spec
    spec/mandriva/2006.0/zope-ZMailIn.spec
    spec/mandriva/2006.0/zope-ZMySQLDA.spec
    spec/mandriva/2006.0/zope-ZopeTestCase.spec
    spec/mandriva/2006.0/zope-iHotfix.spec

Modified: spec/mandriva/2006.0/erp5-CMFPhoto.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/erp5-CMFPhoto.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/erp5-CMFPhoto.spec (original)
+++ spec/mandriva/2006.0/erp5-CMFPhoto.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product CMFPhoto
 %define version 1.2.3
-%define release 5
+%define release 6
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -15,7 +15,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
 Requires:  zope zope-CMF zope-Photo
-Provides:  CMFPhoto
+Conflicts: zope-CMFPhoto
 
 %description
 Extremely useful Zope Product for representing a resizable image (photo) in a
@@ -60,22 +60,25 @@
 %{software_home}/Products/*
 
 
-
 #----------------------------------------------------------------------
 %changelog
-* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 1.2.3-5mdk
-  - Rewrite spec file based on the one written by Gaetan Lehmann for the zope-CMFPhoto release for Mandriva 2006
-  - Add 'erp5' prefix to package name
-  - Update the description
+* Tue Jan 24 2006 Kevin Deldycke <kevin at nexedi.com> 1.2.3-6mdk
+- Add "Conflicts:" statement
+- Delete "Provides:" statement
 
-* Thu Sep 4 2003 Sebatien Robin <seb at nexedi.com> 1.2.3-4mdk
+* Wed Jan 05 2006 Kevin Deldycke <kevin at nexedi.com> 1.2.3-5mdk
+- Rewrite spec file based on the one written by Gaetan Lehmann for the zope-CMFPhoto release for Mandriva 2006
+- Add 'erp5' prefix to package name
+- Update the description
+
+* Thu Sep 04 2003 Sebatien Robin <seb at nexedi.com> 1.2.3-4mdk
 - Change in the spec file '/usr/lib' by %{_libdir}
 
-* Wed Sep 3 2003 Sébastien Robin <seb at nexedi.com> 1.2.3-3mdk
+* Wed Sep 03 2003 Sébastien Robin <seb at nexedi.com> 1.2.3-3mdk
 - Update this rpm in order to follows Mandrake rules
 
 * Wed Apr 25 2003 Sébastien Robin <seb at nexedi.com> 1.2.3-2nxd
 - Clean the spec file
 
-* Mon Feb 3 2003 Jean-Paul Smets <jp at nexedi.com> 1.2.3-1nxd
+* Mon Feb 03 2003 Jean-Paul Smets <jp at nexedi.com> 1.2.3-1nxd
 - Initial release

Modified: spec/mandriva/2006.0/erp5-Formulator.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/erp5-Formulator.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/erp5-Formulator.spec (original)
+++ spec/mandriva/2006.0/erp5-Formulator.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   Formulator
 %define version   1.6.1
-%define release   4
+%define release   5
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -17,7 +17,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 Requires:  zope
-Provides:  Formulator
+Conflicts: zope-Formulator
 
 
 %description
@@ -61,8 +61,12 @@
 
 #----------------------------------------------------------------------
 %changelog
-* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 1.6.1-4mdk
-  - Rewrite spec file based on the one written by Gaetan Lehmann for Mandriva 2006
+* Tue Jan 24 2006 Kevin Deldycke <kevin at nexedi.com> 1.6.1-5mdk
+- Add "Conflicts:" statement
+- Delete "Provides:" statement
+
+* Wed Jan 05 2006 Kevin Deldycke <kevin at nexedi.com> 1.6.1-4mdk
+- Rewrite spec file based on the one written by Gaetan Lehmann for Mandriva 2006
 
 * Thu Jan 22 2004 Sebastien Robin <seb at nexedi.com> 1.6.1-3mdk
 - small error on the last patch
@@ -90,10 +94,10 @@
 * Wed Jun 11 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-6nxd
 - New patch made by me in order to get an xml ordered
 
-* Thu Jun 3 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-5nxd
+* Thu Jun 03 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-5nxd
 - New patch again in order to apply a script on a line of a listbox (with the cell value)
 
-* Thu Jun 3 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-4nxd
+* Thu Jun 03 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-4nxd
 - New patch in order to apply a script on a line of a listbox (with the cell value)
 
 * Tue May 13 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-3nxd
@@ -101,12 +105,10 @@
 
 * Wed Mar 26 2003 Sebastien Robin <seb at nexedi.com> 1.3.1-1nxd
 - Update to release 1.3.1 of the formulator
-- Added patch made by Jean-Paul Smets <jp at nexedi.com> wich allows
-to use a list of keys.
+- Added patch made by Jean-Paul Smets <jp at nexedi.com> wich allows to use a list of keys.
 
-* Mon Nov 4 2002 Sebastien Robin <seb at nexedi.com> 1.2.0-2nxd
+* Mon Nov 04 2002 Sebastien Robin <seb at nexedi.com> 1.2.0-2nxd
 - Added patch in order to dynamically change the name
 
-* Mon Nov 4 2002 Jean-Paul Smets <jp at nexedi.com> 1.2.0-1nxd
+* Mon Nov 04 2002 Jean-Paul Smets <jp at nexedi.com> 1.2.0-1nxd
 - Initial release
-

Modified: spec/mandriva/2006.0/erp5-zope.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/erp5-zope.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/erp5-zope.spec (original)
+++ spec/mandriva/2006.0/erp5-zope.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define realVersion 2.7.8-final
 %define name zope
-%define release 2
+%define release 3
 
 %define version %(echo %{realVersion} | sed -e's/-/./g')
 %define sVersion %(echo %{realVersion} | cut -d- -f1)
@@ -21,7 +21,11 @@
 Requires:      python >= 2.3.3
 BuildRequires: python-devel >= 2.3.3
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
-Provides:      zope
+Epoch:         1
+
+#Conflicts:     zope
+Provides:      zope = %{?Epoch:%Epoch-}%{version}
+
 
 %define python /usr/bin/python
 %define zopehome /usr/lib/zope
@@ -211,7 +215,6 @@
 
 %package docs
 Summary:    Documentation for the Zope application server
-Requires:   zope = %{version}
 Group:      Networking/WWW
 
 %description docs
@@ -228,71 +231,77 @@
 ##############################################################################
 
 %changelog
+* Tue Jan 24 2006 Kevin Deldycke <kevin at nexedi.com> 2.7.8-3nxd
+- Doc package doesn't requires zope
+- Add Epoch tag
+- Add "Conflicts: zope"
+- Add version to "Provides" statement
+
 * Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 2.7.8-2nxd
-  - Rewrite spec file based on the one written by Gaetan Lehmann for the zope-2.7.7 release for Mandriva 2006
-  - Add 'erp5' prefix to package name
-  - Add README.install.urpmi.zope
-  - Remove default admin user
+- Rewrite spec file based on the one written by Gaetan Lehmann for the zope-2.7.7 release for Mandriva 2006
+- Add 'erp5' prefix to package name
+- Add README.install.urpmi.zope
+- Remove default admin user
 
 * Fri Oct 28 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.8-1nxd
-  - New upstream release
+- New upstream release
 
 * Wed Oct 12 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.7b1-1nxd
-  - New upstream release
+- New upstream release
 
 * Sun Apr 24 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.6b2-2nxd
-  - Rebuild against Python 2.4
+- Rebuild against Python 2.4
 
 * Thu Apr 21 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.6b2-1nxd
-  - Bump to Zope 2.7.6b2
+- Bump to Zope 2.7.6b2
 
 * Thu Feb 3 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.2rc1-3nxd
-  - The source tarball was not bzip2'ed even though the suffix was bz2
+- The source tarball was not bzip2'ed even though the suffix was bz2
 
 * Tue Feb 1 2005 Yoshinori Okuji <yo at nexedi.com> 2.7.2rc1-2nxd
-  - Fix the method bounding in _aq_dynamic
+- Fix the method bounding in _aq_dynamic
 
 * Mon Aug 2 2004 Yoshinori Okuji <yo at nexedi.com> 2.7.2rc1-1nxd
-  - Bump to 2.7.2rc1
-  - Patch Acquistion to support _aq_dynamic
+- Bump to 2.7.2rc1
+- Patch Acquistion to support _aq_dynamic
 
 * Sat Feb 07 2004 Stéfane Fermigier <sf at nuxeo.com> 2.7.0rc2-1mdk
-  - Bump to Zope 2.7.0rc2
+- Bump to Zope 2.7.0rc2
 
 * Sun Jan 11 2004 Stéfane Fermigier <sf at nuxeo.com> 2.7.0b4-1mdk
-  - Bump to Zope 2.7.0b4
+- Bump to Zope 2.7.0b4
 
 * Sun Sep 14 2003 Stéfane Fermigier <sf at nuxeo.com> 2.7.0b2-1pyp
-  - Update to Zope 2.7.0b2
+- Update to Zope 2.7.0b2
 
 * Fri Aug 15 2003 Stéfane Fermigier <sf at nuxeo.com> 2.7.0b1-3pyp
-  - Update for Python 2.3
+- Update for Python 2.3
 
 * Sat Aug 9 2003 Stéfane Fermigier <sf at nuxeo.com> 2.7.0b1-2pyp
-  - Added copyright notice
-  - Compile to .pyc as well as to .pyo
+- Added copyright notice
+- Compile to .pyc as well as to .pyo
 
 * Sat Jul 26 2003 Stéfane Fermigier <sf at nuxeo.com> 2.7.0b1-1mdk
-  - Update to Zope 2.7.0b1
-  - Merged stuff from the Zope.org RPM
+- Update to Zope 2.7.0b1
+- Merged stuff from the Zope.org RPM
 
 * Sat May 3 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-6mdk
-  - Moved python stuff from /usr/lib/zope to /usr/lib/zope/lib/python
+- Moved python stuff from /usr/lib/zope to /usr/lib/zope/lib/python
 
 * Mon Mar 24 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-5mdk
-  - Moved python stuff from /usr/lib/zope to /usr/lib/zope/lib/python
+- Moved python stuff from /usr/lib/zope to /usr/lib/zope/lib/python
 
 * Tue Feb 25 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-4mdk
-  - changes by Frederic Lepied
-  - fixed dependency problem between zope-docs and zope
-  - removed unused directive
+- changes by Frederic Lepied
+- fixed dependency problem between zope-docs and zope
+- removed unused directive
 
 * Sun Feb 23 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-3mdk
-  - fix bugs
+- fix bugs
 
 * Sat Feb 22 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-2mdk
-  - dont ship tests
-  - separate docs package, including the Zope Book.
+- dont ship tests
+- separate docs package, including the Zope Book.
 
 * Sat Feb 22 2003 Stéfane Fermigier <sf at nuxeo.com> 2.6.1-1mdk
-  First release starting from PLD RPM.
+- First release starting from PLD RPM.

Modified: spec/mandriva/2006.0/mklivecd.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/mklivecd.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/mklivecd.spec (original)
+++ spec/mandriva/2006.0/mklivecd.spec Fri Jun 16 10:57:25 2006
@@ -2,9 +2,9 @@
 
 %define name	mklivecd
 %define version	0.5.9
-%define release	0.10mdk
+%define release	%mkrel 0.12
 
-%define Summary	Builds a LiveCD from an existing Mandrakelinux installation
+%define Summary	Builds a LiveCD from an existing Mandriva Linux installation
 
 Summary:	%{Summary}
 Name:		%{name}
@@ -18,7 +18,7 @@
 Patch2:     	mklivecd-0.5.9-service.patch.bz2
 Patch3:     	mklivecd-0.5.9-ln_s.patch.bz2
 Requires:	busybox cloop-utils mkisofs drakxtools-newt
-Requires:	squashfs-tools mediacheck
+Requires:	squashfs-tools mediacheck syslinux zisofs-tools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Buildarch:	noarch
 
@@ -32,13 +32,15 @@
 %patch3 -p0
 
 %build
-%make
+# use 800x600 as default resolution like DrakX (some machines dislike 1024x768)
+%make DEF_RESOLUTION=800x600 DEF_VGAMODE=788
 
 %install
 rm -rf %{buildroot}
 # fix cdrom.ko lookup when building with kernel < 2.6.10-1mdk
 perl -pi -e 's! drivers/cdrom/cdrom ! !' dist/mklivecd
 %makeinstall_std
+rm -f $RPM_BUILD_ROOT%{_sbindir}/hwdetect
 
 %clean
 rm -rf %{buildroot}
@@ -47,15 +49,37 @@
 %defattr(-,root,root)
 %doc AUTHORS CHANGELOG FAQ README* TODO
 %{_sbindir}/mklivecd
-%{_sbindir}/hwdetect
 %{_datadir}/mklivecd/
 
 %changelog
-* Fri Feb 3 2006 Christophe DUMEZ <christophe at nexedi.com> 0.5.9-0.10mdk
-- rebuilt for Mandriva 2006
+* Mon Feb 06 2006 Christophe DUMEZ <christophe at nexedi.com> 0.5.9-0.12mdk
+- remove patchs added after v0.5.9-0.9mdk (was too buggy)
+- recompiled for Mandriva 2006
 
-* Fri Sep  2 2005 Yoshinori Okuji <yo at nexedi.com> 0.5.9-0.9mdk
-- fix the symbolic links for keyboard configuration
+* Fri Sep 09 2005 Thierry Vignaud <tvignaud at mandriva.com> 0.5.9-0.11mdk
+- requires zisofs-tools
+- don't package hwdetect, harddrake is enabled at boot and does a better job
+  (hwdetect just broke snd_intel8x0 for example) (blino)
+- use 800x600 as default resolution like DrakX since some machines
+  dislike 1024x768 (blino)
+- patch 3: fix build w/o hotplug since it's no more mandatory
+- patch 4: quiet umount of /proc
+- patch 5: keep builded menus on live image
+- patch 6:
+  o handle more SATA controllers
+  o add sata support for ahci/ata_piix in initrd as well (blino)
+  o don't break scsi modules list with misplaced comments (blino)
+  o don't try to use inexistent qlogicisp (blino)
+- patch 7: let perl be quiet by default
+- patch 8: don't break XKB and XDM
+- patch 9: allow splash=silent and splash=verbose options
+  (splash=yes didn't make much sense) (blino)
+
+* Wed Jun 01 2005 Lenny Cartier <lenny at mandriva.com> 0.5.9-0.10mdk
+- fix summary & desc (thx Zero_Dogg)
+
+* Tue May 31 2005 Lenny Cartier <lenny at mandriva.com> 0.5.9-0.9mdk
+- requires syslinux
 
 * Tue Mar 22 2005 Nicolas Lécureuil <neoclust at mandrake.org> 0.5.9-0.8mdk
 - rebuild

Modified: spec/mandriva/2006.0/zope-CMFMailIn.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-CMFMailIn.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-CMFMailIn.spec (original)
+++ spec/mandriva/2006.0/zope-CMFMailIn.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   CMFMailIn
 %define version   1.0.0
-%define release   6
+%define release   7
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -46,12 +46,15 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/README.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/VERSION.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.0-7mdk
+- Give ownership to zope
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.0-6mdk
 - New release for Mandriva 2006
 - Spec file updated

Modified: spec/mandriva/2006.0/zope-CMFReportTool.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-CMFReportTool.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-CMFReportTool.spec (original)
+++ spec/mandriva/2006.0/zope-CMFReportTool.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   CMFReportTool
 %define version   0.1.1.20060105
-%define release   1
+%define release   2
 
 %define zope_minver 2.6
 
@@ -19,7 +19,7 @@
 # -> svn co http://svn.plone.org/svn/collective/CMFReportTool/trunk/
 BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir
 Buildarch: noarch
-Requires:  zope >= %{zope_minver} zope-CMF python-reportlab python-imaging pyxml
+Requires:  zope >= %{zope_minver} zope-CMF python-reportlab python-imaging python-pyxml
 
 # Same problem as the Localizer one:
 # (kevin) This "Provides:" statement don't resolve the conflit of pre-existing
@@ -69,6 +69,9 @@
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Jan 6 2006 Kevin Deldycke <kevin at nexedi.com> 0.1.1.20060105-2mdk
+- Fix dependency to python-pyxml
+
 * Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 0.1.1.20060105-1mdk
 - Merge nexedi 10.2 spec file with Mandriva 2006 spec file
 

Modified: spec/mandriva/2006.0/zope-DCWorkflowGraph.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-DCWorkflowGraph.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-DCWorkflowGraph.spec (original)
+++ spec/mandriva/2006.0/zope-DCWorkflowGraph.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   DCWorkflowGraph
 %define version   0.3
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -46,11 +46,14 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/HISTORY.txt %{product}/readme.txt %{product}/install.txt %{product}/version.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 0.3-2mdk
+- Give ownership to zope
+
 * Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 0.3-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-ExtFile.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ExtFile.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-ExtFile.spec (original)
+++ spec/mandriva/2006.0/zope-ExtFile.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   ExtFile
 %define version   1.4.4
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -46,12 +46,15 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/README.txt %{product}/CHANGES.txt %{product}/UPGRADE.txt %{product}/version.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.4.4-2mdk
+- Give ownership to zope
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.4.4-1mdk
 - New release for Mandriva 2006
 - Spec file updated

Modified: spec/mandriva/2006.0/zope-FCKeditor.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-FCKeditor.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-FCKeditor.spec (original)
+++ spec/mandriva/2006.0/zope-FCKeditor.spec Fri Jun 16 10:57:25 2006
@@ -1,5 +1,5 @@
 %define product   FCKeditor
-%define version   2.0.2
+%define version   2.2.1
 %define release   1
 
 %define zope_home %{_prefix}/lib/zope
@@ -12,7 +12,7 @@
 License:   LGPL
 Group:     System/Servers
 Source0:   %{product}-%{version}.tar.bz2
-URL:       http://www.zope.org/Members/tino/VisualTraceback/VisualTraceback
+URL:       http://www.fckeditor.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
 Requires:  zope
@@ -50,5 +50,9 @@
 
 #----------------------------------------------------------------------
 %changelog
+* Thu May 11 2006 Kevin Deldycke <kevin at nexedi.com> 2.2.1-1mdk
+- Update to version 2.2.1
+- Fix spec file url
+
 * Tue May 02 2006 Kevin Deldycke <kevin at nexedi.com> 2.0.2-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-LDAPMultiPlugins.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-LDAPMultiPlugins.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-LDAPMultiPlugins.spec (original)
+++ spec/mandriva/2006.0/zope-LDAPMultiPlugins.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   LDAPMultiPlugins
 %define version   1.1
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -47,11 +47,14 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/CHANGES.txt %{product}/COPYRIGHT.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/README.txt %{product}/VERSION.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.1-2mdk
+- Give ownership to zope
+
 * Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 1.1-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-LDAPUserFolder.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-LDAPUserFolder.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-LDAPUserFolder.spec (original)
+++ spec/mandriva/2006.0/zope-LDAPUserFolder.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   LDAPUserFolder
 %define version   2.6
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -53,11 +53,14 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/CHANGES.txt %{product}/COPYRIGHT.txt %{product}/HISTORY.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/README.ActiveDirectory.txt %{product}/README.txt %{product}/SAMPLE_RECORDS.txt %{product}/VERSION.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 2.6-2mdk
+- Give ownership to zope
+
 * Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 2.6-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-Localizer.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-Localizer.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-Localizer.spec (original)
+++ spec/mandriva/2006.0/zope-Localizer.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   Localizer
 %define version   1.1.0
-%define release   4
+%define release   5
 
 %define zope_minver 2.7
 
@@ -16,20 +16,11 @@
 Source:    %{product}-%{version}.tar.bz2
 Patch0:    Localizer-1.1.0-compat.patch.bz2
 Patch1:    Localizer-1.1.0-string_import.patch.bz2
-Patch2:    Localizer-1.1.0-translation_service.patch.bz2
 URL:       http://www.ikaaro.org/localizer/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
 Requires:  zope >= %{zope_minver} python-itools zope-iHotfix
-
-# (kevin) This "Provides:" statement don't resolve the conflit of pre-existing
-# Localizer package in Mandriva 2006 repository. When you type "urpmi Localizer",
-# nothing is prompt to ask you which version of Localizer you want to install
-# (the mandriva one or the nexedi one): the mandriva version is automatically
-# selected. To obtain the Nexedi's one, you have to type "urpmi zope-Localizer".
-# The solution could be to add a "Provides:  Localizer" statement in Mandriva
-# Spec file.
-Provides:  Localizer
+Conflicts: Localizer
 
 #----------------------------------------------------------------------
 %description
@@ -43,7 +34,6 @@
 %setup -c
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 # Not much, eh? :-)
@@ -74,7 +64,11 @@
 
 #----------------------------------------------------------------------
 %changelog
-* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 1.1.0-4mdk
+* Wed Jan 25 2006 Kevin Deldycke <kevin at nexedi.com> 1.1.0-5mdk
+- Add "Conflicts" statement to disallow the user to install the Localizer package available in Mandriva 2006 repository.
+- Delete Translation Service patch
+
+* Wed Jan 05 2006 Kevin Deldycke <kevin at nexedi.com> 1.1.0-4mdk
 - Merge nexedi 10.2 spec file with Mandriva 2006 spec file
 
 * Wed Apr 27 2005 Yoshinori Okuji <yo at nexedi.com> 1.1.0-3mdk
@@ -98,7 +92,7 @@
 * Thu Sep 04 2003 Sebatien Robin <seb at nexedi.com> 1.0.1-3mdk
 - change in the spec file '/usr/lib' by %{_libdir}
 
-* Wed Sep 3 2003 Sebastien Robin <sebnexedi.com> 1.0.1-2mdk
+* Wed Sep 03 2003 Sebastien Robin <sebnexedi.com> 1.0.1-2mdk
 - Update spec in order to follows Mandrake Rules
 
 * Sat Oct 12 2002 Jean-Paul Smets <jp at nexedi.com> 1.0.1-1nxd

Modified: spec/mandriva/2006.0/zope-Photo.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-Photo.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-Photo.spec (original)
+++ spec/mandriva/2006.0/zope-Photo.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product Photo
 %define version 1.2.3
-%define release 6
+%define release 7
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -57,11 +57,14 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.2.3-7mdk
+- Give ownership to zope
+
 * Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 1.2.3-6mdk
 - Update spec file to follow Mandriva 2006 rules
 - Update the patch

Modified: spec/mandriva/2006.0/zope-PluggableAuthService.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-PluggableAuthService.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-PluggableAuthService.spec (original)
+++ spec/mandriva/2006.0/zope-PluggableAuthService.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product PluggableAuthService
 %define version 1.1b2
-%define release 1
+%define release 2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -15,7 +15,7 @@
 Source0:   %{product}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
-Requires:  zope
+Requires:  zope zope-PluginRegistry
 
 #----------------------------------------------------------------------
 %description
@@ -57,5 +57,8 @@
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.1b2-2mdk
+- This package require PluginRegistry Zope product to work
+
 * Tue Jan 10 2006 Kevin Deldycke <kevin at nexedi.com> 1.1b2-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-PluginRegistry.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-PluginRegistry.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-PluginRegistry.spec (original)
+++ spec/mandriva/2006.0/zope-PluginRegistry.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product PluginRegistry
 %define version 1.0
-%define release 1
+%define release 2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -52,10 +52,13 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.0-2mdk
+- Give ownership to zope
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.0-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-TimerService.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-TimerService.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-TimerService.spec (original)
+++ spec/mandriva/2006.0/zope-TimerService.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   TimerService
 %define version   0.2
-%define release   1
+%define release   2
 
 %define zope_home     %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -13,18 +13,25 @@
 License:   GPL
 Group:     System/Servers
 Source0:   %{product}-%{version}.tar.bz2
+Patch1:    TimerService-erp5.patch
 URL:       http://dev.legco.biz/products/timerservice
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
 Requires:  zope
 
+
 #----------------------------------------------------------------------
 %description
-Timer server for Zope.
+TimerService provides to Zope objects the ability to subsribe
+to timer events. This can be useful for any object which has to process
+tasks at regular interval in background. TimerService is a low level
+implementation. It is used by ZopeScheduler. It is also used by
+ERP5 and CMFActivity for cluster management.
 
 #----------------------------------------------------------------------
 %prep
 %setup -c
+#%patch1 -p1
 
 %build
 #cd %{product}/timerserver
@@ -43,9 +50,14 @@
 
 %post
 # Configure the zope server to make ot aware of the timerserver
-echo "%import timerserver
+echo "
+
+# The Timer Server replace the ERP5 "zope_tic_loop" script
+%import timerserver
 <timer-server>
-</timer-server>" >> /etc/zope.conf
+  interval 5
+</timer-server>
+" >> /etc/zope.conf
 # Restart zope server
 if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
   service zope restart
@@ -64,5 +76,10 @@
 
 #----------------------------------------------------------------------
 %changelog
+* Mon Jan 23 2006 Kevin Deldycke <kevin at nexedi.com> 0.2-2mdk
+- Update the description
+- Set the default interval to 5 seconds
+- Include Klaus' patch in the SRPM archive but don't apply it
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 0.2-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-TranslationService.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-TranslationService.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-TranslationService.spec (original)
+++ spec/mandriva/2006.0/zope-TranslationService.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   TranslationService
 %define version   0.4
-%define release   2
+%define release   3
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -49,12 +49,15 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/LICENSE.txt %{product}/version.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 0.4-3mdk
+- Give ownership to zope
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 0.4-2mdk
 - New release for Mandriva 2006
 - Spec file updated

Modified: spec/mandriva/2006.0/zope-VerboseSecurity.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-VerboseSecurity.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-VerboseSecurity.spec (original)
+++ spec/mandriva/2006.0/zope-VerboseSecurity.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   VerboseSecurity
 %define version   0.6
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -63,11 +63,14 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/CHANGES.txt %{product}/README.txt %{product}/version.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 0.6-2mdk
+- Give ownership to zope
+
 * Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 0.6-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-VisualTraceback.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-VisualTraceback.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-VisualTraceback.spec (original)
+++ spec/mandriva/2006.0/zope-VisualTraceback.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   VisualTraceback
 %define version   0.10
-%define release   1
+%define release   2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -54,10 +54,13 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 0.10-2mdk
+- Give ownership to zope
+
 * Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 0.10-1mdk
 - Initial release

Modified: spec/mandriva/2006.0/zope-ZMailIn.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ZMailIn.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-ZMailIn.spec (original)
+++ spec/mandriva/2006.0/zope-ZMailIn.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   ZMailIn
 %define version   1.0.1
-%define release   3
+%define release   4
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -46,12 +46,15 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/CREDITS.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/VERSION.txt %{product}/CHANGES.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.1-4mdk
+- Give ownership to zope
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.1-3mdk
 - New release for Mandriva 2006
 - Spec file updated

Modified: spec/mandriva/2006.0/zope-ZMySQLDA.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ZMySQLDA.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-ZMySQLDA.spec (original)
+++ spec/mandriva/2006.0/zope-ZMySQLDA.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   ZMySQLDA
 %define version   2.0.9b2
-%define release   6
+%define release   7
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -17,7 +17,7 @@
 URL:       http://www.zope.org/Members/adustman/Products/ZMySQLDA
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
 BuildArch: noarch
-Requires:  zope MySQL-python MySQL-Max
+Requires:  zope MySQL-python
 
 # Same problem as the Localizer one:
 # (kevin) This "Provides:" statement don't resolve the conflit of pre-existing
@@ -67,7 +67,10 @@
 
 #----------------------------------------------------------------------
 %changelog
-* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 2.0.9b2-6mdk
+* Tue Jan 24 2006 Kevin Deldycke <kevin at nexedi.com> 2.0.9b2-7mdk
+- Delete requirement of MySQL-Max server because the MySQL server can be located on another machine
+
+* Wed Jan 05 2006 Kevin Deldycke <kevin at nexedi.com> 2.0.9b2-6mdk
 - Merge nexedi 10.2 spec file with Mandriva 2006 spec file
 
 * Tue Jun 15 2004 Sebastien Robin <seb at nexedi.com> 2.0.9b2-5mdk

Modified: spec/mandriva/2006.0/zope-ZopeTestCase.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ZopeTestCase.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-ZopeTestCase.spec (original)
+++ spec/mandriva/2006.0/zope-ZopeTestCase.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   ZopeTestCase
 %define version   0.9.0
-%define release   2
+%define release   3
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -19,8 +19,13 @@
 
 #----------------------------------------------------------------------
 %description
-This products allows to implement unit test with Zope. This also
-support functionnal testing.
+ZopeTestCase is a unit testing framework and TestCase for Zope testing.
+It is built on PyUnit and the Testing package shipping with Zope.
+
+ZopeTestCase has features to support a wide range of test scenarios,
+from small unit tests to running regression suites against existing
+ZODBs. It supports testing in INSTANCE_HOME situations and is fully
+testrunner compatible.
 
 #----------------------------------------------------------------------
 %prep
@@ -53,7 +58,10 @@
 
 #----------------------------------------------------------------------
 %changelog
-* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 0.9.0-2mdk
+* Tue Jan 31 2006 Kevin Deldycke <kevin at nexedi.com> 0.9.0-3mdk
+- Update description
+
+* Wed Jan 05 2006 Kevin Deldycke <kevin at nexedi.com> 0.9.0-2mdk
 - Update spec file to follow new mandrake .spec file rules
 
 * Wed Aug 18 2004 Sebastien Robin <seb at nexedi.com> 0.9.0-1mdk

Modified: spec/mandriva/2006.0/zope-iHotfix.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-iHotfix.spec?rev=7811&r1=7810&r2=7811&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-iHotfix.spec (original)
+++ spec/mandriva/2006.0/zope-iHotfix.spec Fri Jun 16 10:57:25 2006
@@ -1,6 +1,6 @@
 %define product   iHotfix
 %define version   0.5.2
-%define release   3
+%define release   4
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -50,12 +50,15 @@
 fi
 
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644, zope, zope, 0755)
 %doc %{product}/CHANGES.txt %{product}/README.txt %{product}/TODO.txt %{product}/version.txt
 %{software_home}/Products/*
 
 #----------------------------------------------------------------------
 %changelog
+* Wed Feb 01 2006 Kevin Deldycke <kevin at nexedi.com> 0.5.2-4mdk
+- Give ownership to zope
+
 * Wed Jan 6 2006 Kevin Deldycke <kevin at nexedi.com> 0.5.2-3mdk
 - Update spec file to follow Mandriva 2006 rules
 - Update the patch




More information about the Erp5-report mailing list