Author: witekfl Date: Sat Dec 6 11:58:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - autotools disabled - rel 1
---- Files affected: SPECS: fuse.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/fuse.spec diff -u SPECS/fuse.spec:1.36 SPECS/fuse.spec:1.37 --- SPECS/fuse.spec:1.36 Sat Dec 6 10:44:12 2008 +++ SPECS/fuse.spec Sat Dec 6 12:57:55 2008 @@ -1,6 +1,5 @@ # $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 @@ -11,7 +10,7 @@ Summary(pl.UTF-8): Darmowy uniksowy emulator ZX Spectrum Name: fuse Version: 0.10.0 -Release: 0.1 +Release: 1 License: GPL v2+ Group: Applications/Emulators Source0: http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz @@ -20,15 +19,15 @@ Patch1: %{name}-endian.patch URL: http://fuse-emulator.sourceforge.net/ %{?with_sdl:BuildRequires: SDL-devel >= 1.2.4} -BuildRequires: autoconf >= 2.59-9 -BuildRequires: automake +#BuildRequires: autoconf >= 2.59-9 +#BuildRequires: automake %{?with_x:BuildRequires: gtk+2-devel >= 1:2.0.0} BuildRequires: lib765-devel BuildRequires: libjsw-devel BuildRequires: libpng-devel BuildRequires: libsamplerate-devel BuildRequires: libspectrum-devel >= 0.4.0 -BuildRequires: libtool +#BuildRequires: libtool BuildRequires: libxml2-devel >= 2.0.0 BuildRequires: perl-base BuildRequires: pkgconfig @@ -205,14 +204,14 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 +#%patch1 -p1 %build -%{__libtoolize} -%{__aclocal} -%{__autoheader} -%{__autoconf} -%{__automake} +#%{__libtoolize} +#%{__aclocal} +#%{__autoheader} +#%{__autoconf} +#%{__automake} # X11 %if %{with x} @@ -307,6 +306,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008/12/06 11:57:55 witekfl +- autotools disabled +- rel 1 + Revision 1.36 2008/12/06 09:44:12 witekfl - up to 0.10.0 - added the TODO and the endian.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fuse.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
