]> git.pld-linux.org Git - packages/alsa-tools.git/commitdiff
- gcc4 fix, release 2 for Th. auto/th/alsa-tools-1_0_8-2
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 3 May 2005 21:30:15 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-tools.spec -> 1.8

alsa-tools.spec

index 49975943d5955e4af78b4b75ef82394e6cbcab9c..bfffef34decb93e54657c91e9ab7e2b630151b37 100644 (file)
@@ -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)
This page took 0.085302 seconds and 4 git commands to generate.