updated to 1.0.24.1
This commit is contained in:
parent
71ac133679
commit
bb774c2535
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ alsa-utils-1.0.21.tar.bz2
|
||||
alsa-utils-1.0.22.tar.bz2
|
||||
alsa-utils-1.0.23.tar.bz2
|
||||
/alsa-utils-1.0.24.tar.bz2
|
||||
/alsa-utils-1.0.24.1.tar.bz2
|
||||
|
@ -1,34 +1,34 @@
|
||||
#define prever rc3
|
||||
#define prever_dot .rc3
|
||||
%define baseversion 1.0.24
|
||||
%define fixversion .1
|
||||
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: 1.0.24
|
||||
Release: 1%{?prever_dot}%{?dist}
|
||||
Version: %{baseversion}%{?fixversion}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||
Source4: alsaunmute
|
||||
Source5: alsaunmute.1
|
||||
Source6: alsa-info.sh
|
||||
Source10: alsa.rules
|
||||
Source11: alsactl.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: alsa-lib-devel >= %{version}
|
||||
BuildRequires: alsa-lib-devel >= %{baseversion}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: xmlto
|
||||
Conflicts: udev < 062
|
||||
Requires: alsa-lib >= %{version}, dialog
|
||||
Requires: alsa-lib >= %{baseversion}, dialog
|
||||
|
||||
%description
|
||||
This package contains command line utilities for the Advanced Linux Sound
|
||||
Architecture (ALSA).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prever}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf
|
||||
@ -97,6 +97,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24.1-1
|
||||
- updated to 1.0.24.1 final (new automake/autoconf)
|
||||
|
||||
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24-1
|
||||
- updated to 1.0.24 final
|
||||
- updated alsa-info.sh script to 0.4.60
|
||||
|
Loading…
Reference in New Issue
Block a user