]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- Release 6.
authormkochano <mkochano@pld-linux.org>
Sat, 9 Feb 2002 14:41:18 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added support for forcing non-blocking open(2) of /dev/dsp

Changed files:
    alsa-utils.spec -> 1.62

alsa-utils.spec

index e9902c671f273c62274ce58cbe98139f80e8c118..b7573258b69bf7bc4c1abd22d25a0ee913726dfa 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    Advanced Linux Sound Architecture (ALSA) - Narz
 Summary(pt_BR):        Utilitários para o ALSA (Advanced Linux Sound Architecture)
 Name:          alsa-utils
 Version:       0.5.10
-Release:       5
+Release:       6
 License:       GPL
 Group:         Applications/Sound
 Group(de):     Applikationen/Laut
@@ -13,6 +13,7 @@ Group(pl):    Aplikacje/D
 Group(pt_BR):  Aplicações/Som
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 Source1:       alsasound
+Source2:       alsa-oss-pcm
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-LDFLAGS.patch
 URL:           http://www.alsa-project.org/
@@ -23,6 +24,7 @@ BuildRequires:        automake
 BuildRequires: flex
 BuildRequires: libtool
 BuildRequires: alsa-lib-devel >= 0.5.10
+Prereq:                awk
 Prereq:                /sbin/depmod
 Prereq:                /sbin/ldconfig
 Prereq:                /sbin/chkconfig
@@ -65,11 +67,12 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/alsasound
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig
 
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
 echo ".so aplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
@@ -104,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/*
+%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
 
 %{_mandir}/man1/alsactl.1*
 %{_mandir}/man1/alsamixer.1*
This page took 0.088278 seconds and 4 git commands to generate.