Commit f1425df9 authored by Kevin Deldycke's avatar Kevin Deldycke

Update to version 0.10


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5166 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f8ba3f5
%define product CMFActivity
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -55,6 +54,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product CMFCategory
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -60,6 +59,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product ERP5Catalog
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -55,6 +54,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product ERP5Form
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -59,6 +58,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product ERP5OOo
%define version 0.2.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -55,6 +54,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.2.20060116-1mdk
- New build from the CVS
......
%define product ERP5Security
%define version 0.1.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -57,6 +56,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.1.20060116-1mdk
- New build from the CVS
......
%define product ERP5SyncML
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -57,6 +56,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product ERP5Type
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -41,7 +40,6 @@ the Rapid Application Developpement feature used in ERP5.
%{__rm} -rf %{buildroot}
%post
mkdir /var/lib/zope/Document
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
service zope restart
fi
......@@ -58,6 +56,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
%define product ZSQLCatalog
%define version 0.9.20060116
# If we get the code from the CVS, the release will be always the first
%define version 0.10
%define release 1
%define zope_home %{_prefix}/lib/zope
......@@ -41,8 +40,6 @@ which can be connected to any SQL relationnal database through ZSQLMethods.
%{__rm} -rf %{buildroot}
%post
mkdir /var/lib/zope/Extensions
ln -s %{software_home}/Products/%{name}/zsqlbrain.py /var/lib/zope/Extensions/
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
service zope restart
fi
......@@ -59,6 +56,9 @@ fi
#----------------------------------------------------------------------
%changelog
* Wed Jan 18 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-1mdk
- Update to version 0.10
* Mon Jan 16 2006 Kevin Deldycke <kevin@nexedi.com> 0.9.20060116-1mdk
- New build from the CVS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment