removed autoreconf
This commit is contained in:
parent
178341d6cc
commit
4e6922e344
@ -3,7 +3,7 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.11
|
Version: 1.0.11
|
||||||
Release: 2.rc2.2
|
Release: 3.rc2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -15,9 +15,7 @@ Source10: alsa.rules
|
|||||||
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
|
|
||||||
Conflicts: udev < 062
|
Conflicts: udev < 062
|
||||||
BuildRequires: autoconf
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains command line utilities for the Advanced Linux Sound
|
This package contains command line utilities for the Advanced Linux Sound
|
||||||
@ -27,7 +25,7 @@ Architecture (ALSA).
|
|||||||
%setup -q -n %{name}-%{version}%{?prever}
|
%setup -q -n %{name}-%{version}%{?prever}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
#autoreconf -f -i
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS" --sbindir=/sbin
|
%configure CFLAGS="$RPM_OPT_FLAGS" --sbindir=/sbin
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
%{__cc} $RPM_OPT_FLAGS -o salsa %{SOURCE2} -lasound
|
%{__cc} $RPM_OPT_FLAGS -o salsa %{SOURCE2} -lasound
|
||||||
@ -69,6 +67,9 @@ install -m 755 alsacard %{buildroot}/bin
|
|||||||
/usr/share/locale/*
|
/usr/share/locale/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 20 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
|
||||||
|
- removed autoreconf
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user