|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: openal-soft
|
|
|
|
|
Version: 1.17.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Open Audio Library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -59,7 +59,7 @@ for configuring OpenAL features.
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake .
|
|
|
|
|
%cmake -DALSOFT_CPUEXT_NEON:BOOL=OFF .
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -95,6 +95,9 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
|
|
|
|
%{_bindir}/alsoft-config
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|