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.7.tar.bz2
|
||||||
|
alsa-utils-1.0.8.tar.bz2
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
||||||
Source2: alsa.dev
|
Source2: alsa.dev
|
||||||
Source3: xinit-alsa-launch.sh
|
#Source3: xinit-alsa-launch.sh
|
||||||
Patch1: alsa-utils-1.0.7-alsa-launch.patch
|
#Patch1: alsa-utils-1.0.7-alsa-launch.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: alsa-lib-devel >= %{version}
|
BuildRequires: alsa-lib-devel >= %{version}
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: xorg-x11-devel
|
#BuildRequires: xorg-x11-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -21,7 +21,7 @@ Architecture (ALSA).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?prever}
|
%setup -q -n %{name}-%{version}%{?prever}
|
||||||
%patch1 -p1 -b .alsa-launch
|
#%patch1 -p1 -b .alsa-launch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -33,7 +33,7 @@ autoreconf -f -i
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%{__rm} -f $RPM_BUILD_ROOT/sbin/alsaconf \
|
%{__rm} -f $RPM_BUILD_ROOT/sbin/alsaconf \
|
||||||
$RPM_BUILD_ROOT%{_mandir}/man*/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}
|
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
|
||||||
ln -s ../../sbin/alsactl $RPM_BUILD_ROOT/%{_sbindir}/alsactl
|
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}/*
|
%{_bindir}/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
/sbin/*
|
/sbin/*
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
#%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
/usr/share/locale/*/LC_MESSAGES/*.mo
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- New patch alsa-utils-1.0.7-alsa-launch.patch, adds the
|
||||||
alsa-launch command.
|
alsa-launch command.
|
||||||
|
Loading…
Reference in New Issue
Block a user