OBS User unknown 2007-06-14 22:19:31 +00:00 committed by Git OBS Bridge
parent 8dec2bbd0c
commit 26140a6afd
5 changed files with 17 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01e693daf4c0e2af2e10082a635559d390f9127556a86d25105abfa646a9b0a3
size 785150

3
alsa-lib-1.0.14a.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de64de37a9acf918f347a3975e0ad3f58b24790dafdd03d9869a22ced4e5dcc7
size 785668

View File

@ -1,20 +0,0 @@
diff -r 83a170c1f7c4 configure.in
--- a/configure.in Thu May 31 08:54:49 2007 +0200
+++ b/configure.in Fri Jun 08 11:31:18 2007 +0200
@@ -93,7 +93,7 @@ if test -z "$plugindir"; then
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)
@@ -138,6 +138,7 @@ if test "$symfuncs" = "yes"; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(not supported by ld)
+ symfuncs="no"
fi
else
AC_MSG_RESULT(no)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 13 18:42:34 CEST 2007 - tiwai@suse.de
- updated to alsa-lib-1.0.14a:
just including previous fixes
-------------------------------------------------------------------
Fri Jun 8 12:26:54 CEST 2007 - tiwai@suse.de

View File

@ -12,7 +12,7 @@
Name: alsa
BuildRequires: doxygen
%define package_version 1.0.14
%define package_version 1.0.14a
License: GNU General Public License (GPL)
Group: System/Libraries
Requires: libasound2 alsa-utils
@ -21,7 +21,7 @@ PreReq: %insserv_prereq %fillup_prereq
Autoreqprov: on
Summary: Advanced Linux Sound Architecture
Version: 1.0.14
Release: 4
Release: 7
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
Source8: 40-alsa.rules
Source11: alsasound
@ -35,7 +35,7 @@ Source21: README.testwav
Source30: all_notes_off
Source31: all_notes_off.bin
Source32: all_notes_off.mid
Patch: alsa-lib-hg-fixes.diff
# Patch: alsa-lib-hg-fixes.diff
URL: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -112,8 +112,8 @@ Authors:
Frank van de Pol <fvdpol@coil.demon.nl>
%prep
%setup -n alsa-lib-%{package_version}
%patch -p1
%setup -q -n alsa-lib-%{package_version}
# %patch -p1
%{?suse_update_config:%{suse_update_config -f .}}
%build
@ -253,6 +253,9 @@ exit 0
%{_datadir}/alsa
%changelog
* Wed Jun 13 2007 - tiwai@suse.de
- updated to alsa-lib-1.0.14a:
just including previous fixes
* Fri Jun 08 2007 - tiwai@suse.de
- fix external plugin path, now it's accidentally disabled because
of a typo in configure script.