From 9a374e4c1ac6da377018e89a35ecceec26996e43 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 16 Aug 2003 00:44:33 +0000 Subject: [PATCH] - cleanups Changed files: VisualBoyAdvance.spec -> 1.2 --- VisualBoyAdvance.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/VisualBoyAdvance.spec b/VisualBoyAdvance.spec index 789ed56..b18e5ff 100644 --- a/VisualBoyAdvance.spec +++ b/VisualBoyAdvance.spec @@ -3,16 +3,18 @@ Summary(pl): Jeden z najlepszych emulator Name: VisualBoyAdvance Version: 1.6 Release: 1 -License: GPL v. 2 +License: GPL v2 Group: Applications/Emulators Source0: http://www.kernel.pl/~djurban/%{name}-%{version}-src.tar.bz2 # Source0-md5: f02ea099d3c0f3038ba0b113a22856c6 URL: http://vboy.emuhq.com/ -BuildRequires: qt-devel BuildRequires: SDL-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libpng-devel BuildRequires: nasm -BuildRequires: pth +BuildRequires: pth-devel +BuildRequires: qt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -22,25 +24,24 @@ One of the most powerful GameBoy Advance Emulators. Jeden z najlepszych emulatorów GameBoya Advance. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %{__aclocal} %{__autoconf} %{__automake} -%ifarch %{athlon} -%configure --with-mmx -%else -%configure +%configure \ +%ifarch athlon + --with-mmx %endif + %{__make} %install rm -rf $RPM_BUILD_ROOT -# create directories if necessary -#install -d $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0