From f4ff76712021050af0b7e4c98c25e02579d30ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Sun, 25 Jan 2015 11:13:36 +0100 Subject: [PATCH] =?UTF-8?q?Own=20the=20hrtf=20dir=20-=20patch=20by=20Ville?= =?UTF-8?q?=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openal-soft.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openal-soft.spec b/openal-soft.spec index 6f6918f..8e0a46b 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -1,6 +1,6 @@ Name: openal-soft Version: 1.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -60,7 +60,6 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f {} ';' install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf -#cp -ar examples %{buildroot}%{_datarootdir}/openal/ %post -p /sbin/ldconfig @@ -74,6 +73,7 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf %config(noreplace) %{_sysconfdir}/openal/alsoft.conf %dir %{_datarootdir}/openal %{_datarootdir}/openal/alsoftrc.sample +%dir %{_datarootdir}/openal/hrtf %{_datarootdir}/openal/hrtf/default-44100.mhr %{_datarootdir}/openal/hrtf/default-48000.mhr @@ -82,14 +82,14 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf %{_includedir}/* %{_libdir}/libopenal.so %{_libdir}/pkgconfig/openal.pc -#%{_datarootdir}/openal/examples/* -#%dir %{_datarootdir}/openal/examples -#%{_datarootdir}/openal/examples/common/* %files qt %{_bindir}/alsoft-config %changelog +* Sat Jan 24 2015 Ville Skyttä - 1.16.0-4 +- Own the hrtf dir + * Mon Sep 8 2014 Marcin Juszkiewicz - 1.16.0-3 - Check for arm_neon.h only on 32bit ARM