]> git.pld-linux.org Git - packages/fuse.git/blobdiff - fuse.spec
- updated to 1.5.3
[packages/fuse.git] / fuse.spec
index bec4eb1d05d46e21f8861cad4670e94ab7896e2b..98d77c2fa77bea9e864e90ce9ceea9128fdd18b4 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -7,18 +7,18 @@
 %bcond_without sdl     # SDL version
 %bcond_without libao   # libao instead of alsa
 #
+%define                libspectrumver  1.4.2
 Summary:       Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
-Version:       1.3.7
+Version:       1.5.3
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
-# Source0-md5: b3f08c88c002c53fb7f4a20e7c177aa0
+# Source0-md5: 8bbee33be6725ee86e8ab1a6b535326a
 Source1:       ti_m397.rom
 # Source1-md5: 8c61b20e1f7666ff80ad7f48bb2b10c0
-Patch0:                %{name}-1.1.1-2.patch
 URL:           http://fuse-emulator.sourceforge.net/
 BuildRequires: SDL-devel >= 1.2.4
 %{!?with_libao:BuildRequires:  alsa-lib-devel}
@@ -33,7 +33,7 @@ BuildRequires:        libjsw-devel
 BuildRequires: libmount-devel
 BuildRequires: libpng-devel
 BuildRequires: libsamplerate-devel
-BuildRequires: libspectrum-devel >= 1.3.5
+BuildRequires: libspectrum-devel >= %{libspectrumver}
 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.5
+Requires:      libspectrum >= %{libspectrumver}
 Suggests:      fdd3000e
 
 %description common
@@ -274,8 +274,6 @@ Bashowe dopełnianie składni poleceń emulatora FUSE.
 
 %prep
 %setup -q
-# needs update for 1.2.x
-#%patch0 -p1
 
 # PLD uses per-backend fuse program instead of just "fuse"
 %{__sed} -i -e '/^complete /s/ fuse$/ fuse-fb fuse-gtk fuse-gtk3 fuse-sdl fuse-svga/' data/shell-completion/bash/fuse
@@ -392,7 +390,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files common
 %defattr(644,root,root,755)
-%doc README THANKS AUTHORS keysyms.dat keysyms.pl hacking/*.txt
+%doc README THANKS AUTHORS ChangeLog keysyms.dat keysyms.pl hacking/*.txt
 %{_datadir}/%{name}
 
 %if %{with fb}
This page took 0.101725 seconds and 4 git commands to generate.