Update config.sub,guess for aarch64 (RHBZ #926411).
This commit is contained in:
parent
7d09c8abd6
commit
8f3790b206
2701
qhull-2003.1-config.patch
Normal file
2701
qhull-2003.1-config.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
Summary: General dimension convex hull programs
|
Summary: General dimension convex hull programs
|
||||||
Name: qhull
|
Name: qhull
|
||||||
Version: 2003.1
|
Version: 2003.1
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
License: Qhull
|
License: Qhull
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
|
Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
|
||||||
@ -11,6 +11,8 @@ Patch1: http://www.qhull.org/download/qhull-2003.1-qh_gethash.patch
|
|||||||
Patch2: qhull-2003.1-pkgconfig.patch
|
Patch2: qhull-2003.1-pkgconfig.patch
|
||||||
# Misc. fixes related to 64bit compliance
|
# Misc. fixes related to 64bit compliance
|
||||||
Patch3: qhull-2003.1-64bit.patch
|
Patch3: qhull-2003.1-64bit.patch
|
||||||
|
# Update config.{guess,sub} for *-aarch64 (RHBZ #926411)
|
||||||
|
Patch4: qhull-2003.1-config.patch
|
||||||
|
|
||||||
URL: http://www.qhull.org
|
URL: http://www.qhull.org
|
||||||
|
|
||||||
@ -42,6 +44,7 @@ about a point.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
sed -i -e "s,\"../html/,\"html/,g" src/*.htm
|
sed -i -e "s,\"../html/,\"html/,g" src/*.htm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -85,6 +88,9 @@ install -m644 -D qhull.pc ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/qhull.pc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 24 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 2003.1-20
|
||||||
|
- Update config.sub,guess for aarch64 (RHBZ #926411).
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2003.1-19
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2003.1-19
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user