]> git.pld-linux.org Git - packages/Atari800.git/blobdiff - Atari800.spec
- Up to 4.0.0.
[packages/Atari800.git] / Atari800.spec
index f6b167a4f6c2055b376ae12348f940d680d4389d..188101898a83b4f709cdd13259934597848d4846 100644 (file)
 #
 # Conditional build:
-# _with_license_agreement - with unzipped ROM files instead of xf25.zip
+%bcond_with    license_agreement       # with unzipped ROM files instead of xf25.zip
 #
 Summary:       Atari 800 Emulator
-Summary(pl):   Emulator Atari 800
+Summary(pl.UTF-8):     Emulator Atari 800
 Name:          Atari800
-%define                ver_short       107
-Version:       1.0.7
-Release:       2
-License:       GPL (Atari800), distributable if unmodified (xf25 with ROMs)
+Version:       4.0.0
+Release:       1
+License:       GPL v2+ (Atari800), distributable if unmodified (xf25 with ROMs)
 Group:         Applications/Emulators
-Group(de):     Applikationen/Emulators
-Group(pl):     Aplikacje/Emulatory
-Source0:       ftp://ftp.sophics.cz/pub/Atari800/src/a800s%{ver_short}.zip
+Source0:       https://sourceforge.net/projects/atari800/files/atari800/%{version}/atari800-%{version}.tar.gz
+# Source0-md5: 72ba8e390a8fba7d087c2c089dae6d3c
 # NOTE: ROMs probably can be redistributed only in original XF25 archive
 Source1:       http://joy.sophics.cz/www/xf25.zip
+# Source1-md5: 4dc3b6b4313e9596c4d474785a37b94d
 Source2:       %{name}-chooser
-URL:           http://atari800.atari.org/
+URL:           https://atari800.github.io/
+BuildRequires: SDL-devel
+BuildRequires: automake
+%if %{with license_agreement}
 BuildRequires: unzip
-BuildRequires: svgalib-devel
-BuildRequires: XFree86-devel
+%endif
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _xbindir        %{_prefix}/X11R6/bin
+%define                specflags       -fomit-frame-pointer
 
 %description
 This is Atari 800, 800XL, 130XE and 5200 emulator.
 
-%description -l pl
+%description -l pl.UTF-8
 To jest emulator Atari 800, 800XL, 130XE i 5200.
 
 %package common
-Summary:       Atari 800 Emulator - common files for svgalib and X11 versions
-Summary(pl):   Emulator Atari 800 - pliki wspólne dla wersji svgalib oraz X11
+Summary:       Atari 800 Emulator - common files for SDL and X11 versions
+Summary(pl.UTF-8):     Emulator Atari 800 - pliki wspólne dla wersji SDL oraz X11
 Group:         Applications/Emulators
-Group(de):     Applikationen/Emulators
-Group(pl):     Aplikacje/Emulatory
 Obsoletes:     Atari800
-%{!?_with_license_agreement:Prereq:    unzip}
+%if !%{with license_agreement}
+Requires(post):        unzip
+%endif
 
 %description common
 This is Atari 800, 800XL, 130XE and 5200 emulator.
 
-This package contains common files for both svgalib and X11 versions
+This package contains common files for both SDL and X11 versions
 of Atari800.
+%if !%{with license_agreement}
+Note: because of license problems we had to include whole X-Former
+archive (xf25.zip). If you don't want it - rebuild Atari800 (--with
+license_agreement)
+%endif 
 
