Commit c136cb02 authored by Kevin Deldycke's avatar Kevin Deldycke

- Add a README to warn user that ERP5 need a MySQL-Max server to work.

- Delete "Requires: MySQL-Max >= 5" statement.
- ERP5 Zope product also need Timer Service to make Portal Alarm Working.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5279 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 649cc742
%define product ERP5 %define product ERP5
%define version 0.10 %define version 0.10
%define release 6 %define release 8
%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
...@@ -15,7 +15,7 @@ URL: http://www.erp5.org ...@@ -15,7 +15,7 @@ URL: http://www.erp5.org
Source0: %{product}-%{version}.tar.bz2 Source0: %{product}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
BuildArch: noarch BuildArch: noarch
Requires: erp5-zope >= 2.7.8, MySQL-Max >= 5, erp5-CMFPhoto, erp5-Formulator, zope-CMFReportTool, zope-Localizer, zope-Photo, zope-ZMySQLDA, zope-BTreeFolder2, zope-CMFMailIn, zope-ERP5Catalog, zope-ERP5Form, zope-ERP5SyncML, zope-CMFCategory, zope-ERP5Type, python-numeric, python-psyco, python-glpk, zope-CMFActivity, zope-ERP5Security, zope-ERP5OOo, zope-ExtFile Requires: erp5-zope >= 2.7.8, erp5-CMFPhoto, erp5-Formulator, zope-CMFReportTool, zope-Localizer, zope-Photo, zope-ZMySQLDA, zope-BTreeFolder2, zope-CMFMailIn, zope-ERP5Catalog, zope-ERP5Form, zope-ERP5SyncML, zope-CMFCategory, zope-ERP5Type, python-numeric, python-psyco, python-glpk, zope-CMFActivity, zope-ERP5Security, zope-ERP5OOo, zope-ExtFile, zope-TimerService
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%description %description
...@@ -36,6 +36,16 @@ very short time. ...@@ -36,6 +36,16 @@ very short time.
%{__mkdir_p} %{buildroot}/%{software_home}/Products %{__mkdir_p} %{buildroot}/%{software_home}/Products
%{__cp} -a * %{buildroot}%{software_home}/Products/ %{__cp} -a * %{buildroot}%{software_home}/Products/
cat > README.urpmi <<EOF
ERP5 need a MySQL-Max version 5.x.x server to work properly. Because this server
can be installed on another machine, we let you the choice to install it or not.
If you want to let ERP5 working on a standalone machine, please install MySQL-Max
package and its dependancies.
EOF
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
...@@ -61,6 +71,13 @@ fi ...@@ -61,6 +71,13 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-8mdk
- Add a README to warn user that ERP5 need a MySQL-Max server to work
- Delete "Requires: MySQL-Max >= 5" statement
* Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-7mdk
- ERP5 Zope product also need Timer Service to make Portal Alarm Working
* Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-6mdk * Mon Jan 23 2006 Kevin Deldycke <kevin@nexedi.com> 0.10-6mdk
- Fix bad symlink - Fix bad symlink
......
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