Accepting request 393634 from home:jengelh:branches:devel:libraries:c_c++
- Update group, and description of tbbmalloc. The defattr 4th arg won't be needed. OBS-URL: https://build.opensuse.org/request/show/393634 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=12
This commit is contained in:
parent
c27da08052
commit
6b3ab9324f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 4 12:21:36 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update group, and description of tbbmalloc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 4 10:53:51 UTC 2016 - idonmez@suse.com
|
Wed May 4 10:53:51 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
19
tbb.spec
19
tbb.spec
@ -22,7 +22,7 @@ Version: 44_20160128
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Threading Building Blocks (TBB)
|
Summary: Threading Building Blocks (TBB)
|
||||||
License: SUSE-GPL-2.0-with-linking-exception
|
License: SUSE-GPL-2.0-with-linking-exception
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://www.threadingbuildingblocks.org/
|
Url: https://www.threadingbuildingblocks.org/
|
||||||
Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src_0.tgz
|
Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src_0.tgz
|
||||||
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
|
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
|
||||||
@ -59,12 +59,11 @@ Provides: %{name} = %{version}
|
|||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
|
|
||||||
%description -n libtbbmalloc%{so_ver}
|
%description -n libtbbmalloc%{so_ver}
|
||||||
Threading Building Blocks (TBB) offers a rich and complete approach to
|
This subpackage contains the two TBB memory allocator templates that
|
||||||
expressing parallelism in a C++ program. It is a library that helps you take
|
are similar to the STL template class std::allocator. These two
|
||||||
advantage of multi-core processor performance without having to be a threading
|
templates, scalable_allocator<T> and cache_aligned_allocator<T>,
|
||||||
expert. Threading Building Blocks is not just a threads-replacement library. It
|
address critical issues in parallel programming: scalability and
|
||||||
represents a higher-level, task-based parallelism that abstracts platform
|
false sharing.
|
||||||
details and threading mechanism for performance and scalability.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Files for Threading Building Blocks (TBB)
|
Summary: Development Files for Threading Building Blocks (TBB)
|
||||||
@ -112,16 +111,16 @@ popd
|
|||||||
%postun -n libtbbmalloc%{so_ver} -p /sbin/ldconfig
|
%postun -n libtbbmalloc%{so_ver} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libtbb%{so_ver}
|
%files -n libtbb%{so_ver}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtbb.so.%{so_ver}*
|
%{_libdir}/libtbb.so.%{so_ver}*
|
||||||
|
|
||||||
%files -n libtbbmalloc%{so_ver}
|
%files -n libtbbmalloc%{so_ver}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtbbmalloc.so.%{so_ver}*
|
%{_libdir}/libtbbmalloc.so.%{so_ver}*
|
||||||
%{_libdir}/libtbbmalloc_proxy.so.%{so_ver}*
|
%{_libdir}/libtbbmalloc_proxy.so.%{so_ver}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COPYING index.html
|
%doc CHANGES COPYING index.html
|
||||||
%doc doc/Release_Notes.txt doc/html/
|
%doc doc/Release_Notes.txt doc/html/
|
||||||
%{_includedir}/tbb/
|
%{_includedir}/tbb/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user