new upstream

This commit is contained in:
Martin Stransky 2005-06-16 09:39:07 +00:00
parent 0de5febbb6
commit 34adb91e53
3 changed files with 11 additions and 7 deletions

View File

@ -3,3 +3,4 @@ alsa-utils-1.0.8.tar.bz2
alsa-utils-1.0.9rc2.tar.bz2
alsa-utils-1.0.9.tar.bz2
alsacard.c
alsa-utils-1.0.9a.tar.bz2

View File

@ -1,14 +1,14 @@
%define version_main 1.0.9
%define version_app rf
%define version_tar 1.0.9a
%define version_pack 1.0.9rf
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: %{version_main}%{?version_app}
Release: 1
Version: %{version_pack}
Release: 2
License: GPL
Group: Applications/Multimedia
URL: http://www.alsa-project.org/
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version_main}%{?prever}.tar.bz2
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version_tar}%{?prever}.tar.bz2
Source2: salsa.c
Source3: alsacard.c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -22,7 +22,7 @@ This package contains command line utilities for the Advanced Linux Sound
Architecture (ALSA).
%prep
%setup -q -n %{name}-%{version_main}%{?prever}
%setup -q -n %{name}-%{version_tar}%{?prever}
%build
autoreconf -f -i
@ -64,6 +64,9 @@ install -m 755 alsacard %{buildroot}%{_bindir}
%changelog
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9-2
- New upstream version
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9-1
- New upstream version.
- moved alsacard utility from alsa-lib to alsa-tools

View File

@ -1,2 +1,2 @@
c7037c54ed06d32577947f632f2c677b alsa-utils-1.0.9.tar.bz2
84a139aff67d14024a3f3e4e9c586367 alsacard.c
d4b77e9fe0311772293e402fdd634ad2 alsa-utils-1.0.9a.tar.bz2