From 9a2617dd406b5d3cc3f70ab70331933496542fc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Tue, 3 May 2005 21:30:15 +0000 Subject: [PATCH] - gcc4 fix, release 2 for Th. Changed files: alsa-tools.spec -> 1.8 --- alsa-tools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index 4997594..bfffef3 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -2,11 +2,12 @@ Summary: Advanced Linux Sound Architecture (ALSA) - tools Summary(pl): Advanced Linux Sound Architecture (ALSA) - narzêdzia Name: alsa-tools Version: 1.0.8 -Release: 1 +Release: 2 License: GPL Group: Applications/Sound Source0: ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2 # Source0-md5: cf51eccd14e818a9f0be455cedcd52ff +Patch0: %{name}-gcc4.patch URL: http://www.alsa-project.org/ BuildRequires: alsa-lib-devel >= 1.0.3 BuildRequires: autoconf @@ -32,10 +33,11 @@ Pakiet zawiera dzia %prep %setup -q +%patch0 -p1 %build for dir in hdsploader hdspconf/src hdspmixer/src sb16_csp sscape_ctl; do - ln -s /usr/include $dir/alsa + ln -s %{_includedir} $dir/alsa done odir=$(pwd) -- 2.44.0