]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils.spec
- updated to 1.0.20
[packages/alsa-utils.git] / alsa-utils.spec
index 6da7d633e7d93f16b8a947a547b97b23bc06519e..666fae0e7eded07b352795620ef895673e897925 100644 (file)
@@ -5,16 +5,18 @@ Summary(pt_BR.UTF-8): Utilitários para o ALSA (Advanced Linux Sound Architectur
 Summary(ru.UTF-8):     Утилиты командной строки для ALSA project
 Summary(uk.UTF-8):     Утиліти командного рядка для ALSA project
 Name:          alsa-utils
-Version:       1.0.15
-Release:       2
-License:       GPL
+Version:       1.0.20
+Release:       1
+# some apps GPL v2, some GPL v2+
+License:       GPL v2
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 287f46f891581c15018de4f8c0731575
+# Source0-md5: 6837e673ef19da96d8bd2f9e18cd9574
 Source1:       alsasound.init
 Source2:       alsa-oss-pcm
 URL:           http://www.alsa-project.org/
 Patch0:                %{name}-fast_sampling.patch
+Patch1:                %{name}-modprobe.patch
 BuildRequires: alsa-lib-devel >= 1.0.14
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -28,6 +30,7 @@ Requires:     awk
 Requires:      dialog
 Requires:      diffutils
 Requires:      which
+Suggests:      gpm
 Obsoletes:     alsaconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -91,6 +94,7 @@ Skrypt init dla Advanced Linux Sound Architecture.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gettextize}
@@ -138,6 +142,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asound.conf
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
+%{_datadir}/alsa/init
 %{_datadir}/alsa/speaker-test
 %{_datadir}/sounds/alsa
 %{_mandir}/man1/aconnect.1*
@@ -153,10 +158,11 @@ fi
 %{_mandir}/man1/aseqdump.1*
 %{_mandir}/man1/iecset.1*
 %{_mandir}/man1/speaker-test.1*
+%{_mandir}/man7/alsactl_init.7*
 %{_mandir}/man8/alsaconf.8*
 %lang(fr) %{_mandir}/fr/man8/alsaconf.8*
 
 %files init
 %defattr(644,root,root,755)
-%attr(754,root,root) /etc/rc.d/init.d/*
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
+%attr(754,root,root) /etc/rc.d/init.d/alsasound
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/alsa-oss-pcm
This page took 0.080401 seconds and 4 git commands to generate.