]> git.pld-linux.org Git - packages/MonetDB.git/commitdiff
- .so files are required for operation
authoraredridel <aredridel@pld-linux.org>
Fri, 9 Dec 2005 05:37:38 +0000 (05:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MonetDB.spec -> 1.3

MonetDB.spec

index 4dcac03976b86248a84b7238bdec0c1b7a54de7e..f2c298f69626165ac22a274bac1469abc4f5d768 100644 (file)
@@ -7,11 +7,19 @@ License:      GPL
 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
@@ -46,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %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}
@@ -57,12 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_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
This page took 0.068873 seconds and 4 git commands to generate.