fixes in config files, new ainit (for #166086)
This commit is contained in:
parent
3947d3d5d8
commit
e137deed62
@ -3,3 +3,4 @@ alsacard.c
|
|||||||
alsa-lib-1.0.9.tar.bz2
|
alsa-lib-1.0.9.tar.bz2
|
||||||
ainit-0.5.tar.gz
|
ainit-0.5.tar.gz
|
||||||
alsa-lib-1.0.10rc1.tar.bz2
|
alsa-lib-1.0.10rc1.tar.bz2
|
||||||
|
ainit-0.6.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%define version_main 1.0.10rc1
|
%define version_main 1.0.10rc1
|
||||||
%define version_app
|
%define version_app
|
||||||
%define version_ainit 0.5
|
%define version_ainit 0.6
|
||||||
|
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: %{version_main}%{?version_app}
|
Version: %{version_main}%{?version_app}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
||||||
@ -65,6 +65,9 @@ ln -snf ../../%{_lib}/libasound.so.2 %{buildroot}%{_libdir}/libasound.so
|
|||||||
|
|
||||||
mv %{buildroot}/etc/aclocal %{buildroot}%{_datadir}
|
mv %{buildroot}/etc/aclocal %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
rm %{buildroot}%{_sysconfdir}/alsa/pcm/dmix.conf
|
||||||
|
rm %{buildroot}%{_sysconfdir}/alsa/pcm/dsnoop.conf
|
||||||
|
|
||||||
# install ainit binaries
|
# install ainit binaries
|
||||||
install -m 755 ainit/ainit %{buildroot}%{_bindir}
|
install -m 755 ainit/ainit %{buildroot}%{_bindir}
|
||||||
|
|
||||||
@ -115,8 +118,8 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%config %{_sysconfdir}/alsa/alsa.conf
|
%config %{_sysconfdir}/alsa/alsa.conf
|
||||||
%{_bindir}/ainit
|
%{_bindir}/ainit
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/dmix.conf
|
#%config(noreplace) %{_sysconfdir}/alsa/pcm/dmix.conf
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/dsnoop.conf
|
#%config(noreplace) %{_sysconfdir}/alsa/pcm/dsnoop.conf
|
||||||
%config %{_sysconfdir}/alsa/pcm/dmix.template
|
%config %{_sysconfdir}/alsa/pcm/dmix.template
|
||||||
%config %{_sysconfdir}/alsa/pcm/dsnoop.template
|
%config %{_sysconfdir}/alsa/pcm/dsnoop.template
|
||||||
%ghost %{_sysconfdir}/alsa/pcm/dmix.conf.lock
|
%ghost %{_sysconfdir}/alsa/pcm/dmix.conf.lock
|
||||||
@ -134,6 +137,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
|
||||||
|
- fixes in config files, new ainit (for #166086)
|
||||||
|
|
||||||
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
|
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
|
||||||
- new upstream version
|
- new upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user