- fix #148011 (add gettext-devel to BuildRequires)

- add $RPM_OPT_FLAGS to CFLAGS
This commit is contained in:
Martin Stransky 2005-02-16 13:09:09 +00:00
parent db53e3d91b
commit cc6405cea8

View File

@ -1,7 +1,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: 1.0.8
Release: 1
Release: 2
License: GPL
Group: Applications/Multimedia
URL: http://www.alsa-project.org/
@ -12,6 +12,7 @@ Source2: alsa.dev
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel >= %{version}
BuildRequires: ncurses-devel
BuildRequires: gettext-devel
#BuildRequires: xorg-x11-devel
@ -25,7 +26,7 @@ Architecture (ALSA).
%build
autoreconf -f -i
%configure --sbindir=/sbin
%configure CFLAGS="$RPM_OPT_FLAGS" --sbindir=/sbin
%{__make} %{?_smp_mflags}
%install
@ -58,6 +59,10 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/dev.d/sound/alsa.dev
%changelog
* Wed Feb 16 2008 Martin Stransky <stransky@redhat.com> 1.0.8-2
- fix #148011 (add gettext-devel to BuildRequires)
- add $RPM_OPT_FLAGS to CFLAGS
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1
- update to 1.0.8
- temporarily removed alsa-lauch.patch