SPECS: boost.spec - pl for new packages - cleanup (no shared typeof)

qboosh qboosh at pld-linux.org
Wed Jun 20 22:25:58 CEST 2007


Author: qboosh                       Date: Wed Jun 20 20:25:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for new packages
- cleanup (no shared typeof)

---- Files affected:
SPECS:
   boost.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SPECS/boost.spec
diff -u SPECS/boost.spec:1.91 SPECS/boost.spec:1.92
--- SPECS/boost.spec:1.91	Wed Jun 20 20:26:32 2007
+++ SPECS/boost.spec	Wed Jun 20 22:25:53 2007
@@ -572,12 +572,16 @@
 
 %package statechart-devel
 Summary:	C++ library for finite state machines
+Summary(pl.UTF-8):	Biblioteka C++ do automatów skończonych
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description statechart-devel
 C++ library for finite state machines.
 
+%description statechart-devel -l pl.UTF-8
+Biblioteka C++ do automatów skończonych.
+
 %package test
 Summary:	Support for program testing and  execution monitoring
 Summary(pl.UTF-8):	Wsparcie dla testowania i monitorowania programu
@@ -663,6 +667,7 @@
 
 %package tr1-devel
 Summary:	An implementation of the C++ Technical Report on Standard Library Extensions
+Summary(pl.UTF-8):	Implementacja C++ TR dla rozszerzeń biblioteki standardowej
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -674,22 +679,27 @@
 will include the Boost Library equivalents, and import them into
 namespace std::tr1.
 
-%package typeof
-Summary:	Emulates C++ typeid()
-Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
-
-%description typeof
-Emulates C++ typeid().
+%description tr1-devel -l pl.UTF-8
+Biblioteka TR1 udostępnia implementację C++ Technical Report on
+Standard Library Extensions (raporto technicznego dotyczącego
+rozszerzeń biblioteki standardowej C++). Biblioteka jako taka nie
+implementuje komponentów TR1, lecz jest cienkim opakowaniem
+zawierającym implementację TR1 z zainstalowanej biblioteki
+standardowej (jeśli taka jest) lub zawiera odpowiedniki z biblioteki
+Boost zaimportowane do przestrzeni nazw std::tr1.
 
 %package typeof-devel
 Summary:	Emulates C++ typeid()
+Summary(pl.UTF-8):	Emulacja typeid() z C++
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description typeof-devel
 Emulates C++ typeid().
 
+%description typeof-devel -l pl.UTF-8
+Emulacja typeid() z C++.
+
 %package uBLAS-devel
 Summary:	Basic linear algebra for dense, packed and sparse matrices
 Summary(pl.UTF-8):	Prosta liniowa algebra dla gęstych, upakowanych i rzadkich macierzy
@@ -748,6 +758,7 @@
 
 %package xpressive-devel
 Summary:	Object-oriented regular expression template library for C++
+Summary(pl.UTF-8):	Zorientowana obiektowo biblioteka szablonów wyrażeń regularnych dla C++
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -759,6 +770,14 @@
 themselves recursively, allowing you to build arbitrarily complicated
 grammars out of them.
 
+%description xpressive-devel -l pl.UTF-8
+xpressive to zaawansowana, zorientowana obiektowo biblioteka szablonów
+wyrażeń regularnych dla C++. Wyrażenia regularne mogą być pisane jako
+łańcuchy znaków analizowane w czasie działania lub szablony wyrażeń
+analizowane w czasie kompilacji. Wyrażenia regularne mogą odwoływać
+się do siebie nawzajem i rekurencyjnie do siebie samych, co pozwala na
+tworzenie z nich dowolnie złożonych gramatyk.
+
 %package doc
 Summary:	Boost C++ Library documentation
 Summary(pl.UTF-8):	Dokumentacja dla biblioteki Boost C++
@@ -901,9 +920,6 @@
 %post	test	-p /sbin/ldconfig
 %postun	test	-p /sbin/ldconfig
 
-%post	typeof	-p /sbin/ldconfig
-%postun	typeof	-p /sbin/ldconfig
-
 %post   wave    -p /sbin/ldconfig
 %postun wave    -p /sbin/ldconfig
 
@@ -1252,7 +1268,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libboost_thread*.a
 
-%files typeof
+%files typeof-devel
 %defattr(644,root,root,755)
 %{_includedir}/boost/typeof
 
@@ -1288,6 +1304,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2007/06/20 20:25:53  qboosh
+- pl for new packages
+- cleanup (no shared typeof)
+
 Revision 1.91  2007/06/20 18:26:32  arekm
 - added subpackages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/boost.spec?r1=1.91&r2=1.92&f=u



More information about the pld-cvs-commit mailing list