-%{!?_with_license_agreement:Note: because of license problems we had to include whole X-Former}
-%{!?_with_license_agreement:archive (xf25.zip). If you don't want it - rebuild Atari800 by:}
-%{!?_with_license_agreement:rpm --rebuild --with license_agreement ftp://ftp.pld.org.pl/PLD-1.0/SRPMS/SRPMS/%{name}-%{version}-%{release}.src.rpm}
-
-%description common -l pl
+%description common -l pl.UTF-8
 To jest emulator Atari 800, 800XL, 130XE i 5200.
 
-Ten pakiet zawiera pliki wspólne dla wersji dzia³aj±cych pod svgalib
+Ten pakiet zawiera pliki wspólne dla wersji działających pod SDL
 oraz X11.
+%if !%{with license_agreement}
+Uwaga: z powodu problemów z licencją musieliśmy załączyć całą paczkę
+z emulatorem X-Former (xf25.zip). Jeśli jej nie chcesz w pakiecie -
+przebuduj pakiet z opcja --with license_agreement.
+%endif
 
-%{!?_with_license_agreement:Uwaga: z powodu problemów z licencj± musieli¶my za³±czyæ ca³± paczkê}
-%{!?_with_license_agreement:z emulatorem X-Former (xf25.zip). Je¶li jej nie chcesz w pakiecie -}
-%{!?_with_license_agreement:przebuduj pakiet poleceniem:}
-%{!?_with_license_agreement:rpm --rebuild --with license_agreement ftp://ftp.pld.org.pl/PLD-1.0/SRPMS/SRPMS/%{name}-%{version}-%{release}.src.rpm}
-
-%package svga
-Summary:       Atari 800 Emulator - svgalib version
-Summary(pl):   Emulator Atari 800 - wersja pod svgalib
-Group:         Applications/Emulators
-Group(de):     Applikationen/Emulators
-Group(pl):     Aplikacje/Emulatory
+%package x11
+Summary:       Atari 800 Emulator - X Window version
+Summary(pl.UTF-8):     Emulator Atari 800 - wersja dla systemu X Window
 License:       GPL
-Requires:      %{name}-common = %{version}
+Group:         Applications/Emulators
+Requires:      %{name}-common = %{version}-%{release}
 
-%description svga
+%description x11
 This is Atari 800, 800XL, 130XE and 5200 emulator.
 
-This package contains Atari800 executable file configured for svgalib
-with sound and joystick support.
+This package contains Atari800 executable file configured for X11 with
+OSS sound and joystick support.
 
-%description svga -l pl
+%description x11 -l pl.UTF-8
 To jest emulator Atari 800, 800XL, 130XE i 5200.
 
-Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla
-svgalib z obs³ug± d¼wiêku i joysticka.
+Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla X11 z
+obsługą dźwięku OSS i joysticka.
 
-%package x11
-Summary:       Atari 800 Emulator - X Window version
-Summary(pl):   Emulator Atari 800 - wersja pod X Window
-Group:         Applications/Emulators
-Group(de):     Applikationen/Emulators
-Group(pl):     Aplikacje/Emulatory
+%package SDL
+Summary:       Atari 800 Emulator - SDL version
+Summary(pl.UTF-8):     Emulator Atari 800 - wersja SDL
 License:       GPL
-Requires:      %{name}-common = %{version}
+Group:         Applications/Emulators
+Requires:      %{name}-common = %{version}-%{release}
+Obsoletes:     Atari800-svga
 
-%description x11
+%description SDL
 This is Atari 800, 800XL, 130XE and 5200 emulator.
 
-This package contains Atari800 executable file configured for X11 with
+This package contains Atari800 executable file configured for SDL with
 sound and joystick support.
 
-%description x11 -l pl
+%description SDL -l pl.UTF-8
 To jest emulator Atari 800, 800XL, 130XE i 5200.
 
-Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla X11 z
-obs³ug± d¼wiêku i joysticka.
+Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla SDL z
+obsługą dźwięku i joysticka.
 
 %prep
-%setup -q
+%setup -q -n atari800-%{version}
 
 %build
 cd src
+rm config.sub
+cp -f /usr/share/automake/config.sub .
+
+%configure \
+       --target=x11-shm \
+       --enable-crashmenu \
+       --disable-stereosound \
+       --with-sound=sdl \
+       --with-video=sdl
+
+%{__make}
 
-%configure2_13 svgalib <<EOF
-n
-y
-y
-y
-y
-n
-y
-n
-y
-n
-n
-y
-y
-y
-y
-n
-y
-n
-n
-n
-y
-y
-EOF
-%{__make} \
-       CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" \
-       LDFLAGS="%{rpmldflags}"
-mv -f atari800 atari800-svga
+%{__mv} atari800 atari800-SDL
 
 %{__make} clean
 
-%configure2_13 x11-shm <<EOF
-n
-y
-y
-y
-y
-n
-n
-n
-y
-y
-y
-y
-y
-y
-n
-n
-EOF
-%{__make} \
-       CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer} -I/usr/X11R6/include" \
-       LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
-mv -f atari800 atari800-x11
-
-sed s@/usr/local/lib/atari@%{_datadir}/atari800@g atari800.man >atari800.1
+%configure \
+       --target=x11-shm \
+       --enable-crashmenu \
+       --disable-stereosound \
+       --with-sound=oss \
+       --with-video=no
+
+%{__make}
+
+%{__mv} atari800 atari800-x11
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_xbindir}} \
-       $RPM_BUILD_ROOT{%{_datadir}/atari800,%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/atari800,%{_mandir}/man1}
 
-install src/atari800-svga $RPM_BUILD_ROOT%{_bindir}
-install src/atari800-x11 $RPM_BUILD_ROOT%{_xbindir}
+install src/atari800-x11 $RPM_BUILD_ROOT%{_bindir}
+install src/atari800-SDL $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/atari800
-install src/atari800.1 $RPM_BUILD_ROOT%{_mandir}/man1/atari800.1
+install src/atari800.man $RPM_BUILD_ROOT%{_mandir}/man1/atari800.1
 
-%if %{?_with_license_agreement:1}%{!?_with_license_agreement:0}
+%if %{with license_agreement}
 unzip -q -L %{SOURCE1} -d $RPM_BUILD_ROOT%{_datadir}/atari800
-rm -f $RPM_BUILD_ROOT%{_datadir}/atari800/xf25.*
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/atari800/xf25.*
 %else
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/atari800
 %endif
 
-gzip -9nf DOC/{BUGS,CHANGES,CREDITS,FAQ,README,TODO,USAGE} README.1ST \
-       DOC/{LPTjoy.txt,cart.txt,emuos.txt,pokeysnd.txt,usage1}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if %{?_with_license_agreement:0}%{!?_with_license_agreement:1}
+%if !%{with license_agreement}
 %post common
 cd %{_datadir}/atari800
-unzip -q -L xf25.zip
+if [ "`echo *.rom`" = "*.rom" ]; then
+       umask 022
+       unzip -q -L xf25.zip
+       rm -f xf25.doc xf25.exe
+fi
 %endif
 
 %files common
 %defattr(644,root,root,755)
-%doc  *.gz DOC/*.gz
+%doc DOC/{BUGS,CREDITS,ChangeLog,FAQ,NEWS,README,TODO,USAGE,*.txt} README.1ST
+%attr(755,root,root) %{_bindir}/atari800
 %{_datadir}/atari800
 %{_mandir}/man1/atari800.1*
-%attr(755,root,root) %{_bindir}/atari800
 
-%files svga
+%files x11
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/atari800-svga
+%attr(755,root,root) %{_bindir}/atari800-x11
 
-%files x11
+%files SDL
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_xbindir}/atari800-x11
+%attr(755,root,root) %{_bindir}/atari800-SDL
This page took 0.13155 seconds and 4 git commands to generate.