From 5a430bfcb370a2ddb73adae154d40fa4fe52e3c4 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Nov 22 2010 16:31:00 +0000 Subject: - Set plugindir to %{_libdir}/alsa-lib (bz#651507) --- 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 1.0.23-2 +- Set plugindir to %%{_libdir}/alsa-lib (bz#651507) + * Fri Apr 16 2010 Jaroslav Kysela - 1.0.23-1 - Updated to 1.0.23 final