[openal-soft] 1.14-1

Hans de Goede jwrdegoede at fedoraproject.org
Fri Apr 6 18:17:45 UTC 2012


commit 2d82f0abab214340265cf9c0c568a205021bdced
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Apr 6 20:19:53 2012 +0200

    1.14-1
    
    - version upgrade (rhbz#808968)
    - spec cleanup

 .gitignore       |    1 +
 openal-soft.spec |   15 +++++++--------
 sources          |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6359914..fdd8c46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 openal-soft-1.12.854.tar.bz2
 /openal-soft-1.13.tar.bz2
+/openal-soft-1.14.tar.bz2
diff --git a/openal-soft.spec b/openal-soft.spec
index ce8977a..4e730e9 100644
--- a/openal-soft.spec
+++ b/openal-soft.spec
@@ -1,5 +1,5 @@
 Name:           openal-soft
-Version:        1.13
+Version:        1.14
 Release:        1%{?dist}
 Summary:        Open Audio Library
 
@@ -7,7 +7,6 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://kcat.strangesoft.net/openal.html
 Source0:        http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel
 BuildRequires:  pulseaudio-libs-devel
@@ -46,22 +45,17 @@ developing applications that use %{name}.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/openal-info
 %{_libdir}/libopenal.so.*
@@ -69,12 +63,17 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/openal/alsoft.conf
 
 %files devel
-%defattr(-,root,root,-)
+%{_bindir}/makehrtf
 %{_includedir}/*
 %{_libdir}/libopenal.so
 %{_libdir}/pkgconfig/openal.pc
 
 %changelog
+* Fri Apr  6 2012 Hans de Goede <hdegoede at redhat.com> - 1.14-1
+- 1.14-1
+- version upgrade (rhbz#808968)
+- spec cleanup
+
 * Thu Jan 26 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 1.13-1
 - version upgrade
diff --git a/sources b/sources
index 83c7a7e..09b3521 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58b7d2809790c70681b825644c5f3614  openal-soft-1.13.tar.bz2
+3d8b86c21a2f87a2a5e60f78f3b3f03d  openal-soft-1.14.tar.bz2


More information about the scm-commits mailing list