add aarch64 support into config.guess and config.sub
This commit is contained in:
parent
eb7948e2ad
commit
73835ff566
@ -1,7 +1,7 @@
|
||||
Summary: A front end for testing other programs
|
||||
Name: dejagnu
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
|
||||
@ -14,6 +14,7 @@ Patch1: dejagnu-1.5-smp-1.patch
|
||||
Patch2: dejagnu-1.5-runtest.patch
|
||||
Patch3: dejagnu-1.5-usrmove.patch
|
||||
Patch4: dejagnu-1.5-gfortran.patch
|
||||
Patch5: dejagnu-1.5-aarch64.patch
|
||||
|
||||
%description
|
||||
DejaGnu is an Expect/Tcl based framework for testing other programs.
|
||||
@ -29,6 +30,7 @@ into software development).
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
%configure -v
|
||||
@ -76,7 +78,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/dejagnu*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.1-1
|
||||
* Mon Mar 25 2013 Honza Horak <hhorak@redhat.com> - 1:1.5.1-2
|
||||
- add aarch64 support into config.guess and config.sub
|
||||
|
||||
* Fri Mar 22 2013 Honza Horak <hhorak@redhat.com> - 1:1.5.1-1
|
||||
- Update to 1.5.1
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5-7
|
||||
|
Loading…
Reference in New Issue
Block a user