[alsa-lib/f19] resolve bug#926973

perex perex at fedoraproject.org
Thu Apr 11 14:04:12 UTC 2013


commit f06fbc14bd32d05f662d774114c6a9ccc9565024
Author: Jaroslav Kysela <perex at perex.cz>
Date:   Thu Apr 11 16:04:03 2013 +0200

    resolve bug#926973

 alsa-lib.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/alsa-lib.spec b/alsa-lib.spec
index 72eb9d3..b54b8c4 100644
--- a/alsa-lib.spec
+++ b/alsa-lib.spec
@@ -73,8 +73,8 @@ install -p -m 644 %{SOURCE10} %{buildroot}/etc
 # Install the modprobe files for ALSA
 mkdir -p -m 755 %{buildroot}/lib/modprobe.d/
 install -p -m 644 %{SOURCE11} %{buildroot}/lib/modprobe.d/dist-alsa.conf
-# bug#926973
-#install -p -m 644 %{SOURCE12} %{buildroot}/lib/modprobe.d/dist-oss.conf
+# bug#926973, place this file to the doc directory
+install -p -m 644 %{SOURCE12} %{buildroot}%{_defaultdocdir}/%{name}-%{version}/modprobe-dist-oss.conf
 
 # Create UCM directory
 mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
@@ -88,7 +88,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING TODO doc/asoundrc.txt ${SOURCE12}
+%doc COPYING TODO doc/asoundrc.txt
 # file is as old as 0.2.0 / Red Hat bugzilla #510212
 #doc Changelog
 %config %{_sysconfdir}/asound.conf


More information about the scm-commits mailing list