aarch64 and ppc64le are now supported
This commit is contained in:
parent
2203ddef7e
commit
7e622d7fcb
@ -2,12 +2,11 @@ Summary: An API for Run-time Code Generation
|
||||
License: LGPLv2+
|
||||
Name: dyninst
|
||||
Group: Development/Libraries
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.dyninst.org
|
||||
Version: 9.2.0
|
||||
Exclusiveos: linux
|
||||
#dyninst only knows the following architectures
|
||||
ExclusiveArch: %{ix86} x86_64 ppc ppc64
|
||||
ExclusiveArch: %{ix86} x86_64 %{power64} aarch64
|
||||
|
||||
Source0: https://github.com/dyninst/dyninst/archive/v9.2.0.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/dyninst/dyninst/releases/download/v9.2.0/Testsuite-9.2.0.zip
|
||||
@ -170,6 +169,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \
|
||||
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 9.2.0-2
|
||||
- aarch64 and ppc64le are now supported
|
||||
|
||||
* Thu Jun 30 2016 Josh Stone <jistone@redhat.com> - 9.2.0-1
|
||||
- Update to 9.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user