]> git.pld-linux.org Git - packages/boost.git/commitdiff
- boost::call_traits goes to separate package
authormaho <maho@pld-linux.org>
Tue, 20 Jan 2004 16:18:39 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost.spec -> 1.11

boost.spec

index 6f9c67ca52777f88b76068bedb6787b45da104b8..7849dd4d05d4cc8bc3ed2ae395e4e9c73eec9ca6 100644 (file)
@@ -302,6 +302,28 @@ Biblioteka boost::ref jest ma
 przypadku przekazywania referencji do wzorców funkcji (algorytmów)
 które zazwyczaj bior± kopiê swoich argumentów.
 
+
+%package call_traits-devel
+Group:         Development/Libraries
+Summary:       Defines types for passing parameters.
+Summary(pl):   Definiuje typy dla przekazywania parametrów.
+Requires:      boost-devel = %{version}-%{release}
+Requires:      boost-type_traits-devel = %{version}-%{release}
+
+%description call_traits-devel
+boost::call_traits<T> encapsulates the "best" method to pass a
+parameter of some type T to or from a function. The purpose of
+call_traits is to ensure that problems like "references to references"
+never occur, and that parameters are passed in the most efficient
+manner possible.
+
+%description call_traits-devel -l pl
+boost::call_traits<T> zawiera "najlepsz±" metodê przekazywania
+parametrów jakiego¶ typu T do lub z funkcji. Celem call_traits jest
+zapewnienie ¿e problemy takie jak "referencja referencji" nigdy nie
+wyst±pi± i ¿e parametry s± przekazywane w mo¿liwie najbardziej
+efektywny sposób.
+
 %package doc
 Summary:       Boost C++ Library documentation
 Summary(pl):   Dokumentacja dla biblioteki Boost C++
@@ -454,6 +476,15 @@ egrep -v "$RFILES" devel.list >_devel.list
 mv {_,}devel.list
 
 
+#call_traits-devel
+RFILES="%{_includedir}/boost/call_traits.hpp"
+RFILES="$RFILES|%{_includedir}/detail/call_traits.hpp"
+RFILES="$RFILES|%{_includedir}/detail/ob_call_traits.hpp"
+egrep "$RFILES" devel.list > call_traits.list
+egrep -v "$RFILES" devel.list >_devel.list
+mv {_,}devel.list
+
+
 
 # documentation
 install -d $RPM_BUILD_ROOT%{_docdir}/boost-%{version}
@@ -526,7 +557,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_includedir}/boost/date_time
 %dir %{_includedir}/boost/date_time/gregorian
 %dir %{_includedir}/boost/date_time/posix_time
-%dir %{_includedir}/boost/detail
 %dir %{_includedir}/boost/filesystem
 %dir %{_includedir}/boost/format
 %dir %{_includedir}/boost/function
@@ -642,3 +672,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files ref-devel -f ref.list
 %defattr(644,root,root,755)
+
+%files call_traits-devel -f call_traits.list
+%defattr(644,root,root,755)
This page took 0.114238 seconds and 4 git commands to generate.