From 9c181fc31affb538138ab97b2e645aec5dfc633a Mon Sep 17 00:00:00 2001 From: aredridel Date: Fri, 9 Dec 2005 05:37:38 +0000 Subject: [PATCH] - .so files are required for operation Changed files: MonetDB.spec -> 1.3 --- MonetDB.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/MonetDB.spec b/MonetDB.spec index 4dcac03..f2c298f 100644 --- a/MonetDB.spec +++ b/MonetDB.spec @@ -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 -- 2.43.0