Accepting request 665018 from home:mnhauke

Initial package for ctris

OBS-URL: https://build.opensuse.org/request/show/665018
OBS-URL: https://build.opensuse.org/package/show/games/ctris?expand=0&rev=1
This commit is contained in:
Matthias Mailänder 2019-01-13 16:18:49 +00:00 committed by Git OBS Bridge
commit 3ed945caf5
5 changed files with 97 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
ctris-0.42.1.tar.gz Normal file
View File

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

22
ctris.changes Normal file
View File

@ -0,0 +1,22 @@
-------------------------------------------------------------------
Sat Jan 12 22:53:32 UTC 2019 - mardnh@gmx.de
- Update to 0.42.1
* various improvements sent to me by Alecsandru Soare
* fixed 'game over' message
- Fix URL
- Drop not longer needed patches:
* ctris-fsf-address.patch
* ctris-remove_current_date.patch
- Specfile cleanup
-------------------------------------------------------------------
Tue Sep 26 10:11:24 UTC 2017 - lars@linux-schulserver.de
- update to 0.42
-------------------------------------------------------------------
Thu Feb 27 2006 - cwh@suse.de
- initial release version 1.2.3

48
ctris.spec Normal file
View File

@ -0,0 +1,48 @@
#
# spec file for package ctris
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ctris
Version: 0.42.1
Release: 0
Summary: Console based tetris clone
License: GPL-2.0-or-later
Group: Amusements/Games/Action/Arcade
URL: https://github.com/dominikhackl/ctris
#Git-Clone: https://github.com/dominikhackl/ctris.git
Source: https://github.com/dominikhackl/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
%description
A colorized, small and flexible Tetris(TM)-clone for the console.
%prep
%setup -q
%build
make CFLAGS="%{optflags}" %{?_smp_mflags}
%install
%make_install BINDIR="%{buildroot}%{_bindir}"
%files
%license COPYING
%doc AUTHORS README TODO
%{_mandir}/man6/ctris.6%{?ext_man}
%{_bindir}/ctris
%changelog