alsa-utils/alsa-utils.spec

77 lines
1.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package alsa-utils (Version 1.0.13)
#
# Copyright (c) 2007 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: alsa-utils
BuildRequires: alsa-devel ncurses-devel
%define package_version 1.0.14rc4
License: GNU General Public License (GPL)
Group: Productivity/Multimedia/Sound/Players
Provides: alsa-conf
Requires: dialog pciutils
Autoreqprov: on
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.13
Release: 5
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
# Patch: alsa-utils-hg-fixes.diff
URL: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains utility programs supporting ALSA, Advanced Linux
Sound Architecture.
Authors:
--------
Jaroslav Kysela <perex@suse.de>
Takashi Iwai <tiwai@suse.de>
%prep
%setup -n %{name}-%{package_version}
# %patch -p1
mv alsamixer/README alsamixer/README-alsamixer
%{?suse_update_config:%{suse_update_config -f .}}
%build
autoreconf -fi
%configure --with-curses=ncursesw
make %{?jobs:-j %jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc COPYING ChangeLog INSTALL README TODO
%doc alsamixer/README*
%doc seq/aconnect/README*
%doc seq/aseqnet/README*
%doc %{_mandir}/man*/*
%doc %{_mandir}/fr
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/sounds/alsa
%{_datadir}/alsa
%{_datadir}/locale/*/*/*
%changelog
* Wed May 02 2007 - tiwai@suse.de
- updated to version 1.0.14rc4
including HG fixes
* Mon Apr 16 2007 - tiwai@suse.de
- split from alsa package