fix support for aarch64, another part (#969831)
This commit is contained in:
parent
3f62b075cd
commit
fef1c38da0
@ -1,7 +1,7 @@
|
||||
Summary: Library for reading and writing sound files
|
||||
Name: libsndfile
|
||||
Version: 1.0.25
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ and BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mega-nerd.com/libsndfile/
|
||||
@ -81,7 +81,7 @@ cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
|
||||
|
||||
# fix multilib issues
|
||||
%ifarch x86_64 s390x ia64 ppc64 sparc64
|
||||
%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64
|
||||
%define wordsize 64
|
||||
%else
|
||||
%define wordsize 32
|
||||
@ -161,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 03 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.0.25-7
|
||||
- fix support for aarch64, another part (#969831)
|
||||
|
||||
* Wed Mar 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.0.25-6
|
||||
- fix support for aarch64 (#925887)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user