]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- added description to base, empty package - it's used in SRPM
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Sep 2001 20:14:19 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplified %%prep
- use %%configure2_13 (configure takes an extra parameter - it's not
  compatible with autoconf 2.5x)
- release 2

Changed files:
    Atari800.spec -> 1.6

Atari800.spec

index 408f8d3f3f250793d966d50776588229a1295bc9..f6b167a4f6c2055b376ae12348f940d680d4389d 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Emulator Atari 800
 Name:          Atari800
 %define                ver_short       107
 Version:       1.0.7
-Release:       1
+Release:       2
 License:       GPL (Atari800), distributable if unmodified (xf25 with ROMs)
 Group:         Applications/Emulators
 Group(de):     Applikationen/Emulators
@@ -26,6 +26,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _xbindir        %{_prefix}/X11R6/bin
 
 %description
+This is Atari 800, 800XL, 130XE and 5200 emulator.
+
+%description -l pl
+To jest emulator Atari 800, 800XL, 130XE i 5200.
 
 %package common
 Summary:       Atari 800 Emulator - common files for svgalib and X11 versions
@@ -100,14 +104,12 @@ Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla X11 z
 obs³ug± d¼wiêku i joysticka.
 
 %prep
-%setup -q -c -T -n %{name}-%{version}
-cd ..
-unzip -q %{SOURCE0}
+%setup -q
 
 %build
 cd src
 
-%configure svgalib <<EOF
+%configure2_13 svgalib <<EOF
 n
 y
 y
@@ -138,7 +140,7 @@ mv -f atari800 atari800-svga
 
 %{__make} clean
 
-%configure x11-shm <<EOF
+%configure2_13 x11-shm <<EOF
 n
 y
 y
This page took 0.069872 seconds and 4 git commands to generate.