1999-01-31 14:15:00 +01:00
|
|
|
%define ver @VERSION@
|
1998-08-13 17:43:39 +02:00
|
|
|
%define rel 1
|
|
|
|
|
|
|
|
Summary: Advanced Linux Sound Architecture (ALSA) - Utils
|
|
|
|
Name: alsa-utils
|
|
|
|
Version: %ver
|
|
|
|
Release: %rel
|
|
|
|
Copyright: GPL
|
|
|
|
Group: System/Libraries
|
2000-02-27 14:35:45 +01:00
|
|
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{ver}.tar.bz2
|
2003-03-06 13:52:33 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
1999-05-12 00:16:59 +02:00
|
|
|
URL: http://www.alsa-project.org
|
2003-03-06 13:52:33 +01:00
|
|
|
Requires: alsa-lib ncurses
|
2006-10-01 15:21:06 +02:00
|
|
|
BuildRequires: alsa-lib-devel ncurses-devel gettext
|
2001-11-12 10:36:39 +01:00
|
|
|
|
1998-08-13 17:43:39 +02:00
|
|
|
%description
|
|
|
|
|
|
|
|
Advanced Linux Sound Architecture (ALSA) - Utils
|
|
|
|
|
|
|
|
%changelog
|
2007-10-15 10:25:17 +02:00
|
|
|
* Sun Oct 1 2006 Jaroslav Kysela <perex@perex.cz>
|
2006-10-01 15:21:06 +02:00
|
|
|
- add gettext to BuildRequires
|
|
|
|
- add more files (see alsa bug#2139)
|
|
|
|
|
2003-11-25 17:39:29 +01:00
|
|
|
* Tue Nov 25 2003 Ronny V. Vindenes <sublett@amigascne.org>
|
|
|
|
- include all manpages
|
|
|
|
|
2003-03-06 13:52:33 +01:00
|
|
|
* Thu Mar 6 2003 Ronny V. Vindenes <sublett@dc-s.com>
|
|
|
|
|
|
|
|
- removed wrongly included doc file
|
2003-05-15 08:51:29 +02:00
|
|
|
- changed BuildRoot from /var/tmp to _tmppath
|
|
|
|
- use standard rpm macros for build & install section
|
2003-03-06 13:52:33 +01:00
|
|
|
- updated dependencies
|
1998-08-13 17:43:39 +02:00
|
|
|
|
2007-10-15 10:25:17 +02:00
|
|
|
* Tue Nov 20 2001 Jaroslav Kysela <perex@perex.cz>
|
2001-11-20 10:03:43 +01:00
|
|
|
|
|
|
|
- changed BuildRoot from /tmp to /var/tmp
|
2003-05-15 08:51:29 +02:00
|
|
|
- _prefix and _mandir macros are used for configure and mkdir
|
2001-11-20 10:03:43 +01:00
|
|
|
- DESTDIR is used for make install
|
|
|
|
|
2001-11-12 10:36:39 +01:00
|
|
|
* Sun Nov 11 2001 Miroslav Benes <mbenes@tenez.cz>
|
|
|
|
|
|
|
|
- dangerous command "rpm -rf $RPM_BUILD_ROOT" checks $RPM_BUILD_ROOT variable
|
|
|
|
- unset key "Docdir" - on some new systems are documentation in /usr/share/doc
|
|
|
|
|
1998-08-13 17:43:39 +02:00
|
|
|
* Mon May 28 1998 Helge Jensen <slog@slog.dk>
|
|
|
|
|
|
|
|
- Made SPEC file
|
|
|
|
|
|
|
|
%prep
|
1998-12-09 15:44:27 +01:00
|
|
|
%setup
|
1998-08-13 17:43:39 +02:00
|
|
|
%build
|
2003-03-06 13:52:33 +01:00
|
|
|
%configure
|
1998-08-13 17:43:39 +02:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
2003-03-06 13:52:33 +01:00
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
1998-08-13 17:43:39 +02:00
|
|
|
|
|
|
|
%clean
|
2003-03-06 13:52:33 +01:00
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
1998-08-13 17:43:39 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2003-03-06 13:52:33 +01:00
|
|
|
%doc ChangeLog COPYING README
|
1998-08-13 17:43:39 +02:00
|
|
|
|
2001-11-20 10:03:43 +01:00
|
|
|
%{_prefix}/sbin/*
|
|
|
|
%{_prefix}/bin/*
|
2003-11-25 17:39:29 +01:00
|
|
|
%{_mandir}/man?/*
|
2006-10-01 15:21:06 +02:00
|
|
|
%{_mandir}/fr/man?/*
|
|
|
|
%{_prefix}/share/alsa/speaker-test/*
|
|
|
|
%{_prefix}/share/locale/ja/LC_MESSAGES/*
|
|
|
|
%{_prefix}/share/locale/ru/LC_MESSAGES/*
|
|
|
|
%{_prefix}/share/man/fr/man8/alsaconf.8.gz
|
|
|
|
%{_prefix}/share/sounds/alsa/*
|