[Erp5-report] r30110 - /spec/mandriva/task-erp5/task-erp5.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 29 15:15:51 CET 2009


Author: kazuhiko
Date: Thu Oct 29 15:15:48 2009
New Revision: 30110

URL: http://svn.erp5.org?rev=30110&view=rev
Log:
- provide task-erp5-buildout
- use openoffice.org-pyuno instead of openoffice.org64-pyuno for Mandriva
  2010.0 or later

Modified:
    spec/mandriva/task-erp5/task-erp5.spec

Modified: spec/mandriva/task-erp5/task-erp5.spec
URL: http://svn.erp5.org/spec/mandriva/task-erp5/task-erp5.spec?rev=30110&r1=30109&r2=30110&view=diff
==============================================================================
--- spec/mandriva/task-erp5/task-erp5.spec [utf8] (original)
+++ spec/mandriva/task-erp5/task-erp5.spec [utf8] Thu Oct 29 15:15:48 2009
@@ -11,6 +11,9 @@
 Group: System/Servers
 Url: http://www.erp5.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+%if %mdkversion >= 201000
+BuildArch: noarch
+%endif
 Requires: erp5-ERP5 >= %{erp5_version}
 # Database
 Suggests: mysql-max
@@ -51,14 +54,43 @@
 
 %files devel
 
+%package buildout
+Summary: Metapackage for ERP5 buildout
+Group: System/Libraries
+Release: %mkrel 1
+Requires: gcc
+Requires: python2.4-devel
+Requires: mysql-devel
+Requires: imagemagick
+Requires: patch
+Requires: openldap2-devel
+Requires: openssl-devel
+Requires: libxslt-devel libxml2-devel
+Requires: glib2-devel
+Requires: make
+Requires: python2.4-pysvn
+Requires: w3m
+Requires: poppler
+
+%description buildout
+This package is a meta-package, meaning that its purpose is to contain
+dependencies or suggestions for ERP5 buildout.
+
+%files buildout
+
 %package -n pyuno-mandriva
 Summary: Installing Mandriva's pyuno package
 Group: System/Libraries
 Release: %mkrel 1
 Provides: pyuno
+%if %mdkversion < 201000
 %ifarch x86_64
 Requires: openoffice.org64
 Requires: openoffice.org64-pyuno
+%else
+Requires: openoffice.org
+Requires: openoffice.org-pyuno
+%endif
 %else
 Requires: openoffice.org
 Requires: openoffice.org-pyuno
@@ -91,6 +123,11 @@
 %files -n pyuno-official
 
 %changelog
+* Thu Oct 29 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com>
+- provide task-erp5-buildout
+- use openoffice.org-pyuno instead of openoffice.org64-pyuno for Mandriva
+  2010.0 or later
+
 * Tue Mar  3 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.0-2nxd2009.0
 - version 5.4
 




More information about the Erp5-report mailing list