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