Accepting request 24034 from home:pbleser:branches:games

Copy from home:pbleser:branches:games/ltris via accept of submit request 24034 revision 2.
Request was accepted with message:
Thanks for the update. I'll take care of the build failures (have been there pre update too)

OBS-URL: https://build.opensuse.org/request/show/24034
OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2009-11-07 21:56:45 +00:00 committed by Git OBS Bridge
parent 43b6c34fd5
commit ee9647ceb6
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a00b17dd942be082291036ccb7f5f6fe06fe35f08320802013702c8c6b3db8ab
size 754061

3
ltris-1.0.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:502bdeeb116ffd56f1b493f14b5aa57cdd2521148747c4998650733b6fc1f374
size 764234

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 7 17:00:41 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.0.13:
* block drop shadow is now enabled by default
* Swedish and French translations were added
* translation-independent chart IDs are now used
-------------------------------------------------------------------
Wed Apr 2 13:58:58 CEST 2008 - prusnak@suse.cz

View File

@ -16,9 +16,10 @@ BuildRequires: SDL_mixer-devel update-desktop-files
License: GPL v2 or later
Group: Amusements/Games/Logic
Summary: Tetris Clone with Multiplayer and CPU Opponents
Version: 1.0.12
Version: 1.0.13
Release: 1
Url: http://lgames.sourceforge.net/index.php?project=LTris
# http://prdownloads.sourceforge.net/lgames/ltris-%{version}.tar.gz
Source: ltris-%{version}.tar.bz2
Source1: %{name}.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -38,15 +39,17 @@ Authors:
%setup -q
%build
autoreconf -fi
autoreconf -fiv
%configure \
--datadir=%{_datadir}/games \
--bindir=%{_prefix}/games \
--localstatedir=%{_localstatedir}/games
make
%__make %{?jobs:-j%{jobs}}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall
install -m 0755 -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/
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
@ -54,7 +57,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/games/locale $RPM_BUILD_ROOT%{_datadir}/locale
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf "$RPM_BUILD_ROOT"
%files -f %{name}.lang
%defattr(644,root,root,755)