updated to 1.0.14a
This commit is contained in:
parent
afea195f11
commit
77e1ef9712
@ -14,3 +14,4 @@ alsa-lib-1.0.14rc1.tar.bz2
|
|||||||
alsa-lib-1.0.14rc2.tar.bz2
|
alsa-lib-1.0.14rc2.tar.bz2
|
||||||
alsa-lib-1.0.14rc3.tar.bz2
|
alsa-lib-1.0.14rc3.tar.bz2
|
||||||
alsa-lib-1.0.14.tar.bz2
|
alsa-lib-1.0.14.tar.bz2
|
||||||
|
alsa-lib-1.0.14a.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- alsa-lib-1.0.14/configure.in~ 2007-05-31 09:05:13.000000000 +0100
|
|
||||||
+++ alsa-lib-1.0.14/configure.in 2007-06-06 23:48:06.000000000 +0100
|
|
||||||
@@ -93,7 +93,7 @@
|
|
||||||
esac
|
|
||||||
plugindir="$dir/$PACKAGE"
|
|
||||||
fi
|
|
||||||
-AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "plugindir", [directory containing ALSA add-on modules])
|
|
||||||
+AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "$plugindir", [directory containing ALSA add-on modules])
|
|
||||||
ALSA_PLUGIN_DIR="$plugindir"
|
|
||||||
AC_SUBST(ALSA_PLUGIN_DIR)
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
|||||||
%define version_main 1.0.14
|
%define version_main 1.0.14
|
||||||
|
%define postver a
|
||||||
|
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: %{version_main}
|
Version: %{version_main}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}%{?postver}.tar.bz2
|
||||||
Patch0: alsa-lib-1.0.14rc1-config.patch
|
Patch0: alsa-lib-1.0.14rc1-config.patch
|
||||||
Patch1: alsa-lib-1.0.14-plugindir.patch
|
|
||||||
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
|
||||||
@ -36,9 +36,8 @@ This package includes the ALSA development libraries for developing
|
|||||||
against the ALSA libraries and interfaces.
|
against the ALSA libraries and interfaces.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version_main}%{?prever}
|
%setup -q -n %{name}-%{version_main}%{?prever}%{?postver}
|
||||||
%patch0 -p1 -b .config
|
%patch0 -p1 -b .config
|
||||||
%patch1 -p1 -b .plugindir
|
|
||||||
%patch2 -p1 -b .glibc-open
|
%patch2 -p1 -b .glibc-open
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -94,6 +93,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 16 2007 Martin Stransky <stransky@redhat.com> 1.0.14-3
|
||||||
|
- updated to 1.0.14a
|
||||||
|
|
||||||
* Wed Aug 15 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.14-2
|
* Wed Aug 15 2007 Lennart Poettering <lpoetter@redhat.com> 1.0.14-2
|
||||||
- fixed #251307 - fix plugindir directory specification
|
- fixed #251307 - fix plugindir directory specification
|
||||||
- fix build with newer glibc where open() is a macro
|
- fix build with newer glibc where open() is a macro
|
||||||
|
Loading…
Reference in New Issue
Block a user