Commit 6ce82e78 authored by Sebastien Robin's avatar Sebastien Robin

updates for Mandrake 10.0


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5140193c
This diff is collapsed.
Name: CMFCategory Name: CMFCategory
Summary: All algorithms related to categories and relations in CMF Summary: All algorithms related to categories and relations in CMF
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -41,6 +41,8 @@ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produ ...@@ -41,6 +41,8 @@ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produ
install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install %{name}-%{version}/Constraint/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint install %{name}-%{version}/Constraint/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/doc
install %{name}-%{version}/doc/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/doc
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
...@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Tue Feb 17 2004 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- New release before mandrake 10
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: CMFReportTool Name: CMFReportTool
Summary: A Zope product to generate PDF reports Summary: A Zope product to generate PDF reports
Version: 0.1.1 Version: 0.1.1
Release: 5mdk Release: 6mdk
Group: Development/Python Group: Development/Python
Requires: zope CMF python-reportlab Requires: zope CMF python-reportlab
License: GPL License: GPL
...@@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir ...@@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir
Buildarch: noarch Buildarch: noarch
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: CMFReportTool_parse.patch
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%description %description
...@@ -24,6 +25,7 @@ the python reportlab library. ...@@ -24,6 +25,7 @@ the python reportlab library.
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%setup -q %setup -q
%patch1 -p1
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%build %build
...@@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Thu Nov 20 2003 Sebastien Robin <seb@nexedi.com> 0.1.1-6md
- Added new patch
* Wed Sep 12 2003 Sebastien Robin <seb@nexedi.com> 0.1.1-5md * Wed Sep 12 2003 Sebastien Robin <seb@nexedi.com> 0.1.1-5md
- Make now signed rpm - Make now signed rpm
......
This diff is collapsed.
...@@ -55,9 +55,6 @@ install %{name}-%{version}/Interface/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/pyt ...@@ -55,9 +55,6 @@ install %{name}-%{version}/Interface/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/pyt
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet
install %{name}-%{version}/PropertySheet/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install %{name}-%{version}/PropertySheet/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy
install %{name}-%{version}/skins/coramy/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy
install %{name}-%{version}/skins/coramy/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm
install %{name}-%{version}/skins/coramy_crm/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm install %{name}-%{version}/skins/coramy_crm/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm
install %{name}-%{version}/skins/coramy_crm/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm install %{name}-%{version}/skins/coramy_crm/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm
...@@ -66,19 +63,35 @@ install %{name}-%{version}/skins/coramy_crm/*.form $RPM_BUILD_ROOT%{_libdir}/zop ...@@ -66,19 +63,35 @@ install %{name}-%{version}/skins/coramy_crm/*.form $RPM_BUILD_ROOT%{_libdir}/zop
install %{name}-%{version}/skins/coramy_crm/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm install %{name}-%{version}/skins/coramy_crm/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_crm
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install %{name}-%{version}/skins/coramy_custom/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install %{name}-%{version}/skins/coramy_custom/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install %{name}-%{version}/skins/coramy_custom/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install %{name}-%{version}/skins/coramy_custom/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom
install %{name}-%{version}/skins/coramy_custom/*.css $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_custom install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_erp5
install %{name}-%{version}/skins/coramy_erp5/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_erp5
install %{name}-%{version}/skins/coramy_erp5/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_erp5
install %{name}-%{version}/skins/coramy_erp5/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_erp5
install %{name}-%{version}/skins/coramy_erp5/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_erp5
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_list_method
install %{name}-%{version}/skins/coramy_list_method/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_list_method
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install %{name}-%{version}/skins/coramy_manufacturing/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install %{name}-%{version}/skins/coramy_manufacturing/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install %{name}-%{version}/skins/coramy_manufacturing/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install %{name}-%{version}/skins/coramy_manufacturing/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_mrp
install %{name}-%{version}/skins/coramy_mrp/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_mrp
install %{name}-%{version}/skins/coramy_mrp/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_mrp
install %{name}-%{version}/skins/coramy_mrp/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_mrp
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_pdm
install %{name}-%{version}/skins/coramy_pdm/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_pdm
install %{name}-%{version}/skins/coramy_pdm/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_pdm
install %{name}-%{version}/skins/coramy_pdm/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_pdm
install %{name}-%{version}/skins/coramy_pdm/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_pdm
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install %{name}-%{version}/skins/coramy_trade/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade install %{name}-%{version}/skins/coramy_trade/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install %{name}-%{version}/skins/coramy_trade/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade install %{name}-%{version}/skins/coramy_trade/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install %{name}-%{version}/skins/coramy_trade/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade install %{name}-%{version}/skins/coramy_trade/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install %{name}-%{version}/skins/coramy_trade/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade install %{name}-%{version}/skins/coramy_trade/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install %{name}-%{version}/skins/coramy_trade/*.css $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_trade
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
install %{name}-%{version}/skins/coramy_manufacturing/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/coramy_manufacturing
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
......
Name: ERP5 Name: ERP5
Summary: A Zope framework to implement ERP software Summary: A Zope framework to implement ERP software
Version: 0.1 Version: 0.1
Release: 23mdk Release: 24mdk
Group: Development/Python Group: Development/Python
Requires: zope ExtFile ZSQLCatalog Photo CMFPhoto BTreeFolder2 Formulator Base18 Localizer CMFReportTool CMFMailIn ZMySQLDA PyXML python-reportlab ERP5Catalog ERP5Form ERP5Compatibility ERP5SyncML CMFCategory ERP5Type python-imaging TranslationService Requires: zope ExtFile ZSQLCatalog Photo CMFPhoto BTreeFolder2 Formulator Base18 Localizer CMFReportTool CMFMailIn ZMySQLDA PyXML python-reportlab ERP5Catalog ERP5Form ERP5Compatibility ERP5SyncML CMFCategory ERP5Type python-imaging TranslationService, python-numeric, python-psyco, python-glpk, CMFActivity
License: GPL License: GPL
URL: http://www.erp5.org URL: http://www.erp5.org
Packager: Sebastien Robin <seb@nexedi.com> Packager: Sebastien Robin <seb@nexedi.com>
...@@ -38,11 +38,14 @@ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produ ...@@ -38,11 +38,14 @@ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produ
install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install %{name}-%{version}/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install %{name}-%{version}/*.gif $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.gif $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Capacity
install %{name}-%{version}/Capacity/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Capacity
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install %{name}-%{version}/Constraint/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core
install %{name}-%{version}/Core/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core install %{name}-%{version}/Core/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core
install %{name}-%{version}/Core/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core install %{name}-%{version}/Core/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Core
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/DeliverySolver
install %{name}-%{version}/DeliverySolver/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/DeliverySolver
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install %{name}-%{version}/Document/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install %{name}-%{version}/Document/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
...@@ -66,28 +69,38 @@ install %{name}-%{version}/Simulation/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/py ...@@ -66,28 +69,38 @@ install %{name}-%{version}/Simulation/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/py
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5 install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install %{name}-%{version}/skins/erp5/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5 install %{name}-%{version}/skins/erp5/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install %{name}-%{version}/skins/erp5/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install %{name}-%{version}/skins/erp5/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5 install %{name}-%{version}/skins/erp5/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install %{name}-%{version}/skins/erp5/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5 install %{name}-%{version}/skins/erp5/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install %{name}-%{version}/skins/erp5/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5 install %{name}-%{version}/skins/erp5/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting
install %{name}-%{version}/skins/pro/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro install %{name}-%{version}/skins/erp5_accounting/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting
install %{name}-%{version}/skins/pro/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro install %{name}-%{version}/skins/erp5_accounting/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting
install %{name}-%{version}/skins/pro/*.props $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro install %{name}-%{version}/skins/erp5_accounting/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro/images
install %{name}-%{version}/skins/pro/images/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro/images
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm
install %{name}-%{version}/skins/erp5_crm/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm install %{name}-%{version}/skins/erp5_crm/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm
install %{name}-%{version}/skins/erp5_crm/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm install %{name}-%{version}/skins/erp5_crm/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm
install %{name}-%{version}/skins/erp5_crm/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm install %{name}-%{version}/skins/erp5_crm/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm
install %{name}-%{version}/skins/erp5_crm/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm install %{name}-%{version}/skins/erp5_crm/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_crm
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_generator
install %{name}-%{version}/skins/erp5_generator/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_generator
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade
install %{name}-%{version}/skins/erp5_trade/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade install %{name}-%{version}/skins/erp5_trade/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade
install %{name}-%{version}/skins/erp5_trade/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade install %{name}-%{version}/skins/erp5_trade/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade
install %{name}-%{version}/skins/erp5_trade/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade install %{name}-%{version}/skins/erp5_trade/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_trade
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro
install %{name}-%{version}/skins/erp5_accounting/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting install %{name}-%{version}/skins/pro/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro
install %{name}-%{version}/skins/erp5_accounting/*.form $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_accounting install %{name}-%{version}/skins/pro/*.pt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro
install %{name}-%{version}/skins/pro/*.props $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro/images
install %{name}-%{version}/skins/pro/images/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/pro/images
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_test
install %{name}-%{version}/skins/erp5_test/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins/erp5_test
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/spec install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/spec
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/sql
install %{name}-%{version}/sql/*.zsql $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/sql
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/TargetSolver
install %{name}-%{version}/TargetSolver/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/TargetSolver
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
install %{name}-%{version}/tests/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests install %{name}-%{version}/tests/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool
...@@ -106,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -106,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Mon Nov 03 2003 Sebastien Robin <seb@nexedi.com> 0.1-23mdk
- Added dependencies to python-numeric and gplk
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-23mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-23mdk
- Changed permissions on files - Changed permissions on files
......
Name: ERP5Catalog Name: ERP5Catalog
Summary: Catalog that filter queries Summary: Catalog that filter queries
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope ZSQLCatalog ERP5Type Requires: zope ZSQLCatalog ERP5Type
License: GPL License: GPL
...@@ -14,7 +14,7 @@ Source: %{name}-%{version}.tar.bz2 ...@@ -14,7 +14,7 @@ Source: %{name}-%{version}.tar.bz2
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%description %description
This is a ZSQLCatalog that filters catalog queries. This is a Catalog that filters catalog queries.
It is based on ZSQLCatalog It is based on ZSQLCatalog
http://www.erp5.org http://www.erp5.org
...@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Tue Feb 17 2004 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- Changed permissions on files
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: ERP5Compatibility Name: ERP5Compatibility
Summary: Compatibility with older ERP5 Summary: Compatibility with older ERP5
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- New release before Mandrake 10
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: ERP5Form Name: ERP5Form
Summary: Form specific to ERP5 Summary: Form specific to ERP5
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Tue Jan 10 2004 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- Added the dependency : ZGDChart
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: ERP5SyncML Name: ERP5SyncML
Summary: SyncML for ERP5 Summary: SyncML for ERP5
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope ERP5Type Requires: zope ERP5Type
License: GPL License: GPL
...@@ -40,9 +40,12 @@ install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document ...@@ -40,9 +40,12 @@ install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install %{name}-%{version}/help/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Interface install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Interface
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
install %{name}-%{version}/tests/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
...@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Tue Feb 17 2004 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- Many updates so that it almost works now
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: ERP5Type Name: ERP5Type
Summary: Base objects for ERP5 Summary: Base objects for ERP5
Version: 0.1 Version: 0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -29,24 +29,34 @@ rm -rf $RPM_BUILD_ROOT ...@@ -29,24 +29,34 @@ rm -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%build %build
#----------------------------------------------------------------------
%post
mkdir /var/lib/zope/Document
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%install %install
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install %{name}-%{version}/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install %{name}-%{version}/*.png $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Accessor install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Accessor
install %{name}-%{version}/Accessor/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Accessor install %{name}-%{version}/Accessor/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Accessor
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install %{name}-%{version}/Constraint/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint install %{name}-%{version}/Constraint/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Constraint
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install %{name}-%{version}/Document/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document install %{name}-%{version}/Document/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Document
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install %{name}-%{version}/help/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install %{name}-%{version}/help/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Interface install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Interface
install %{name}-%{version}/Interface/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Interface
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet
install %{name}-%{version}/PropertySheet/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet install %{name}-%{version}/PropertySheet/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/PropertySheet
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/skins
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
install %{name}-%{version}/tests/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/tests
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool
install %{name}-%{version}/Tool/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Tool
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
...@@ -57,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -57,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Mon Feb 09 2004 Sebastien Robin <seb@nexedi.com> 0.1-4mdk
- Updated to the last code
* Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk * Mon Sep 08 2003 Sebastien Robin <seb@nexedi.com> 0.1-3mdk
- Changed permissions on files - Changed permissions on files
......
Name: Formulator Name: Formulator
Summary: Allows to quickly implements forms with Zope Summary: Allows to quickly implements forms with Zope
Version: 1.6.1 Version: 1.6.1
Release: 1mdk Release: 3mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir ...@@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir
Buildarch: noarch Buildarch: noarch
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: Formulator-1.6.1-editable.patch Patch1: Formulator-1.6.1-editable-xml.patch
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%description %description
...@@ -62,7 +62,13 @@ rm -rf $RPM_BUILD_ROOT ...@@ -62,7 +62,13 @@ rm -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Wed Sep 12 2003 Sebastien Robin <seb@nexedi.com> 1.4.2-1mdk * Thu Jan 22 2004 Sebastien Robin <seb@nexedi.com> 1.6.1-3mdk
- small error on the last patch
* Thu Jan 22 2004 Sebastien Robin <seb@nexedi.com> 1.6.1-2mdk
- updated the patch so that the xml is working again
* Wed Jan 21 2004 Sebastien Robin <seb@nexedi.com> 1.6.1-1mdk
- Updated to version 1.6.1 - Updated to version 1.6.1
- added a small patch in order to allow to display field - added a small patch in order to allow to display field
- read only - read only
...@@ -101,3 +107,4 @@ to use a list of keys. ...@@ -101,3 +107,4 @@ to use a list of keys.
* Mon Nov 4 2002 Jean-Paul Smets <jp@nexedi.com> 1.2.0-1nxd * Mon Nov 4 2002 Jean-Paul Smets <jp@nexedi.com> 1.2.0-1nxd
- Initial release - Initial release
Name: Localizer Name: Localizer
Summary: A Zope product to localize applications Summary: A Zope product to localize applications
Version: 1.0.1 Version: 1.0.1
Release: 3mdk Release: 4mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Wed Sep 12 2003 Sebastien Robin <seb@nexedi.com> 1.0.1.4mdk
- Make now signed rpm
* Thu Sep 04 2003 Sebatien Robin <seb@nexedi.com> 1.0.1-3mdk * Thu Sep 04 2003 Sebatien Robin <seb@nexedi.com> 1.0.1-3mdk
- change in the spec file '/usr/lib' by %{_libdir} - change in the spec file '/usr/lib' by %{_libdir}
......
# #
# Makefile in order to create rpm files for ERP5 # Makefile in order to create rpm files for ERP5
# and all is components # and all is components
# #
...@@ -7,7 +7,7 @@ RPM_PATH=/home/$(USER)/rpm ...@@ -7,7 +7,7 @@ RPM_PATH=/home/$(USER)/rpm
all: base18-spec zsqlcatalog-spec erp5-spec coramy-spec erp5compatibility-spec \ all: base18-spec zsqlcatalog-spec erp5-spec coramy-spec erp5compatibility-spec \
erp5type-spec erp5syncml-spec erp5catalog-spec erp5form-spec cmfcategory-spec \ erp5type-spec erp5syncml-spec erp5catalog-spec erp5form-spec cmfcategory-spec \
construct-all cmfactivity-spec construct-all
clean: clean:
rm -rf /home/$(USER)/rpm/RPMS/i586/* rm -rf /home/$(USER)/rpm/RPMS/i586/*
...@@ -25,6 +25,8 @@ nex-update: list sync ...@@ -25,6 +25,8 @@ nex-update: list sync
# For each rpm, we call build-spec # For each rpm, we call build-spec
cmfcategory-spec: cmfcategory-spec:
build-spec CMFCategory build-spec CMFCategory
cmfactivity-spec:
build-spec CMFActivity
erp5compatibility-spec: erp5compatibility-spec:
build-spec ERP5Compatibility build-spec ERP5Compatibility
erp5type-spec: erp5type-spec:
...@@ -43,11 +45,14 @@ zsqlcatalog-spec: ...@@ -43,11 +45,14 @@ zsqlcatalog-spec:
build-spec ZSQLCatalog build-spec ZSQLCatalog
coramy-spec: coramy-spec:
build-spec Coramy build-spec Coramy
copy:
-rsync -rva $(RPM_PATH)/* /mnt/mdk/rpm/
-rsync -rva $(RPM_PATH)/* /mnt/mdk_cooker/rpm/
construct-all: construct-all:
rpmbuild --sign -ba CMFCategory.spec ERP5Compatibility.spec ERP5Type.spec ERP5SyncML.spec ERP5Catalog.spec ERP5.spec ERP5Form.spec Base18.spec ZSQLCatalog.spec Coramy.spec rpmbuild -ba CMFCategory.spec ERP5Compatibility.spec ERP5Type.spec ERP5SyncML.spec ERP5Catalog.spec ERP5.spec ERP5Form.spec Base18.spec ZSQLCatalog.spec Coramy.spec CMFActivity.spec
# create the synthesis.hdlist.cz file # create the synthesis.hdlist.cz file
list: list-9.2 list: list-9.2 copy
list-9.1: list-9.1:
-rsync -av $(RPM_PATH)/RPMS/i586/*.rpm $(RPM_PATH)/nexRPMS-mdk-9.1/ -rsync -av $(RPM_PATH)/RPMS/i586/*.rpm $(RPM_PATH)/nexRPMS-mdk-9.1/
...@@ -67,10 +72,10 @@ list-9.2: ...@@ -67,10 +72,10 @@ list-9.2:
sync: sync-9.2 sync: sync-9.2
sync-9.1: sync-9.1:
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.1/ $(USER)@nexedi.org:/var/www/html/nexedi.org/static/Mandrake/9.1/RPMS/ -rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.1/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.1/RPMS/
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-9.1/ $(USER)@nexedi.org:/var/www/html/nexedi.org/static/Mandrake/9.1/SRPMS/ -rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-9.1/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.1/SRPMS/
sync-9.2: sync-9.2:
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.2/ $(USER)@nexedi.org:/var/www/html/nexedi.org/static/Mandrake/9.2/RPMS/ -rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.2/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.2/RPMS/
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-9.2/ $(USER)@nexedi.org:/var/www/html/nexedi.org/static/Mandrake/9.2/SRPMS -rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-9.2/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.2/SRPMS
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
%define name PyXML %define name PyXML
%define version 0.8.2 %define version 0.8.2
%define release 2plf %define release 3mdk
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
...@@ -15,7 +15,6 @@ Requires: python ...@@ -15,7 +15,6 @@ Requires: python
BuildRequires: python BuildRequires: python
BuildRequires: python-devel BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Vendor: Penguin Liberation Front
Distribution: Mandrake Linux Distribution: Mandrake Linux
%description %description
...@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%lang(fr_FR) %{_libdir}/python%{pyver}/site-packages/*/dom/fr_FR/LC_MESSAGES/4Suite.mo %lang(fr_FR) %{_libdir}/python%{pyver}/site-packages/*/dom/fr_FR/LC_MESSAGES/4Suite.mo
%changelog %changelog
* Tue Feb 17 2004 Sebastien Robin <seb@nexedi.com> 0.8.2-3mdk
- change to mandrake extension
* Tue Mar 25 2003 David Walluck <david@anti-microsoft.org> 0.8.2-2plf * Tue Mar 25 2003 David Walluck <david@anti-microsoft.org> 0.8.2-2plf
- spec file cleanups - spec file cleanups
......
...@@ -13,6 +13,7 @@ Buildarch: noarch ...@@ -13,6 +13,7 @@ Buildarch: noarch
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: ZMySQLDA-2.0.9b2_with_MySQL-python-0.9.0.patch Patch1: ZMySQLDA-2.0.9b2_with_MySQL-python-0.9.0.patch
Patch2: ZMySQLDA-2.0.9b2_release-unlocked-lock.patch
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%description %description
...@@ -27,6 +28,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -27,6 +28,7 @@ rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT mkdir $RPM_BUILD_ROOT
%setup -a 0 %setup -a 0
%patch1 -p1 %patch1 -p1
%patch2 -p1
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%build %build
......
Name: ZSQLCatalog Name: ZSQLCatalog
Summary: A Zope product to search the Zope database with SQL requests Summary: A Zope product to search the Zope database with SQL requests
Version: 0.2.1 Version: 0.2.1
Release: 6mdk Release: 7mdk
Group: Development/Python Group: Development/Python
Requires: zope Requires: zope
License: GPL License: GPL
...@@ -42,7 +42,6 @@ install %{name}-%{version}/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produc ...@@ -42,7 +42,6 @@ install %{name}-%{version}/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Produc
install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/ install %{name}-%{version}/*.txt $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml install %{name}-%{version}/dtml/*.dtml $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/dtml
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/Extensions
install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install -d $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install %{name}-%{version}/help/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install %{name}-%{version}/help/*.py $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
install %{name}-%{version}/help/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help install %{name}-%{version}/help/*.stx $RPM_BUILD_ROOT%{_libdir}/zope/lib/python/Products/%{name}/help
...@@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/zope/lib/python/Products/%{name}/ %{_libdir}/zope/lib/python/Products/%{name}/
#---------------------------------------------------------------------- #----------------------------------------------------------------------
%changelog %changelog
* Tue Feb 17 2004 Sebatien Robin <seb@nexedi.com> 0.2.1-7mdk
- New release before Mandrake 10.0
* Mon Sep 08 2003 Sebatien Robin <seb@nexedi.com> 0.2.1-6mdk * Mon Sep 08 2003 Sebatien Robin <seb@nexedi.com> 0.2.1-6mdk
- The content of this package was not updated because - The content of this package was not updated because
of a problem with the script which create the rpm of a problem with the script which create the rpm
......
...@@ -21,15 +21,24 @@ if [ -n "$1" ] ...@@ -21,15 +21,24 @@ if [ -n "$1" ]
then then
echo Starting Building $1 echo Starting Building $1
NAME=$1 NAME=$1
VERSION=3.0b3 VERSION=3.0rc2
rm -rf $CVS_PATH/$NAME-$VERSION/BTreeFolder2
rm -rf $CVS_PATH/$NAME-$VERSION/CMFCalendar
rm -rf $CVS_PATH/$NAME-$VERSION/CMFTopic
rm -rf $CVS_PATH/$NAME-$VERSION/CMFCore
rm -rf $CVS_PATH/$NAME-$VERSION/CMFDefault
rm -rf $CVS_PATH/$NAME-$VERSION/DCWorkflow
rm -rf $CVS_PATH/$NAME-$VERSION/Localizer
rm -rf $CVS_PATH/$NAME-$VERSION/TranslationService
cd $CVS_PATH && tar jcvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION && cd - cd $CVS_PATH && tar jcvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION && cd -
cp $CVS_PATH/$NAME-$VERSION.tar.bz2 $RPM_PATH/SOURCES/ cp $CVS_PATH/$NAME-$VERSION.tar.bz2 $RPM_PATH/SOURCES/
# Remove theses text files in order to hack a small error # Remove theses text files in order to hack a small error
mv -f $CVS_PATH/$NAME-$VERSION/COPYING.txt /tmp mv -f $CVS_PATH/$NAME-$VERSION/Introduction.stx /tmp
mv -f $CVS_PATH/$NAME-$VERSION/COPYRIGHT.txt /tmp #mv -f $CVS_PATH/$NAME-$VERSION/COPYRIGHT.txt /tmp
mv -f $CVS_PATH/$NAME-$VERSION/INSTALL.txt /tmp #mv -f $CVS_PATH/$NAME-$VERSION/INSTALL.txt /tmp
mv -f $CVS_PATH/$NAME-$VERSION/UPGRADE.txt /tmp #mv -f $CVS_PATH/$NAME-$VERSION/UPGRADE.txt /tmp
# We will generate one part of the spec file, so we make sure # We will generate one part of the spec file, so we make sure
# to not forget any file # to not forget any file
...@@ -49,10 +58,10 @@ then ...@@ -49,10 +58,10 @@ then
done done
cp /tmp/COPYING.txt /$CVS_PATH/$NAME-$VERSION/ cp /tmp/Introduction.stx /$CVS_PATH/$NAME-$VERSION/
cp /tmp/COPYRIGHT.txt /$CVS_PATH/$NAME-$VERSION/ #cp /tmp/COPYRIGHT.txt /$CVS_PATH/$NAME-$VERSION/
cp /tmp/INSTALL.txt /$CVS_PATH/$NAME-$VERSION/ #cp /tmp/INSTALL.txt /$CVS_PATH/$NAME-$VERSION/
cp /tmp/UPGRADE.txt /$CVS_PATH/$NAME-$VERSION/ #cp /tmp/UPGRADE.txt /$CVS_PATH/$NAME-$VERSION/
for directory in `cd $CVS_PATH/$NAME-$VERSION && find * -type d -maxdepth 0 && cd -` for directory in `cd $CVS_PATH/$NAME-$VERSION && find * -type d -maxdepth 0 && cd -`
do echo $PRODUCT_PATH$directory/ >> /tmp/build-rpm-files.tmp do echo $PRODUCT_PATH$directory/ >> /tmp/build-rpm-files.tmp
......
# Copyright (c) 2003-2004 Nuxeo SARL
# Copyright (c) 2003-2004 Stefane Fermigier
#
# Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that
# the above copyright notice and this permission notice appear in all
# copies.
#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
Name: zope Name: zope
Summary: A leading open source application server Summary: A leading open source application server
Version: 2.7.0rc1 Version: 2.7.0rc2
Release: 1mdk Release: 2mdk
License: Zope Public License (ZPL) License: Zope Public License (ZPL)
Group: System/Servers Group: System/Servers
URL: http://www.zope.org/ URL: http://www.zope.org/
Packager: Stfane Fermigier, Nuxeo <sf@nuxeo.com> Packager: Stefane Fermigier <sf@nuxeo.com>
Prereq: rpm-helper
%define packagename Zope-2.7.0-rc2
%define packagename Zope-2.7.0-rc1
%define python /usr/bin/python %define python /usr/bin/python
%define zopehome /usr/lib/zope %define zopehome /usr/lib/zope
%define softwarehome %{zopehome}/lib/python %define softwarehome %{zopehome}/lib/python
...@@ -21,21 +42,21 @@ Prereq: rpm-helper ...@@ -21,21 +42,21 @@ Prereq: rpm-helper
%define runzope /usr/bin/runzope %define runzope /usr/bin/runzope
%define zopeuser zope %define zopeuser zope
Prereq: rpm-helper
# from http://www.zope.org/Products/Zope/%{version}/Zope-%{version}-%{release}.tgz # from http://www.zope.org/Products/Zope/%{version}/Zope-%{version}-%{release}.tgz
Source0: %{packagename}.tar.bz2 Source0: %{packagename}.tar.bz2
Source1: skel.tar.bz2 Source1: skel.tar.bz2
Source2: http://www.zope.org/Members/michel/ZB/ZopeBook.tar.bz2 Source2: http://www.zope.org/Members/michel/ZB/ZopeBook.tar.bz2
Requires: python >= 2.2.3 Requires: python >= 2.3.3
BuildRequires: python-devel >= 2.2.3 BuildRequires: python-devel >= 2.3.3
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
%description %description
The Z Object Programming Environment (Zope) is a free, Open Source, Zope is an open source application server for building content managements,
Python-based application server for building high-performance, dynamic web intranets, portals, and custom applications. The Zope community consists of
sites, using a powerful and simple scripting object model and high-performance, hundreds of companies and thousands of developers all over the world, working
integrated object database. It enables developers to quickly build web on building the platform and Zope applications. Zope is written in Python, a
applications such as intranets, portals, and content management systems. highly-productive, object-oriented scripting language.
%prep %prep
%setup -q -n %{packagename} %setup -q -n %{packagename}
...@@ -82,6 +103,7 @@ files = os.popen("find . -name '*.py'").readlines() ...@@ -82,6 +103,7 @@ files = os.popen("find . -name '*.py'").readlines()
for file in files: for file in files:
file = file.strip() file = file.strip()
py_compile.compile(file, file+"o", "%{zopehome}/"+file) py_compile.compile(file, file+"o", "%{zopehome}/"+file)
py_compile.compile(file, file+"c", "%{zopehome}/"+file)
EOF EOF
# XXX: next release... # XXX: next release...
...@@ -200,18 +222,28 @@ web sites, using a powerful and simple scripting object model and ...@@ -200,18 +222,28 @@ web sites, using a powerful and simple scripting object model and
high-performance, integrated object database. high-performance, integrated object database.
%files docs %files docs
%defattr(644,root,root,755) %defattr(644, root, root, 755)
%doc ZopeBook doc %doc ZopeBook doc
############################################################################## ##############################################################################
%changelog %changelog
* Wed Jan 22 2004 Sebastien Robin <seb@nexedi.com> 2.7.0rc1-1mdk * Sat Feb 07 2004 Stfane Fermigier <sf@nuxeo.com> 2.7.0rc2-1mdk
- udpated to version rc1 - Bump to Zope 2.7.0rc2
* Sun Jan 11 2004 Stfane Fermigier <sf@nuxeo.com> 2.7.0b4-1mdk
- Bump to Zope 2.7.0b4
* Sun Sep 14 2003 Stfane Fermigier <sf@nuxeo.com> 2.7.0b2-1pyp
- Update to Zope 2.7.0b2
* Fri Aug 15 2003 Stfane Fermigier <sf@nuxeo.com> 2.7.0b1-3pyp
- Update for Python 2.3
* Mon Sep 8 2003 Sebastien Robin <seb@nexedi.com> 2.7.0b1-2mdk * Sat Aug 9 2003 Stfane Fermigier <sf@nuxeo.com> 2.7.0b1-2pyp
- We use python2.3 instead of python2.2 - Added copyright notice
- Compile to .pyc as well as to .pyo
* Sat Jul 26 2003 Stfane Fermigier <sf@nuxeo.com> 2.7.0b1-1mdk * Sat Jul 26 2003 Stfane Fermigier <sf@nuxeo.com> 2.7.0b1-1mdk
- Update to Zope 2.7.0b1 - Update to Zope 2.7.0b1
......
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