forked from pool/alsa-utils
This commit is contained in:
parent
20680e7791
commit
db1b6fea22
3842
alsa-utils-git-fixes.diff
Normal file
3842
alsa-utils-git-fixes.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user