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