From b79eaf085f3eae7350cf0453d7828d38a749b662 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 2 May 2001 16:29:07 +0000 Subject: [PATCH] - adapterized and made spec %%debug ready or added using %%rpm*flags macros Changed files: LAGII.spec -> 1.10 --- LAGII.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LAGII.spec b/LAGII.spec index c0d5cf6..f5a3fcb 100644 --- a/LAGII.spec +++ b/LAGII.spec @@ -3,8 +3,9 @@ Summary: Interprets and runs AGI games Summary(pl): Interpretuje i uruchamia gry AGI Version: 0.1.5 Release: 1 -Group: Games -Group(pl): Gry +Group: Applications/Games +Group(de): Applikationen/Spiele +Group(pl): Aplikacje/Gry Vendor: XoXus Copyright: Freely distributable Source0: http://www.zip.com.au/~gsymonds/LAGII/%{name}-%{version}.tar.bz2 @@ -31,14 +32,13 @@ jak dzia %configure \ --with-no-giflib %{__make} depend -%{__make} CFLAGS="$RPM_OPT_FLAGS" +%{__make} CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} -install -s src/lagii $RPM_BUILD_ROOT%{_bindir}/ -install -s decomp/decomp $RPM_BUILD_ROOT%{_bindir}/ +install src/lagii decomp/decomp $RPM_BUILD_ROOT%{_bindir} gzip -9nf doc/DRIVER-HOWTO doc/FAQ doc/README -- 2.44.0