]> git.pld-linux.org Git - packages/LAGII.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 16:29:07 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LAGII.spec -> 1.10

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.097746 seconds and 4 git commands to generate.