]> git.pld-linux.org Git - packages/MonetDB.git/blob - MonetDB.spec
- converted to UTF-8
[packages/MonetDB.git] / MonetDB.spec
1 Summary:        Fast database engine
2 Summary(pl.UTF-8):   Szybki silnik baz danych
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 BuildRequires:  libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 MonetDB is an open source high-performance database system developed
16 at CWI, the Institute for Mathematics and Computer Science Research of
17 The Netherlands. It was designed to provide high performance on
18 complex queries against large databases, e.g. combining tables with
19 hundreds of columns and multi-million rows. As such, MonetDB can be
20 used in application areas that because of performance issues are no-go
21 areas for using traditional database technology in a real-time manner.
22 MonetDB has been successfully applied in high-performance applications
23 for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
24
25 %description -l pl.UTF-8
26 MonetDB to wysokowydajny system baz danych o otwartych źródłach
27 tworzony w CWI - Institute for Mathematics and Computer Science
28 Research of The Netherlands (Instytucie Matematyki i Nauk
29 Informatycznych Holandii). Został zaprojektowany aby zapewnić wysoką
30 wydajność przy złożonych zapytaniach dla dużych baz danych, np.
31 łączących tabele z setkami kolumn i wieloma milionami wierszy. Jako
32 taki MonetDB może być używany w takich zastosowaniach aplikacyjnych, w
33 których tradycyjne technologie bazodanowe nie sprawdzały się w czasie
34 rzeczywistym. MonetDB został z sukcesem zastosowanych w
35 wysokowydajnych aplikacjach z zakresu górnistwa, OLAP, GIS, zapytań
36 XML, przetwarzania tekstu i multimediów.
37
38 %package devel
39 Summary:        Header files for MonetDB
40 Summary(pl.UTF-8):   Pliki nagłówkowe MonetDB
41 Group:          Development/Libraries
42 Requires:       %{name} = %{version}-%{release}
43
44 %description devel
45 This is the package containing the header files for MonetDB.
46
47 %description devel -l pl.UTF-8
48 Ten pakiet zawiera pliki nagłówkowe MonetDB.
49
50 %prep
51 %setup -q
52
53 %build
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 rm -f $RPM_BUILD_ROOT%{_libdir}/{%{name},php}/*.la
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %files
72 %defattr(644,root,root,755)
73 %doc HowToStart README
74 %{_sysconfdir}/MonetDB.conf
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/*.so.*.*.*
77 %dir %{_libdir}/%{name}
78 %{_libdir}/%{name}/*.mil
79 %attr(755,root,root) %{_libdir}/%{name}/*.so.*
80 %attr(755,root,root) %{_libdir}/%{name}/*.so
81 # XXX: php-* module?
82 %attr(755,root,root) %{_libdir}/php/*.so.*
83 %dir %{_datadir}/%{name}
84 %{_datadir}/%{name}/*.mil
85 %{_datadir}/%{name}/*.gif
86 %{_datadir}/%{name}/tools
87 %{_datadir}/%{name}/Mprofile-commands.lst
88 %{_datadir}/%{name}/perl
89 %{_datadir}/%{name}/php
90 %{_datadir}/%{name}/python
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/*.so
95 %{_libdir}/*.la
96 %{_includedir}/%{name}
97 %{_pkgconfigdir}/MonetDB.pc
98 %{_datadir}/%{name}/conf
99 # XXX: missing dir?
100 %{_libdir}/autogen/*.py
This page took 0.076194 seconds and 3 git commands to generate.