]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- updated to 1.3.7
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 4 Jul 2017 07:42:01 +0000 (09:42 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 4 Jul 2017 07:42:01 +0000 (09:42 +0200)
- verbose build
- BR: libspectrum-devel-1.3.5

fuse.spec

index 2314e00c602fc7122f9e98775e5aabaa9d2c91a1..98342556a1d0ee5480c85c2d5d6fa8fe8821e057 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
 Summary:       Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
-Version:       1.3.6
+Version:       1.3.7
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
-# Source0-md5: 93bec7e802b62c651b2d761aca459619
+# Source0-md5: b3f08c88c002c53fb7f4a20e7c177aa0
 Source1:       ti_m397.rom
 # Source1-md5: 8c61b20e1f7666ff80ad7f48bb2b10c0
 Patch0:                fuse-1.1.1-2.patch
@@ -33,7 +33,7 @@ BuildRequires:        libjsw-devel
 BuildRequires: libmount-devel
 BuildRequires: libpng-devel
 BuildRequires: libsamplerate-devel
-BuildRequires: libspectrum-devel >= 1.3.4
+BuildRequires: libspectrum-devel >= 1.3.5
 BuildRequires: libtool >= 2:2
 BuildRequires: libxml2-devel >= 2.0.0
 BuildRequires: perl-base
@@ -71,7 +71,7 @@ Summary:      Free Unix Spectrum Emulator (common files)
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum (pliki wspólne)
 Group:         Applications/Emulators
 Requires:      glib2 >= 1:2.20.0
-Requires:      libspectrum >= 1.3.4
+Requires:      libspectrum >= 1.3.5
 Suggests:      fdd3000e
 
 %description common
@@ -289,7 +289,7 @@ cd build-sdl
        --program-suffix=-sdl \
        --with-bash-completion-dir=%{bash_compdir} \
        --with-sdl
-%{__make}
+%{__make} V=1
 cd ..
 %endif
 
@@ -301,7 +301,7 @@ cd build-svga
        --program-suffix=-svga \
        --with-bash-completion-dir=%{bash_compdir} \
        --with-svgalib
-%{__make}
+%{__make} V=1
 cd ..
 %endif
 
@@ -317,7 +317,7 @@ cd build-fb
        --with-libao \
 %endif
        --with-fb
-%{__make}
+%{__make} V=1
 cd ..
 %endif
 
@@ -333,7 +333,7 @@ cd build-gtk2
        --with-libao \
 %endif
        --with-gtk
-%{__make}
+%{__make} V=1
 cd ..
 %endif
 
@@ -350,7 +350,7 @@ cd build-gtk3
        --with-libao \
 %endif
        --with-gtk
-%{__make}
+%{__make} V=1
 cd ..
 %endif
 
This page took 0.165332 seconds and 4 git commands to generate.