Own the hrtf dir - patch by Ville Skyttä
This commit is contained in:
parent
64956e562a
commit
f4ff767120
@ -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ä <ville.skytta@iki.fi> - 1.16.0-4
|
||||
- Own the hrtf dir
|
||||
|
||||
* Mon Sep 8 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.16.0-3
|
||||
- Check for arm_neon.h only on 32bit ARM
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user