Changeset: 61ee7c6f6bd9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=61ee7c6f6bd9
Modified Files:
pathfinder/MonetDB-XQuery.spec
Branch: default
Log Message:
Merge with Oct2010 branch.
Created MonetDB4-XQuery-ferry RPM for pf_ferry library.
diffs (44 lines):
diff -r 66b995176e04 -r 61ee7c6f6bd9 pathfinder/MonetDB-XQuery.spec
--- a/pathfinder/MonetDB-XQuery.spec Tue Sep 07 16:28:14 2010 +0200
+++ b/pathfinder/MonetDB-XQuery.spec Tue Sep 07 16:54:11 2010 +0200
@@ -50,10 +50,24 @@
This package contains the XQuery frontend.
+%package ferry
+Summary: MonetDB XQuery Ferry library
+Group: Applications/Databases
+Requires: %{name} = %{version}-%{release}
+
+%description ferry
+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 XQuery- frontends.
+
+This package contains the pf_ferry library.
+
%package devel
Summary: MonetDB XQuery development package
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
+Requires: %{name}-ferry = %{version}-%{release}
Requires: MonetDB-devel >= 1.40
# ^^^^
# Maintained via vertoo. Please don't modify by hand!
@@ -131,11 +145,14 @@
%{_datadir}/MonetDB/xrpc/export/*
%{_datadir}/MonetDB/xrpc/demo/*
+%files ferry
+%{_libdir}/libpf_ferry.so.*
%files devel
%defattr(-,root,root)
-%{_libdir}/libembeddedxq.so
+%{_libdir}/lib*.so
%{_bindir}/monetdb-xquery-config
+%{_includedir}/pf_ferry.h
%changelog
* Tue Aug 24 2010 Sjoerd Mullender <[email protected]> - 0.38.5-20100824
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list