update to 1.0.8 temporarily removed alsa-lauch.patch
This commit is contained in:
parent
a49c192116
commit
91eb8a88eb
@ -1 +1,2 @@
|
||||
alsa-utils-1.0.7.tar.bz2
|
||||
alsa-utils-1.0.8.tar.bz2
|
||||
|
@ -1,18 +1,18 @@
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: 1.0.7
|
||||
Release: 2
|
||||
Version: 1.0.8
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
||||
Source2: alsa.dev
|
||||
Source3: xinit-alsa-launch.sh
|
||||
Patch1: alsa-utils-1.0.7-alsa-launch.patch
|
||||
#Source3: xinit-alsa-launch.sh
|
||||
#Patch1: alsa-utils-1.0.7-alsa-launch.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: alsa-lib-devel >= %{version}
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
#BuildRequires: xorg-x11-devel
|
||||
|
||||
|
||||
%description
|
||||
@ -21,7 +21,7 @@ Architecture (ALSA).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prever}
|
||||
%patch1 -p1 -b .alsa-launch
|
||||
#%patch1 -p1 -b .alsa-launch
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@ -33,7 +33,7 @@ autoreconf -f -i
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{__rm} -f $RPM_BUILD_ROOT/sbin/alsaconf \
|
||||
$RPM_BUILD_ROOT%{_mandir}/man*/alsaconf*
|
||||
install -D %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/alsa-launch.sh
|
||||
#install -D %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/alsa-launch.sh
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
|
||||
ln -s ../../sbin/alsactl $RPM_BUILD_ROOT/%{_sbindir}/alsactl
|
||||
@ -52,10 +52,16 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/dev.d/sound/alsa.dev
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
/sbin/*
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
||||
#%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
||||
%{_mandir}/man?/*
|
||||
/usr/share/locale/*/LC_MESSAGES/*.mo
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1
|
||||
- update to 1.0.8
|
||||
- temporarily removed alsa-lauch.patch
|
||||
|
||||
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
|
||||
- New patch alsa-utils-1.0.7-alsa-launch.patch, adds the
|
||||
alsa-launch command.
|
||||
|
Loading…
Reference in New Issue
Block a user