Author: witekfl Date: Sat Dec 6 09:44:17 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.10.0 - added the TODO and the endian.patch - BR: libtool - rel 0.1
---- Files affected: SPECS: fuse.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/fuse.spec diff -u SPECS/fuse.spec:1.35 SPECS/fuse.spec:1.36 --- SPECS/fuse.spec:1.35 Sun Feb 10 20:23:45 2008 +++ SPECS/fuse.spec Sat Dec 6 10:44:12 2008 @@ -1,5 +1,6 @@ # $Revision$, $Date$ -# +# 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 @@ -9,14 +10,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 @@ -24,11 +25,12 @@ %{?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) @@ -206,6 +208,7 @@ %patch1 -p1 %build +%{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} @@ -304,7 +307,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.35 2008/02/10 19:23:45 witekfl +Revision 1.36 2008/12/06 09:44:12 witekfl +- up to 0.10.0 +- added the TODO and the endian.patch +- BR: libtool +- rel 0.1 + +Revision 1.35 2008-02-10 19:23:45 witekfl - added the fbui.patch - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fuse.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
