- Set plugindir to %{_libdir}/alsa-lib (bz#651507)
This commit is contained in:
parent
f214dd3e09
commit
5a430bfcb3
@ -5,7 +5,7 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.0.23
|
Version: 1.0.23
|
||||||
Release: 1%{?prever_dot}%{?dist}
|
Release: 2%{?prever_dot}%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
|
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
|
%patch4 -p1 -b .no-dox-date
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-aload
|
%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib
|
||||||
# Remove useless /usr/lib64 rpath on 64bit archs
|
# Remove useless /usr/lib64 rpath on 64bit archs
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
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
|
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
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%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@redhat.com> - 1.0.23-1
|
* Fri Apr 16 2010 Jaroslav Kysela <jkysela@redhat.com> - 1.0.23-1
|
||||||
- Updated to 1.0.23 final
|
- Updated to 1.0.23 final
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user