1.0.16
OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=6
This commit is contained in:
parent
b0fc2890db
commit
771e0e76dc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:502bdeeb116ffd56f1b493f14b5aa57cdd2521148747c4998650733b6fc1f374
|
|
||||||
size 764234
|
|
3
ltris-1.0.16.tar.bz2
Normal file
3
ltris-1.0.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be33246348353fc32b54bf608791459f6d22ffffa04a9f9fa8ac473d92702a92
|
||||||
|
size 776401
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 3 20:06:53 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 1.0.16
|
||||||
|
* improved random number generator
|
||||||
|
* generate pieces according to official Tetris guidelines
|
||||||
|
* always deal same sequence of pieces to all players
|
||||||
|
* in expert mode deal most unsuitable piece out of current bag instead of
|
||||||
|
random piece
|
||||||
|
|
||||||
|
- changes from 1.0.15:
|
||||||
|
* added italian localization
|
||||||
|
|
||||||
|
- changes from 1.0.14:
|
||||||
|
* increased range for horizontal block delay to 9
|
||||||
|
* fixed incorrect english (penalty instead of malus)
|
||||||
|
* added XDG support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 7 23:04:04 CET 2009 - dimstar@opensuse.org
|
Sat Nov 7 23:04:04 CET 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
15
ltris.spec
15
ltris.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ltris (Version 1.0.12)
|
# spec file for package ltris (Version 1.0.16)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,7 +16,7 @@ BuildRequires: SDL_mixer-devel update-desktop-files
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Amusements/Games/Logic
|
Group: Amusements/Games/Logic
|
||||||
Summary: Tetris Clone with Multiplayer and CPU Opponents
|
Summary: Tetris Clone with Multiplayer and CPU Opponents
|
||||||
Version: 1.0.13
|
Version: 1.0.16
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://lgames.sourceforge.net/index.php?project=LTris
|
Url: http://lgames.sourceforge.net/index.php?project=LTris
|
||||||
# http://prdownloads.sourceforge.net/lgames/ltris-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/lgames/ltris-%{version}.tar.gz
|
||||||
@ -31,15 +31,11 @@ Figures (a new figure each level, suddenly appearing tiles and lines),
|
|||||||
and multiplayer with up to three players either human or CPU
|
and multiplayer with up to three players either human or CPU
|
||||||
controlled.
|
controlled.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Michael Speck <kulanie@gmx.net>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
#autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--datadir=%{_datadir}/games \
|
--datadir=%{_datadir}/games \
|
||||||
--bindir=%{_prefix}/games \
|
--bindir=%{_prefix}/games \
|
||||||
@ -53,11 +49,14 @@ autoreconf -fiv
|
|||||||
install -m 0755 -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
install -m 0755 -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||||
install -m 0644 icons/ltris48.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/ltris.xpm
|
install -m 0644 icons/ltris48.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/ltris.xpm
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/games/locale $RPM_BUILD_ROOT%{_datadir}/locale
|
mv $RPM_BUILD_ROOT%{_datadir}/games/locale $RPM_BUILD_ROOT%{_datadir}/locale
|
||||||
|
%__rm -rf "$RPM_BUILD_ROOT%{_datadir}/games/applications"
|
||||||
|
%__rm -rf "$RPM_BUILD_ROOT%{_datadir}/games/icons"
|
||||||
|
|
||||||
%suse_update_desktop_file -i %{name} Game ArcadeGame
|
%suse_update_desktop_file -i %{name} Game ArcadeGame
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%run_permissions
|
%run_permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user