SPECS: MonetDB.spec - pl, files cleanups

qboosh qboosh at pld-linux.org
Tue Dec 13 19:19:46 CET 2005


Author: qboosh                       Date: Tue Dec 13 18:19:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, files cleanups

---- Files affected:
SPECS:
   MonetDB.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/MonetDB.spec
diff -u SPECS/MonetDB.spec:1.3 SPECS/MonetDB.spec:1.4
--- SPECS/MonetDB.spec:1.3	Fri Dec  9 06:37:38 2005
+++ SPECS/MonetDB.spec	Tue Dec 13 19:19:41 2005
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-#
 Summary:	Fast database engine
+Summary(pl):	Szybki silnik baz danych
 Name:		MonetDB
 Version:	4.8.2
 Release:	1
@@ -22,15 +22,31 @@
 MonetDB has been successfully applied in high-performance applications
 for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
 
+%description -l pl
+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
 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
+Ten pakiet zawiera pliki nagłówkowe MonetDB.
+
 %prep
 %setup -q
 
@@ -44,19 +60,25 @@
 %{__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
 %{_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}/%{name}/*.so
-%attr(755,root,root) %{_libdir}/*.so.*
+# XXX: php-* module?
 %attr(755,root,root) %{_libdir}/php/*.so.*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.mil
@@ -69,12 +91,12 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/%{name}
-%{_libdir}/%{name}/*.la
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
+%{_includedir}/%{name}
 %{_pkgconfigdir}/MonetDB.pc
 %{_datadir}/%{name}/conf
-%attr(755,root,root) %{_libdir}/php/*.la
+# XXX: missing dir?
 %{_libdir}/autogen/*.py
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -83,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/12/13 18:19:41  qboosh
+- pl, files cleanups
+
 Revision 1.3  2005/12/09 05:37:38  aredridel
 - .so files are required for operation
 
@@ -92,4 +117,3 @@
 Revision 1.1  2005/12/09 03:26:58  aredridel
 - added
 - NFY: needs php, perl and python and libs split
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/MonetDB.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list