]> git.pld-linux.org Git - packages/MonetDB.git/blobdiff - MonetDB.spec
- tabs in preamble
[packages/MonetDB.git] / MonetDB.spec
index 4dcac03976b86248a84b7238bdec0c1b7a54de7e..8b0e042a79e0c0b5163a57a471f3d40957cf1213 100644 (file)
@@ -1,5 +1,5 @@
-#
 Summary:       Fast database engine
+Summary(pl.UTF-8):     Szybki silnik baz danych
 Name:          MonetDB
 Version:       4.8.2
 Release:       1
@@ -7,21 +7,46 @@ License:      GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/monetdb/%{name}-%{version}.tar.gz
 # Source0-md5: 3fafd56f98a02859b04762ab3d601e37
-URL:           -
+URL:           http://monetdb.cwi.nl/
+BuildRequires: libstdc++-devel
 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.
+
+%description -l pl.UTF-8
+MonetDB to wysokowydajny system baz danych o otwartych źródłach
+tworzony w CWI - Institute for Mathematics and Computer Science
+Research of The Netherlands (Instytucie Matematyki i Nauk
+Informatycznych Holandii). Został zaprojektowany aby zapewnić wysoką
+wydajność przy złożonych zapytaniach dla dużych baz danych, np.
+łączących tabele z setkami kolumn i wieloma milionami wierszy. Jako
+taki MonetDB może być używany w takich zastosowaniach aplikacyjnych, w
+których tradycyjne technologie bazodanowe nie sprawdzały się w czasie
+rzeczywistym. MonetDB został z sukcesem zastosowanych w
+wysokowydajnych aplikacjach z zakresu górnistwa, OLAP, GIS, zapytań
+XML, przetwarzania tekstu i multimediów.
 
 %package devel
 Summary:       Header files for MonetDB
-Summary(pl):   Pliki nag³ówkowe MonetDB
+Summary(pl.UTF-8):     Pliki nagłówkowe MonetDB
 Group:         Development/Libraries
-#Requires:     %{name} = %{version}-%{release}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 This is the package containing the header files for MonetDB.
 
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe MonetDB.
+
 %prep
 %setup -q
 
@@ -35,18 +60,25 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/{%{name},php}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%doc HowToStart README
 %{_sysconfdir}/MonetDB.conf
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*.mil
 %attr(755,root,root) %{_libdir}/%{name}/*.so.*
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+# XXX: php-* module?
 %attr(755,root,root) %{_libdir}/php/*.so.*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.mil
@@ -57,12 +89,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/php
 %{_datadir}/%{name}/python
 
-
 %files devel
-%{_includedir}/%{name}
-%{_libdir}/%{name}/*.la
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
-%{_libdir}/pkgconfig/MonetDB.pc
+%{_includedir}/%{name}
+%{_pkgconfigdir}/MonetDB.pc
 %{_datadir}/%{name}/conf
-%attr(755,root,root) %{_libdir}/php/*.la
+# XXX: missing dir?
 %{_libdir}/autogen/*.py
This page took 0.059756 seconds and 4 git commands to generate.