From 91eb8a88eb23294f816f9904d7aa3209ef64f4f7 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Jan 26 2005 13:23:17 +0000 Subject: update to 1.0.8 temporarily removed alsa-lauch.patch --- diff --git a/.cvsignore b/.cvsignore index 98a7bfb..4a3c74d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ alsa-utils-1.0.7.tar.bz2 +alsa-utils-1.0.8.tar.bz2 diff --git a/alsa-utils.spec b/alsa-utils.spec index b0cd6c2..c5ec394 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -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 1.0.8-1 +- update to 1.0.8 +- temporarily removed alsa-lauch.patch + * Sat Jan 08 2005 Colin Walters 1.0.7-2 - New patch alsa-utils-1.0.7-alsa-launch.patch, adds the alsa-launch command. diff --git a/sources b/sources index 240e5b4..f666530 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ b9dc0f9aae6131a6e6df9934a7b96a18 alsa-utils-1.0.7.tar.bz2 +c72d0efa9c88770a10733ec2abc1a872 alsa-utils-1.0.8.tar.bz2