]> git.pld-linux.org Git - packages/LAGII.git/blobdiff - LAGII.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/LAGII.git] / LAGII.spec
index c0d5cf6dfd2bf58e3a3f884b40eff80f2ddbaf3f..f5a3fcbbfe3fc8fbb0866ad8a1c16adf0167789e 100644 (file)
@@ -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 <xoxus@usa.net>
 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
 
This page took 0.075639 seconds and 4 git commands to generate.