fix build

This commit is contained in:
Bill Nottingham 2004-12-01 03:42:30 +00:00
parent 4e8ea1b878
commit 3f822a5c1f

View File

@ -6,6 +6,7 @@ License: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2
Patch: alsa-lib-assert.patch
Patch2: alsa-lib-macro.patch
URL: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: doxygen
@ -24,7 +25,6 @@ Summary: Static libraries and header files from the ALSA library.
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: pkgconfig
%description devel
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
@ -35,6 +35,7 @@ against the ALSA libraries and interfaces.
%prep
%setup -q -n %{name}-%{version}%{?prever}
%patch -p1
%patch2 -p1
%build
%configure \
@ -88,6 +89,7 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
%changelog
* Tue Nov 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-6
- fix bad assertion that trips up gstreamer (fixes GNOME bug #159647)
- undef gets in case it's a macro (#141423)
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
- move libraries & data to root fs, needed at boot time