Accepting request 1141694 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1141694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=35
This commit is contained in:
commit
37ea97be70
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 16:31:59 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Fix build to handle changes in (open)SUSE specific cmake macros,
|
||||||
|
no user visible changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 1 08:24:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Dec 1 08:24:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
4
tbb.spec
4
tbb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tbb
|
# spec file for package tbb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO)
|
# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO)
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -244,7 +244,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# we install it into the devel package docdir
|
# we install it into the devel package docdir
|
||||||
rm -r %{buildroot}%{_datadir}/doc/TBB
|
rm -rf %{buildroot}%{_datadir}/doc/
|
||||||
|
|
||||||
# Rename tbb32.pc to tbb.pc (same as 64-bit) so that applications depending on tbb
|
# Rename tbb32.pc to tbb.pc (same as 64-bit) so that applications depending on tbb
|
||||||
# do not have to call different pkgconfig modules based on arch
|
# do not have to call different pkgconfig modules based on arch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user