rpms/openal/EL-4 openal.spec,1.15,1.16

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Jan 8 07:41:10 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/openal/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5711/EL-4

Modified Files:
	openal.spec 
Log Message:
- upgrade specs



Index: openal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openal/EL-4/openal.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- openal.spec	7 Nov 2006 16:55:46 -0000	1.15
+++ openal.spec	8 Jan 2008 07:40:27 -0000	1.16
@@ -1,10 +1,10 @@
 Name:           openal
 Version:        0.0.9
-Release:        0.6.20060204cvs%{?dist}
+Release:        0.13.20060204cvs%{?dist}
 Summary:        Open Audio Library
 
 Group:          System Environment/Libraries
-License:        LGPL
+License:        LGPLv2
 URL:            http://www.openal.org/
 # source from cvs
 #cvs -d:pserver:guest at opensource.creative.com:/usr/local/cvs-repository login
@@ -16,6 +16,8 @@
 Patch1:         openal-no-undefined.patch
 Patch2:         openal-pkgconfig.patch
 Patch3:         openal-pause.patch
+# fixes race condition on x86_64 for now (#203336)
+Patch4:         openal-x86_64-mmx.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel
@@ -27,8 +29,11 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  SDL-devel
 BuildRequires:  texinfo
-BuildRequires:  libtool
 Obsoletes:      %{name}-test < 0.0.8
+BuildRequires:  libtool
+
+# 420991
+Requires: SDL
 
 %description
 OpenAL is an audio library designed in the spirit of OpenGL--machine
@@ -55,15 +60,17 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -p1
 ./autogen.sh
 %patch0 -p1
 
 %build
 %configure --enable-arts                   \
            --enable-alsa                   \
-           --enable-esd                    \
+           --disable-esd-dlopen            \
            --enable-vorbis                 \
            --enable-sdl                    \
+           --disable-sdl-dlopen            \
            --disable-smpeg                 \
            --enable-capture
 
@@ -79,6 +86,9 @@
 install -Dpm 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/openalrc
 rm -rf common/specification/CVS
 
+touch -r ChangeLog ${RPM_BUILD_ROOT}%{_bindir}/openal-config
+
+
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -102,24 +112,55 @@
 
 
 %changelog
-* Tue Nov 07 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-0.0.9-0.6.20060204
+* Sat Dec 15 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.0.9-0.13.20060204
+- directly require sdl
+
+* Wed Dec 12 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.0.9-0.12.20060204
+- set default output to sdl for >F8 to work around pulseaudio (#420991)
+- fix multiarch (#324771)
+- fix esound problem (don't use dlopen) (#397511)
+
+
+* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.0.9-0.11.20060204
+- new license tag
+- rebuild for ppc32
+
+* Sun Jun 17 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.0.9-0.10.20060204
+- apply patch for bug #203336
+
+* Sat Nov 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.9.20060204
 - fix #190438
 
+* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.8.20060204
+- FE6 rebuild
+
 * Mon Aug 21 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-0.0.9-0.5.20060204
+0.0.9-0.7.20060204
 - apply patch from Hans de Goede (#202260)
-- fix BR
+
+* Tue Aug 01 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.6.20060204
+- fix #200439
 
 * Mon Feb 27 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-0.0.9-0.4.20060204
+0.0.9-0.5.20060204
 - revert back to old cvs snapshot to avoid soname change for now...
 - fix openal-config and pkg-config in a better fashion
 
 * Sun Feb 26 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-0.0.9-0.3.20060226
+0.0.9-0.4.20060226
 - fix #181989
 
+* Thu Feb 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.0.9-0.3.20060204
+- Rebuild for Fedora Extras 5
+
 * Sun Feb 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.0.9-0.2.20060204
 - pkgconfig should include pthread




More information about the fedora-extras-commits mailing list