[Erp5-report] r30925 - in /spec/mandriva: openoffice.org-oood/ task-erp5-buildout/ task-erp5/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 30 14:20:52 CET 2009


Author: kazuhiko
Date: Mon Nov 30 14:20:50 2009
New Revision: 30925

URL: http://svn.erp5.org?rev=30925&view=rev
Log:
- split task-erp5-buildout to task-erp5-buildout.spec
- split pyuno-mandriva and pyuno-official to openoffoce.org-oood.spec

Added:
    spec/mandriva/task-erp5-buildout/
    spec/mandriva/task-erp5-buildout/task-erp5-buildout.spec
Modified:
    spec/mandriva/openoffice.org-oood/openoffice.org-oood.spec
    spec/mandriva/task-erp5/task-erp5.spec

Modified: spec/mandriva/openoffice.org-oood/openoffice.org-oood.spec
URL: http://svn.erp5.org/spec/mandriva/openoffice.org-oood/openoffice.org-oood.spec?rev=30925&r1=30924&r2=30925&view=diff
==============================================================================
--- spec/mandriva/openoffice.org-oood/openoffice.org-oood.spec [utf8] (original)
+++ spec/mandriva/openoffice.org-oood/openoffice.org-oood.spec [utf8] Mon Nov 30 14:20:50 2009
@@ -115,9 +115,63 @@
 %{run_dir}
 %{log_dir}
 
+%package -n pyuno-mandriva
+Summary: Installing Mandriva's pyuno package
+Group: System/Libraries
+Version: 1.0
+Release: %mkrel 2
+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
+%endif
+Requires: openoffice.org-filter-binfilter
+
+%description -n pyuno-mandriva
+This package is a meta-package, meaning that its purpose is to contain
+dependencies for installing Mandriva's pyuno package.
+
+%files -n pyuno-mandriva
+
+%package -n pyuno-official
+Summary: Installing OOo's official pyuno package
+Group: System/Libraries
+Version: 1.0
+Release: %mkrel 2
+Provides: pyuno
+Requires: openoffice.org3-calc
+Requires: openoffice.org3-draw
+Requires: openoffice.org3-impress
+Requires: openoffice.org3-math
+Requires: openoffice.org3-writer
+Requires: ooobasis3.1-binfilter
+Requires: ooobasis3.1-graphicfilter
+Requires: ooobasis3.1-javafilter
+Requires: ooobasis3.1-pyuno
+Requires: ooobasis3.1-xsltfilter
+
+%description -n pyuno-official
+This package is a meta-package, meaning that its purpose is to contain
+dependencies for installing OOo's official pyuno package.
+
+%files -n pyuno-official
+
 
 #----------------------------------------------------------------------
 %changelog
+* Mon Nov 30 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com>
+- split pyuno-mandriva and pyuno-official from task-erp5.spec
+- openoffice.org-filter-binfilter is now 'Requires' instead of 'Suggests' in
+  pyuno-mandriva
+
 * Mon Nov 16 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.3.1-17nxd2010.0
 - build from the SVN repository (SVN rev: 30655).
 

Added: spec/mandriva/task-erp5-buildout/task-erp5-buildout.spec
URL: http://svn.erp5.org/spec/mandriva/task-erp5-buildout/task-erp5-buildout.spec?rev=30925&view=auto
==============================================================================
--- spec/mandriva/task-erp5-buildout/task-erp5-buildout.spec (added)
+++ spec/mandriva/task-erp5-buildout/task-erp5-buildout.spec [utf8] Mon Nov 30 14:20:50 2009
@@ -1,0 +1,37 @@
+Summary: Metapackage for ERP5 buildout
+Name: task-erp5-buildout
+Version: 1.0
+Release: %mkrel 3
+License: GPL
+Group: System/Servers
+Url: http://www.erp5.org/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildArch: noarch
+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
+# Database
+Suggests: mysql-max
+# OOo server
+Suggests: openoffice.org-oood
+# PortalTransforms
+Suggests: rtf-converter rtf2xml poppler w3m ocropus tesseract-eng
+# for PySVN
+Suggests: gcc-c++ subversion-devel subversion-tool zip
+
+%description
+This package is a meta-package, meaning that its purpose is to contain
+dependencies or suggestions for ERP5 buildout.
+
+%files
+
+%changelog
+* Mon Nov 30 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.0-3nxd2010.0
+- split task-erp5-buildout from task-erp5.spec

Modified: spec/mandriva/task-erp5/task-erp5.spec
URL: http://svn.erp5.org/spec/mandriva/task-erp5/task-erp5.spec?rev=30925&r1=30924&r2=30925&view=diff
==============================================================================
--- spec/mandriva/task-erp5/task-erp5.spec [utf8] (original)
+++ spec/mandriva/task-erp5/task-erp5.spec [utf8] Mon Nov 30 14:20:50 2009
@@ -54,87 +54,11 @@
 
 %files devel
 
-%package buildout
-Summary: Metapackage for ERP5 buildout
-Group: System/Libraries
-Release: %mkrel 2
-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
-# Database
-Suggests: mysql-max
-# OOo server
-Suggests: openoffice.org-oood
-# PortalTransforms
-Suggests: rtf-converter
-Suggests: rtf2xml
-Suggests: poppler
-#Suggests: lynx
-Suggests: w3m
-Suggests: ocropus
+%changelog
+* Mon Nov 30 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com>
+- split task-erp5-buildout to task-erp5-buildout.spec
+- split pyuno-mandriva and pyuno-official to openoffoce.org-oood.spec
 
-%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
-%endif
-Suggests: openoffice.org-filter-binfilter
-
-%description -n pyuno-mandriva
-This package is a meta-package, meaning that its purpose is to contain
-dependencies for installing Mandriva's pyuno package.
-
-%files -n pyuno-mandriva
-
-%package -n pyuno-official
-Summary: Installing OOo's official pyuno package
-Group: System/Libraries
-Release: %mkrel 2
-Provides: pyuno
-Requires: openoffice.org3-calc
-Requires: openoffice.org3-draw
-Requires: openoffice.org3-impress
-Requires: openoffice.org3-math
-Requires: openoffice.org3-writer
-Requires: ooobasis3.1-binfilter
-Requires: ooobasis3.1-graphicfilter
-Requires: ooobasis3.1-javafilter
-Requires: ooobasis3.1-pyuno
-Requires: ooobasis3.1-xsltfilter
-
-%description -n pyuno-official
-This package is a meta-package, meaning that its purpose is to contain
-dependencies for installing OOo's official pyuno package.
-
-%files -n pyuno-official
-
-%changelog
 * Fri Nov 13 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com>
 - add 'Suggests: openoffice.org-filter-binfilter' in pyuno-mandriva
 




More information about the Erp5-report mailing list