updated to alsa-lib-1.0.25
This commit is contained in:
parent
cb4ca83441
commit
fceaceafc0
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ alsa-lib-1.0.20.tar.bz2
|
|||||||
alsa-lib-1.0.21.tar.bz2
|
alsa-lib-1.0.21.tar.bz2
|
||||||
alsa-lib-1.0.22.tar.bz2
|
alsa-lib-1.0.22.tar.bz2
|
||||||
/alsa-lib-1.0.24.tar.bz2
|
/alsa-lib-1.0.24.tar.bz2
|
||||||
|
/alsa-lib-1.0.25.tar.bz2
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
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.24
|
Version: 1.0.25
|
||||||
Release: 3%{?prever_dot}%{?dist}
|
Release: 1%{?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 --with-plugindir=%{_libdir}/alsa-lib
|
%configure --disable-aload --with-plugindir=%{_libdir}/alsa-lib --disable-alisp
|
||||||
# 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
|
||||||
|
* Sat Jan 28 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1
|
||||||
|
- Updated to 1.0.25 final
|
||||||
|
|
||||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-3
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user