]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- update to 0.5.0, ac/am use
authorundefine <undefine@pld-linux.org>
Fri, 13 Sep 2002 09:54:14 +0000 (09:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse.spec -> 1.4

fuse.spec

index e7c04a49338f6f2ee8d18a0dcf1e21d1832bd44a..2daed6c8036bfd353fd5b607bc8668ae91fa8785 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -1,12 +1,14 @@
 Summary:       Free Unix Spectrum Emulator
 Summary(pl):   "Wolny" uniksowy emulator ZX Spectrum
 Name:          fuse
-Version:       0.4.2
+Version:       0.5.0
 Release:       2
 License:       GPL
 Group:         Applications/Emulators
-Source0:       ftp://ftp.worldofspectrum.org/pub/sinclair/emulators/unix/%{name}-%{version}.tar.gz
+Source0:       http://www.srcf.ucam.org/~pak21/spectrum/%{name}-%{version}.tar.gz
 URL:           http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib-devel
 BuildRequires: perl
 %ifarch %{ix86} alpha ppc
@@ -125,9 +127,14 @@ W tym pakiecie znajduj
 
 %build
 # version for X11
-%configure2_13 --with-glib \
-           --without-svgalib \
-           --without-fb
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure  \
+       --with-x \
+       --with-glib \
+       --without-svgalib \
+       --without-fb
 %{__make} clean
 %{__make}
 cp -f ./fuse ./fuse-x11
@@ -135,10 +142,11 @@ cp -f ./fuse ./fuse-x11
 #version for svga
 %ifarch %{ix86} alpha ppc
 %{__make} clean
-%configure2_13 --without-x \
-           --without-glib \
-           --without-fb \
-           --with-svgalib
+%configure \
+       --without-x \
+       --without-glib \
+       --without-fb \
+       --with-svgalib
 %{__make}
 cp -f ./fuse ./fuse-svga
 %endif
This page took 0.041382 seconds and 4 git commands to generate.