Commit 6f33c763 authored by Kevin Deldycke's avatar Kevin Deldycke

Second release of 0.11 version


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d33d01e
%define product CMFActivity %define product CMFActivity
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -28,11 +28,13 @@ This tools add activities for Zope objects. ...@@ -28,11 +28,13 @@ This tools add activities for Zope objects.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -53,6 +55,9 @@ fi ...@@ -53,6 +55,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product CMFCategory %define product CMFCategory
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -33,11 +33,13 @@ example, the category will be named color/red, color/blue or color/green. ...@@ -33,11 +33,13 @@ example, the category will be named color/red, color/blue or color/green.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -58,6 +60,9 @@ fi ...@@ -58,6 +60,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5 %define product ERP5
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -52,6 +52,7 @@ EOF ...@@ -52,6 +52,7 @@ EOF
mkdir /var/lib/zope/Extensions mkdir /var/lib/zope/Extensions
mkdir /var/lib/zope/PropertySheet mkdir /var/lib/zope/PropertySheet
mkdir /var/lib/zope/Constraint mkdir /var/lib/zope/Constraint
mkdir /var/lib/zope/bt5
ln -s %{software_home}/Products/%{product}/Extensions/zsqlbrain.py /var/lib/zope/Extensions/ ln -s %{software_home}/Products/%{product}/Extensions/zsqlbrain.py /var/lib/zope/Extensions/
mv %{software_home}/Products/%{product}/utils/cvs_update.sh /var/lib/zope/Products/ mv %{software_home}/Products/%{product}/utils/cvs_update.sh /var/lib/zope/Products/
if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
...@@ -70,6 +71,10 @@ fi ...@@ -70,6 +71,10 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
- Create a bt5 folder in /var/lib/zope
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
- Put the cvs_update script in the right place - Put the cvs_update script in the right place
......
%define product ERP5Catalog %define product ERP5Catalog
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -28,11 +28,13 @@ This is a Catalog that filters catalog queries. It is based on ZSQLCatalog. ...@@ -28,11 +28,13 @@ This is a Catalog that filters catalog queries. It is based on ZSQLCatalog.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -53,6 +55,9 @@ fi ...@@ -53,6 +55,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5Form %define product ERP5Form
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -32,11 +32,13 @@ ERP5Type, ERP5Form defines a fast rapid application environment. ...@@ -32,11 +32,13 @@ ERP5Type, ERP5Form defines a fast rapid application environment.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -57,6 +59,9 @@ fi ...@@ -57,6 +59,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5OOo %define product ERP5OOo
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -28,11 +28,13 @@ General purpose tools to parse and handle OpenOffice v1.x documents in ERP5. ...@@ -28,11 +28,13 @@ General purpose tools to parse and handle OpenOffice v1.x documents in ERP5.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -53,6 +55,9 @@ fi ...@@ -53,6 +55,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5Security %define product ERP5Security
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -30,11 +30,13 @@ ERP5. ...@@ -30,11 +30,13 @@ ERP5.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -55,6 +57,9 @@ fi ...@@ -55,6 +57,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5SyncML %define product ERP5SyncML
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -30,11 +30,13 @@ the Rapid Application Developpement feature used in ERP5. ...@@ -30,11 +30,13 @@ the Rapid Application Developpement feature used in ERP5.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -55,6 +57,9 @@ fi ...@@ -55,6 +57,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ERP5Type %define product ERP5Type
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -30,11 +30,13 @@ the Rapid Application Developpement feature used in ERP5. ...@@ -30,11 +30,13 @@ the Rapid Application Developpement feature used in ERP5.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -56,6 +58,9 @@ fi ...@@ -56,6 +58,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
%define product ZSQLCatalog %define product ZSQLCatalog
%define version 0.11 %define version 0.11
%define release 1 %define release 2
%define zope_home %{_prefix}/lib/zope %define zope_home %{_prefix}/lib/zope
%define software_home %{zope_home}/lib/python %define software_home %{zope_home}/lib/python
...@@ -30,11 +30,13 @@ which can be connected to any SQL relationnal database through ZSQLMethods. ...@@ -30,11 +30,13 @@ which can be connected to any SQL relationnal database through ZSQLMethods.
%build %build
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -57,6 +59,9 @@ fi ...@@ -57,6 +59,9 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Fri Jan 27 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-2mdk
- New build from the CVS
* Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk * Thu Jan 26 2006 Kevin Deldycke <kevin@nexedi.com> 0.11-1mdk
- Update to version 0.11 - Update to version 0.11
......
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