spec tweaks: Add tbb-devel Requires:, Add ppc64le and aarch64 into ExclusiveArch:
This commit is contained in:
parent
a2c9b02404
commit
282b1fe808
@ -2,13 +2,13 @@ Summary: An API for Run-time Code Generation
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Name: dyninst
|
Name: dyninst
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.dyninst.org
|
URL: http://www.dyninst.org
|
||||||
Version: 10.0.0
|
Version: 10.0.0
|
||||||
# Dyninst only has full support for a few architectures.
|
# Dyninst only has full support for a few architectures.
|
||||||
# It has some preliminary support for aarch64 and ppc64le,
|
# It has some preliminary support for aarch64 and ppc64le,
|
||||||
# but we're waiting for those to be feature-complete.
|
# but we're waiting for those to be feature-complete.
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc ppc64
|
ExclusiveArch: %{ix86} x86_64 ppc64le aarch64
|
||||||
|
|
||||||
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
||||||
# Explicit version since it does not match the source version
|
# Explicit version since it does not match the source version
|
||||||
@ -61,6 +61,7 @@ Summary: Header files for the compiling programs with Dyninst
|
|||||||
Group: Development/System
|
Group: Development/System
|
||||||
Requires: dyninst = %{version}-%{release}
|
Requires: dyninst = %{version}-%{release}
|
||||||
Requires: boost-devel
|
Requires: boost-devel
|
||||||
|
Requires: tbb-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
dyninst-devel includes the C header files that specify the Dyninst user-space
|
dyninst-devel includes the C header files that specify the Dyninst user-space
|
||||||
@ -201,6 +202,10 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \
|
|||||||
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
|
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 03 2018 Frank Ch. Eigler <fche@redhat.com> - 10.0.0-2
|
||||||
|
- Add tbb-devel Requires:
|
||||||
|
- Add ppc64le and aarch64 into ExclusiveArch:
|
||||||
|
|
||||||
* Tue Nov 13 2018 Stan Cox <scox@redhat.com> - 10.0.0-1
|
* Tue Nov 13 2018 Stan Cox <scox@redhat.com> - 10.0.0-1
|
||||||
- Update to 10.0.0
|
- Update to 10.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user