]> git.pld-linux.org Git - packages/alsa-tools.git/blobdiff - alsa-tools.spec
- gcc4 fix, release 2 for Th.
[packages/alsa-tools.git] / alsa-tools.spec
index 299339adb7cde9768350449b4574ceda5124f60a..bfffef34decb93e54657c91e9ab7e2b630151b37 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - narzêdzia
 Name:          alsa-tools
-Version:       1.0.6
-Release:       1
+Version:       1.0.8
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
-# Source0-md5: d8047c270d7033c00f1f64cde0f67d99
+# 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.034195 seconds and 4 git commands to generate.