]> git.pld-linux.org Git - packages/MonetDB.git/blob - MonetDB.spec
- pl, files cleanups
[packages/MonetDB.git] / MonetDB.spec
1 Summary:        Fast database engine
2 Summary(pl):    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 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 %description -l pl
25 MonetDB to wysokowydajny system baz danych o otwartych ¼ród³ach
26 tworzony w CWI - Institute for Mathematics and Computer Science
27 Research of The Netherlands (Instytucie Matematyki i Nauk
28 Informatycznych Holandii). Zosta³ zaprojektowany aby zapewniæ wysok±
29 wydajno¶æ przy z³o¿onych zapytaniach dla du¿ych baz danych, np.
30 ³±cz±cych tabele z setkami kolumn i wieloma milionami wierszy. Jako
31 taki MonetDB mo¿e byæ u¿ywany w takich zastosowaniach aplikacyjnych, w
32 których tradycyjne technologie bazodanowe nie sprawdza³y siê w czasie
33 rzeczywistym. MonetDB zosta³ z sukcesem zastosowanych w
34 wysokowydajnych aplikacjach z zakresu górnistwa, OLAP, GIS, zapytañ
35 XML, przetwarzania tekstu i multimediów.
36
37 %package devel
38 Summary:        Header files for MonetDB
39 Summary(pl):    Pliki nag³ówkowe MonetDB
40 Group:          Development/Libraries
41 Requires:       %{name} = %{version}-%{release}
42
43 %description devel
44 This is the package containing the header files for MonetDB.
45
46 %description devel -l pl
47 Ten pakiet zawiera pliki nag³ówkowe MonetDB.
48
49 %prep
50 %setup -q
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 rm -f $RPM_BUILD_ROOT%{_libdir}/{%{name},php}/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files
71 %defattr(644,root,root,755)
72 #%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
73 %{_sysconfdir}/MonetDB.conf
74 %attr(755,root,root) %{_bindir}/*
75 %attr(755,root,root) %{_libdir}/*.so.*.*.*
76 %dir %{_libdir}/%{name}
77 %{_libdir}/%{name}/*.mil
78 %attr(755,root,root) %{_libdir}/%{name}/*.so.*
79 %attr(755,root,root) %{_libdir}/%{name}/*.so
80 # XXX: php-* module?
81 %attr(755,root,root) %{_libdir}/php/*.so.*
82 %dir %{_datadir}/%{name}
83 %{_datadir}/%{name}/*.mil
84 %{_datadir}/%{name}/*.gif
85 %{_datadir}/%{name}/tools
86 %{_datadir}/%{name}/Mprofile-commands.lst
87 %{_datadir}/%{name}/perl
88 %{_datadir}/%{name}/php
89 %{_datadir}/%{name}/python
90
91 %files devel
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_libdir}/*.so
94 %{_libdir}/*.la
95 %{_includedir}/%{name}
96 %{_pkgconfigdir}/MonetDB.pc
97 %{_datadir}/%{name}/conf
98 # XXX: missing dir?
99 %{_libdir}/autogen/*.py
This page took 0.082698 seconds and 4 git commands to generate.