SHA256
1
0
forked from pool/alsa-utils
OBS User unknown
2009-01-22 15:45:41 +00:00
committed by Git OBS Bridge
parent 974d4566ef
commit 229cc8babd
6 changed files with 42 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package alsa-utils (Version 1.0.18)
# spec file for package alsa-utils (Version 1.0.19)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,17 @@
Name: alsa-utils
BuildRequires: alsa-devel ncurses-devel xmlto
%define package_version 1.0.18
%define package_version 1.0.19
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Players
Provides: alsa-conf
Requires: dialog pciutils
AutoReqProv: on
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.18
Release: 6
Version: 1.0.19
Release: 1
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
# Patch: alsa-utils-git-fixes.diff
# Patch1: alsa-utils-%{package_version}-package-fix.diff
Patch2: alsa-utils-speaker-test-parameter-get-fix.diff
Patch: alsa-utils-git-fixes.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,9 +47,7 @@ Authors:
%prep
%setup -q -n %{name}-%{package_version}
# %patch1 -p1
# %patch -p1
%patch2 -p1
%patch -p1
mv alsamixer/README alsamixer/README-alsamixer
%build
@@ -60,7 +56,7 @@ autoreconf -fi
make %{?jobs:-j %jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall
%find_lang %{name} --all-name
%clean
@@ -80,6 +76,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_datadir}/alsa
%changelog
* Thu Jan 22 2009 tiwai@suse.de
- updated to version 1.0.19
- use ANSI-C functions instead of index()
* Wed Nov 26 2008 tiwai@suse.de
- fix division-by-zero error in speaker-test program
* Wed Oct 29 2008 tiwai@suse.de