[alsa-lib/f14/master] - Set plugindir to %{_libdir}/alsa-lib (bz#651507)

Jochen Schmitt s4504kr at fedoraproject.org
Mon Nov 22 16:40:33 UTC 2010


commit 5d07c3ba1b34f8cab366d88eb4409bc2b20451de
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Nov 9 18:43:00 2010 +0100

    - Set plugindir to %{_libdir}/alsa-lib (bz#651507)

 alsa-lib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/alsa-lib.spec b/alsa-lib.spec
index 3db6b05..665a202 100644
--- a/alsa-lib.spec
+++ b/alsa-lib.spec
@@ -5,7 +5,7 @@
 Summary: The Advanced Linux Sound Architecture (ALSA) library
 Name:    alsa-lib
 Version: 1.0.23
-Release: 1%{?prever_dot}%{?dist}
+Release: 2%{?prever_dot}%{?dist}
 License: LGPLv2+
 Group:   System Environment/Libraries
 Source:  ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
@@ -46,7 +46,7 @@ against the ALSA libraries and interfaces.
 %patch4 -p1 -b .no-dox-date
 
 %build
-%configure --disable-aload
+%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib
 # Remove useless /usr/lib64 rpath on 64bit archs
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -93,6 +93,9 @@ rm -rf %{buildroot}
 %{_datadir}/aclocal/alsa.m4
 
 %changelog
+* Tue Nov  9 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.0.23-2
+- Set plugindir to %%{_libdir}/alsa-lib (bz#651507)
+
 * Fri Apr 16 2010 Jaroslav Kysela <jkysela at redhat.com> - 1.0.23-1
 - Updated to 1.0.23 final
 


More information about the scm-commits mailing list