]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- fix libao bconds auto/th/fuse-1.3.4-3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 17 Apr 2017 16:28:18 +0000 (18:28 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 17 Apr 2017 16:28:18 +0000 (18:28 +0200)
- rel 3

fuse.spec

index be02837123bdd8757ddcdecfeadad81f00dbcdb3..1ee6cfce6043e9a554c487cb6ac059a27cd30f8f 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -11,7 +11,7 @@ Summary:      Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
 Version:       1.3.4
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
@@ -281,12 +281,6 @@ Bashowe dopełnianie składni poleceń emulatora FUSE.
 %{__sed} -i -e '/^complete /s/ fuse$/ fuse-fb fuse-gtk fuse-gtk3 fuse-sdl fuse-svga/' data/shell-completion/bash/fuse
 
 %build
-#%{__libtoolize}
-#%{__aclocal} -I m4
-#%{__autoconf}
-#%{__autoheader}
-#%{__automake}
-
 # SDL
 %if %{with sdl}
 mkdir build-sdl
@@ -318,7 +312,7 @@ cd build-fb
 ../%configure \
        --program-suffix=-fb \
        --with-bash-completion-dir=%{bash_compdir} \
-%if %{with_libao}
+%if %{with libao}
        --without-alsa \
        --with-libao \
 %endif
@@ -334,7 +328,7 @@ cd build-gtk2
 ../%configure  \
        --program-suffix=-gtk \
        --with-bash-completion-dir=%{bash_compdir} \
-%if %{with_libao}
+%if %{with libao}
        --without-alsa \
        --with-libao \
 %endif
@@ -351,7 +345,7 @@ cd build-gtk3
        --enable-gtk3 \
        --program-suffix=-gtk3 \
        --with-bash-completion-dir=%{bash_compdir} \
-%if %{with_libao}
+%if %{with libao}
        --without-alsa \
        --with-libao \
 %endif
This page took 0.091484 seconds and 4 git commands to generate.