fix support for aarch64, another part (#969831)

This commit is contained in:
Michal Hlavinka 2013-06-03 16:32:14 +02:00
parent 3f62b075cd
commit fef1c38da0
1 changed files with 5 additions and 2 deletions

View File

@ -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)