Update of /cvsroot/monetdb/MonetDB
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17756
Modified Files:
MonetDB.spec.in
Log Message:
Put Python files in their own Python module MonetDB.
In the RPMs, put Python files in the Python hierarchy.
Created a new RPM MonetDB-python which contains monet_options.py and other such
files.
Added merovingian man page to RPM.
Fixed MonetDB5 spec file.
Removed Python ODBC interface: it was not directly related to MonetDB.
Index: MonetDB.spec.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/MonetDB.spec.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- MonetDB.spec.in 5 Sep 2007 17:05:57 -0000 1.57
+++ MonetDB.spec.in 11 Sep 2007 11:11:46 -0000 1.58
@@ -30,6 +30,8 @@
BuildRequires: python
BuildRequires: zlib-devel, bzip2-devel, openssl-devel
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
%description
MonetDB is a database management system that is developed from a
main-memory perspective with use of a fully decomposed storage model,
@@ -54,10 +56,25 @@
This package contains the files needed to develop with MonetDB.
+%package python
+Summary: MonetDB development package
+Group: Applications/Databases
+Requires: %{name} = %{version}-%{release}
+Requires: python
+
+%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
+accellerators, SQL- and XML- frontends.
+
+This package contains Python support files.
+
%package testing
Summary: MonetDB testing package
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
+Requires: %{name}-python
%description testing
MonetDB is a database management system that is developed from a
@@ -114,7 +131,6 @@
%files devel
%defattr(-,root,root)
%{_bindir}/monetdb-config
-%{_datadir}/%{name}/python/*
%dir %{_includedir}/%{name}
%dir %{_includedir}/%{name}/*
@@ -124,6 +140,10 @@
%{_libdir}/libstream.so
%{_libdir}/libbat.so
+%files python
+%dir %{python_sitearch}/%{name}
+%{python_sitearch}/%{name}/*
+
%files testing
%{_bindir}/Mtest.py*
%{_bindir}/Mapprove.py*
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins