]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- up to 0.10.0
authorwitekfl <witekfl@pld-linux.org>
Sat, 6 Dec 2008 09:44:12 +0000 (09:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added the TODO and the endian.patch
- BR: libtool
- rel 0.1

Changed files:
    fuse.spec -> 1.36

fuse.spec

index 65433af3792f84e4de0f49d993d9a036f082a01d..74b639368d9e9c2c6d8945b11e8637a74f1fcfb2 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -1,4 +1,5 @@
-#
+# TODO: For big endian machines, add #define WORDS_BIGENDIAN 1
+# at the end of config.h
 # Conditional build:
 %bcond_without svga    # do not build svgalib version
 %bcond_without x       # do not build X11 version
@@ -8,14 +9,14 @@
 Summary:       Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
-Version:       0.9.0
-Release:       2
+Version:       0.10.0
+Release:       0.1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
-# Source0-md5: e6434ae8d5d97613c5ae0c7d42df0e49
+# Source0-md5: 3c759a1faa7a076c333567192cad009a
 Patch0:                %{name}-missing.patch
-Patch1:                %{name}-fbui.patch
+Patch1:                %{name}-endian.patch
 URL:           http://fuse-emulator.sourceforge.net/
 %{?with_sdl:BuildRequires:     SDL-devel >= 1.2.4}
 BuildRequires: autoconf >= 2.59-9
@@ -23,11 +24,12 @@ BuildRequires:      automake
 %{?with_x:BuildRequires:       gtk+2-devel >= 1:2.0.0}
 BuildRequires: lib765-devel
 BuildRequires: libjsw-devel
-BuildRequires: libao-devel
 BuildRequires: libpng-devel
+BuildRequires: libsamplerate-devel
 BuildRequires: libspectrum-devel >= 0.4.0
+BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.0.0
-BuildRequires: perl
+BuildRequires: perl-base
 BuildRequires: pkgconfig
 %{?with_svga:BuildRequires:    svgalib-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -205,6 +207,7 @@ W tym pakiecie znajdują się pliki dla wersji X11.
 %patch1 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
This page took 0.139952 seconds and 4 git commands to generate.