SHA256
1
0
forked from pool/alsa-utils
OBS User unknown 2008-08-06 23:09:36 +00:00 committed by Git OBS Bridge
parent 20680e7791
commit db1b6fea22
3 changed files with 3864 additions and 6 deletions

3842
alsa-utils-git-fixes.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 6 16:07:41 CEST 2008 - tiwai@suse.de
- alsactl init implementation (still non-working status, though)
- iecset utility updates for new IEC958 status bits
-------------------------------------------------------------------
Tue Jul 15 18:29:08 CEST 2008 - tiwai@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package alsa-utils (Version 1.0.17)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -12,7 +19,7 @@
Name: alsa-utils
BuildRequires: alsa-devel ncurses-devel
BuildRequires: alsa-devel ncurses-devel xmlto
%define package_version 1.0.17
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Players
@ -21,9 +28,9 @@ Requires: dialog pciutils
AutoReqProv: on
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.17
Release: 1
Release: 10
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
# Patch: alsa-utils-git-fixes.diff
Patch: alsa-utils-git-fixes.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -40,7 +47,7 @@ Authors:
%prep
%setup -q -n %{name}-%{package_version}
# %patch -p1
%patch -p1
mv alsamixer/README alsamixer/README-alsamixer
%build
@ -69,6 +76,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_datadir}/alsa
%changelog
* Wed Aug 06 2008 tiwai@suse.de
- alsactl init implementation (still non-working status, though)
- iecset utility updates for new IEC958 status bits
* Tue Jul 15 2008 tiwai@suse.de
- updated to 1.0.17-final:
* just a version bump