Changeset: 90a03d3fd822 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90a03d3fd822 Modified Files: clients/MonetDB-client.spec python/debian/control Branch: default Log Message:
removed python stuff from clients rpm building, since rpm building fails. added description to debian packaging diffs (86 lines): diff -r 2714dafcfdba -r 90a03d3fd822 clients/MonetDB-client.spec --- a/clients/MonetDB-client.spec Mon May 17 08:57:32 2010 +0200 +++ b/clients/MonetDB-client.spec Mon May 17 11:12:47 2010 +0200 @@ -40,8 +40,6 @@ %{!?_with_rubygem: %{!?_without_rubygem: %define _with_rubygem --with-rubygem}} %{!?_with_unixODBC: %{!?_without_unixODBC: %define _with_unixODBC --with-unixodbc}} -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - %if %{?_with_rubygem:1}%{!?_with_rubygem:0} %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')} %define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) @@ -71,7 +69,6 @@ Requires: perl-devel %endif %endif -Requires: python %if %{?_with_rubygem:1}%{!?_with_rubygem:0} Requires: rubygems, ruby %endif @@ -112,16 +109,6 @@ %endif %endif -%package python -Summary: MonetDB python interface -Group: Applications/Databases -Requires: %{name} = %{version}-%{release} -Requires: python -BuildRequires: python -%if 0%{?fedora} >= 10 -BuildArch: noarch -%endif - %if %{?_with_rubygem:1}%{!?_with_rubygem:0} %package ruby Summary: MonetDB ruby interface @@ -194,15 +181,6 @@ program. %endif -%description python -MonetDB is a database management system that is developed from a -main-memory perspective with use of a fully decomposed storage model, -automatic index management, extensibility of data types and search -accelerators, SQL- and XML- frontends. - -This package contains the files needed to use MonetDB from a Python -program. - %if %{?_with_rubygem:1}%{!?_with_rubygem:0} %description ruby MonetDB is a database management system that is developed from a @@ -306,16 +284,6 @@ %{_datadir}/MonetDB/perl/* %endif -%files python -%dir %{python_sitelib}/monetdb -%{python_sitelib}/monetdb/*.py -%{python_sitelib}/monetdb/*.pyc -%{python_sitelib}/monetdb/*.pyo -%dir %{python_sitelib}/monetdb/sql -%{python_sitelib}/monetdb/sql/*.py -%{python_sitelib}/monetdb/sql/*.pyc -%{python_sitelib}/monetdb/sql/*.pyo - %if %{?_with_rubygem:1}%{!?_with_rubygem:0} %files ruby %defattr(-,root,root) diff -r 2714dafcfdba -r 90a03d3fd822 python/debian/control --- a/python/debian/control Mon May 17 08:57:32 2010 +0200 +++ b/python/debian/control Mon May 17 11:12:47 2010 +0200 @@ -12,5 +12,11 @@ Depends: ${python:Depends} XB-Python-Version: ${python:Versions} Description: Python client API for MonetDB - bla bla bla + MonetDB is a database management system that is developed from a + main-memory perspective with use of a fully decomposed storage model, + automatic index management, extensibility of data types and search + accelerators, SQL- and XML- frontends. + + This package contains the files needed to use MonetDB from a Python + program. _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list