fix support for aarch64 (#925887)
This commit is contained in:
parent
19026be1ce
commit
3f62b075cd
@ -1,7 +1,7 @@
|
||||
Summary: Library for reading and writing sound files
|
||||
Name: libsndfile
|
||||
Version: 1.0.25
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ and BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mega-nerd.com/libsndfile/
|
||||
@ -55,7 +55,8 @@ This package contains command line utilities for libsndfile.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
rm -r src/GSM610 ; autoreconf -I M4 # for system-gsm patch
|
||||
rm -r src/GSM610 ; autoreconf -I M4 -fiv # for system-gsm patch
|
||||
#also for aarch64 support which requires autotools 2.69+
|
||||
|
||||
|
||||
%build
|
||||
@ -160,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.0.25-6
|
||||
- fix support for aarch64 (#925887)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user