SPECS: MonetDB.spec - .so files are required for operation
aredridel
aredridel at pld-linux.org
Fri Dec 9 06:37:44 CET 2005
Author: aredridel Date: Fri Dec 9 05:37:44 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- .so files are required for operation
---- Files affected:
SPECS:
MonetDB.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/MonetDB.spec
diff -u SPECS/MonetDB.spec:1.2 SPECS/MonetDB.spec:1.3
--- SPECS/MonetDB.spec:1.2 Fri Dec 9 05:15:51 2005
+++ SPECS/MonetDB.spec Fri Dec 9 06:37:38 2005
@@ -8,11 +8,19 @@
Group: Applications
Source0: http://dl.sourceforge.net/monetdb/%{name}-%{version}.tar.gz
# Source0-md5: 3fafd56f98a02859b04762ab3d601e37
-URL: -
+URL: http://monetdb.cwi.nl/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Fast database engine
+MonetDB is an open source high-performance database system developed
+at CWI, the Institute for Mathematics and Computer Science Research of
+The Netherlands. It was designed to provide high performance on
+complex queries against large databases, e.g. combining tables with
+hundreds of columns and multi-million rows. As such, MonetDB can be
+used in application areas that because of performance issues are no-go
+areas for using traditional database technology in a real-time manner.
+MonetDB has been successfully applied in high-performance applications
+for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
%package devel
Summary: Header files for MonetDB
@@ -47,6 +55,7 @@
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.mil
%attr(755,root,root) %{_libdir}/%{name}/*.so.*
+%attr(755,root,root) %{_libdir}/%{name}/*.so
%attr(755,root,root) %{_libdir}/*.so.*
%attr(755,root,root) %{_libdir}/php/*.so.*
%dir %{_datadir}/%{name}
@@ -58,12 +67,12 @@
%{_datadir}/%{name}/php
%{_datadir}/%{name}/python
-
%files devel
+%defattr(644,root,root,755)
%{_includedir}/%{name}
%{_libdir}/%{name}/*.la
%{_libdir}/*.la
-%{_libdir}/pkgconfig/MonetDB.pc
+%{_pkgconfigdir}/MonetDB.pc
%{_datadir}/%{name}/conf
%attr(755,root,root) %{_libdir}/php/*.la
%{_libdir}/autogen/*.py
@@ -74,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2005/12/09 05:37:38 aredridel
+- .so files are required for operation
+
Revision 1.2 2005/12/09 04:15:51 aredridel
- add missing devel package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/MonetDB.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list