]> git.pld-linux.org Git - packages/boost.git/commitdiff
- boost::compose to separate package
authormaho <maho@pld-linux.org>
Thu, 22 Jan 2004 11:38:06 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost.spec -> 1.14

boost.spec

index 010637512bbd97d5cb63c70bcd149b0dfb673fc5..857fbcd81248f1f5a492017b4322a5718fdbad81 100644 (file)
@@ -341,6 +341,24 @@ standardu C++, pozwalaj
 platformach.
 
 
+%package compose-devel
+Group:         Development/Libraries
+Summary:       Functional composition adapters for the STL.
+Summary(pl):   Funkcjonalne adaptery kompozycji dla STL.
+
+%description compose-devel
+The boost::compose provides compose function object adapter extensions
+for use with the Standard Template Library (STL) portion of the C++
+Standard Library. If you aren't currently using the STL, this library
+won't be of any interest, but hard-core STL users will appreciate it's
+usefulness
+
+%description compose-devel -l pl
+boost::compose dostarcza rozszerzenie adaptera obiektu funkcji compose
+do u¿ytku z STLow± czê¶ci± Standardu C++. Je¿eli nie u¿ywasz STL,
+biblioteka bêdzie poza twoim zainteresowaniem, lecz hardkorowi
+u¿ytkownicy STLa doceni± jej u¿yteczno¶æ.
+
 %package doc
 Summary:       Boost C++ Library documentation
 Summary(pl):   Dokumentacja dla biblioteki Boost C++
@@ -509,6 +527,12 @@ egrep "$RFILES" devel.list > compat.list
 egrep -v "$RFILES" devel.list >_devel.list
 mv {_,}devel.list
 
+#compose-devel
+RFILES="%{_includedir}/boost/compose.hpp"
+egrep "$RFILES" devel.list > compose.list
+egrep -v "$RFILES" devel.list >_devel.list
+mv {_,}devel.list
+
 
 
 # documentation
@@ -701,3 +725,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files compatibility-devel -f compat.list
 %defattr(644,root,root,755)
+
+%files compose-devel -f compose.list
+%defattr(644,root,root,755)
This page took 0.029625 seconds and 4 git commands to generate.