update to 1.15.1

epel10
F. Cami 12 years ago
parent 08885549ed
commit 2462185e7e

1
.gitignore vendored

@ -1,3 +1,4 @@
openal-soft-1.12.854.tar.bz2 openal-soft-1.12.854.tar.bz2
/openal-soft-1.13.tar.bz2 /openal-soft-1.13.tar.bz2
/openal-soft-1.14.tar.bz2 /openal-soft-1.14.tar.bz2
/openal-soft-1.15.1.tar.bz2

@ -1,13 +1,12 @@
Name: openal-soft Name: openal-soft
Version: 1.14 Version: 1.15.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Open Audio Library Summary: Open Audio Library
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
URL: http://kcat.strangesoft.net/openal.html URL: http://kcat.strangesoft.net/openal.html
Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2 Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
Patch0: %{name}-1.14-x86.patch
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-libs-devel
@ -40,7 +39,6 @@ developing applications that use %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .x86
%build %build
%cmake . %cmake .
@ -48,10 +46,9 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';' find %{buildroot} -name '*.la' -exec rm -f {} ';'
install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
#cp -ar examples %{buildroot}%{_datarootdir}/openal/
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -63,14 +60,23 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
%{_libdir}/libopenal.so.* %{_libdir}/libopenal.so.*
%dir %{_sysconfdir}/openal %dir %{_sysconfdir}/openal
%config(noreplace) %{_sysconfdir}/openal/alsoft.conf %config(noreplace) %{_sysconfdir}/openal/alsoft.conf
%dir %{_datarootdir}/openal
%{_datarootdir}/openal/alsoftrc.sample
%files devel %files devel
%{_bindir}/makehrtf %{_bindir}/makehrtf
%{_includedir}/* %{_includedir}/*
%{_libdir}/libopenal.so %{_libdir}/libopenal.so
%{_libdir}/pkgconfig/openal.pc %{_libdir}/pkgconfig/openal.pc
#%{_datarootdir}/openal/examples/*
#%dir %{_datarootdir}/openal/examples
#%{_datarootdir}/openal/examples/common/*
%changelog %changelog
* Fri Jan 11 2013 François Cami <fcami@fedoraproject.org> - 1.15.1-1
- New upstream release
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
3d8b86c21a2f87a2a5e60f78f3b3f03d openal-soft-1.14.tar.bz2 ea83dec3b9655a27d28e7bc7cae9cd71 openal-soft-1.15.1.tar.bz2

Loading…
Cancel
Save