Fix FTBFS on ARM (rhbz#1307818)
This commit is contained in:
parent
e68b441ab4
commit
9e5bf767cc
@ -1,6 +1,6 @@
|
|||||||
Name: openal-soft
|
Name: openal-soft
|
||||||
Version: 1.17.2
|
Version: 1.17.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Audio Library
|
Summary: Open Audio Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -59,7 +59,7 @@ for configuring OpenAL features.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake .
|
%cmake -DALSOFT_CPUEXT_NEON:BOOL=OFF .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -95,6 +95,9 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
|||||||
%{_bindir}/alsoft-config
|
%{_bindir}/alsoft-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 20 2016 Hans de Goede <hdegoede@redhat.com> - 1.17.2-2
|
||||||
|
- Fix FTBFS on ARM (rhbz#1307818)
|
||||||
|
|
||||||
* Thu Feb 04 2016 François Cami <fcami@fedoraproject.org> - 1.17.2-1
|
* Thu Feb 04 2016 François Cami <fcami@fedoraproject.org> - 1.17.2-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user