Add support for ppc64le
This commit is contained in:
parent
6aa78f6ba5
commit
b0171729c3
@ -1,12 +1,12 @@
|
|||||||
Name: libipt
|
Name: libipt
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Intel(R) Processor Trace Decoder Library
|
Summary: Intel(R) Processor Trace Decoder Library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/intel/libipt
|
URL: https://github.com/intel/libipt
|
||||||
Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz
|
Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++ cmake
|
BuildRequires: gcc-c++ cmake
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64 ppc64le
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
|
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
|
||||||
@ -17,7 +17,7 @@ or it can be partially or fully integrated into your tool.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64 ppc64le
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files for Intel Processor Trace (Intel PT)
|
This package contains the development files for Intel Processor Trace (Intel PT)
|
||||||
@ -51,6 +51,9 @@ ctest -V %{?_smp_mflags}
|
|||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 21 2024 xurui <rui.xu@shingroup.cn> - 2.0.5-2
|
||||||
|
- Add support for ppc64le.
|
||||||
|
|
||||||
* Wed Jul 13 2022 qinyu <qinyu32@huawei.com> - 2.0.5-1
|
* Wed Jul 13 2022 qinyu <qinyu32@huawei.com> - 2.0.5-1
|
||||||
- Upgrade to 2.0.5.
|
- Upgrade to 2.0.5.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user