]> git.pld-linux.org Git - packages/Frodo.git/commitdiff
- updated to 4.1b
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 22 Feb 2003 14:37:33 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Frodo.spec -> 1.10

Frodo.spec

index 655f9a7f06b3934e28f55a35f4bc1a0e41c14dc1..9c0859c7b53ad57b882b61c87bc3bafb920921b0 100644 (file)
@@ -1,21 +1,18 @@
 Summary:       Commodore 64 emulator
 Summary(pl):   Emulator Commodore 64
 Name:          Frodo
-Version:       4.1a
-Release:       4
+Version:       4.1b
+Release:       1
 License:       non-commercial
 Group:         Applications/Emulators
-Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}V4_1a.Src.tar.gz
-Patch0:                %{name}-16+bpp.patch
-Patch1:                %{name}-TkGui.patch
-Patch2:                %{name}-paths.patch
-Patch3:                %{name}-opt.patch
-Patch4:                %{name}-joy.patch
-Patch5:                %{name}-gcc3.patch
+Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}V4_1b.Src.tar.gz
+Patch0:                %{name}-paths.patch
+Patch1:                %{name}-opt.patch
 URL:           http://www.uni-mainz.de/~bauec002/FRMain.html
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: libstdc++-devel
+BuildRequires: SDL-devel >= 1.2.0
 Requires:      tk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -69,13 +66,9 @@ emulacja na klawiaturze). Dost
 freeware.
 
 %prep
-%setup -q -n Frodo
+%setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 cd Src
@@ -83,7 +76,10 @@ cd Src
 CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
 CFLAGS="$CFLAGS -DX_USE_SHM -fno-exceptions -fno-rtti -fno-implicit-templates"
 %configure
-%{__make} all FRODOHOME="\\\"%{_libdir}/Frodo/\\\""
+%{__make} all \
+       FRODOHOME="\\\"%{_libdir}/Frodo/\\\"" \
+       CC=%{__cc} \
+       CXX=%{__cxx}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064054 seconds and 4 git commands to generate.