]> git.pld-linux.org Git - packages/MonetDB.git/blob - MonetDB.spec
- .so files are required for operation
[packages/MonetDB.git] / MonetDB.spec
1 #
2 Summary:        Fast database engine
3 Name:           MonetDB
4 Version:        4.8.2
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/monetdb/%{name}-%{version}.tar.gz
9 # Source0-md5:  3fafd56f98a02859b04762ab3d601e37
10 URL:            http://monetdb.cwi.nl/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 MonetDB is an open source high-performance database system developed
15 at CWI, the Institute for Mathematics and Computer Science Research of
16 The Netherlands. It was designed to provide high performance on
17 complex queries against large databases, e.g. combining tables with
18 hundreds of columns and multi-million rows. As such, MonetDB can be
19 used in application areas that because of performance issues are no-go
20 areas for using traditional database technology in a real-time manner.
21 MonetDB has been successfully applied in high-performance applications
22 for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
23
24 %package devel
25 Summary:        Header files for MonetDB
26 Summary(pl):    Pliki nag³ówkowe MonetDB
27 Group:          Development/Libraries
28 #Requires:      %{name} = %{version}-%{release}
29
30 %description devel
31 This is the package containing the header files for MonetDB.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 #%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
52 %{_sysconfdir}/MonetDB.conf
53 %attr(755,root,root) %{_bindir}/*
54 %dir %{_libdir}/%{name}
55 %{_libdir}/%{name}/*.mil
56 %attr(755,root,root) %{_libdir}/%{name}/*.so.*
57 %attr(755,root,root) %{_libdir}/%{name}/*.so
58 %attr(755,root,root) %{_libdir}/*.so.*
59 %attr(755,root,root) %{_libdir}/php/*.so.*
60 %dir %{_datadir}/%{name}
61 %{_datadir}/%{name}/*.mil
62 %{_datadir}/%{name}/*.gif
63 %{_datadir}/%{name}/tools
64 %{_datadir}/%{name}/Mprofile-commands.lst
65 %{_datadir}/%{name}/perl
66 %{_datadir}/%{name}/php
67 %{_datadir}/%{name}/python
68
69 %files devel
70 %defattr(644,root,root,755)
71 %{_includedir}/%{name}
72 %{_libdir}/%{name}/*.la
73 %{_libdir}/*.la
74 %{_pkgconfigdir}/MonetDB.pc
75 %{_datadir}/%{name}/conf
76 %attr(755,root,root) %{_libdir}/php/*.la
77 %{_libdir}/autogen/*.py
This page took 0.065338 seconds and 3 git commands to generate.