]> git.pld-linux.org Git - packages/digger.git/commitdiff
- cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Jul 2004 18:31:56 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digger.spec -> 1.2

digger.spec

index ac621d5ae8f64bef9b179b607aa9d0ba2de33fd1..1b6eb550ec31e4b226bd0dd3bd46c772ec651d0f 100644 (file)
@@ -3,15 +3,15 @@ Summary(pl):  Uniksowa wersja klasycznej gry digger
 Name:          digger
 Version:       20020314
 Release:       1
+License:       (C) Windmill Software 1983
+Group:         Applications/Games/Arcade
 Source0:       http://www.digger.org/%{name}-%{version}.tar.gz
+NoSource:      0
 Patch0:                %{name}-optflags.patch
 Patch1:                %{name}-fix_gcc_3.patch
-License:       © Windmill Software 1983
-Group:         Applications/Games/Arcade
-URL:           http://www.digger.org
+URL:           http://www.digger.org/
 BuildRequires: SDL-devel
 BuildRequires: zlib-devel
-NoSource:      0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,14 +26,14 @@ new features including:
 - Two player simultaneous mode
 
 %description -l pl
-Uniksowa wersja starej klasycznej gry Digger. Posiada wiele nowych mo¿liwo¶ci
-takich jak:
+Uniksowa wersja starej klasycznej gry Digger. Posiada wiele nowych
+mo¿liwo¶ci takich jak:
 - Przycisk Exit
 - Opcjonalna grafika VGA
 - Nagrywanie i odtwarzanie sesji
 - Kontrola prêdko¶ci w czasie rzeczywistym
 - Przedefiniowanie klawiatury
-- ???
+- Tryb "gauntlet"
 - Tryb dwóch graczy
 
 %prep
@@ -43,10 +43,11 @@ takich jak:
 
 %build
 %{__make} -f Makefile.sdl \
-       OPTFLAGS="$RPM_OPT_FLAGS"
+       OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
This page took 0.09736 seconds and 4 git commands to generate.