File tibia-installer.spec of Package tibia-installer
#
# spec file for package tibia-installer
#
# Copyright (c) 2024 SUSE LLC
#
# 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: tibia-installer
Version: 0.3
Release: 0
Summary: Helper scripts to download and play Tibia
License: MIT
URL: https://www.tibia.com
Requires: /usr/bin/grep
Requires: /usr/bin/ldd
Requires: /usr/bin/rm
Requires: /usr/bin/tar
Requires: /usr/bin/wget
Requires: ms-ttf
ExclusiveArch: x86_64
%description
Helper scripts to download and play Tibia, a free-to-play hardcore
fantasy MMORPG presenting a timeless retro look.
Tibia is one of the oldest and most successful online role-playing
games. Acting as knights, paladins, sorcerers or druids, players are
faced with the challenge of dangerous dungeons and interacting with
other players on a social level.
%prep
%build
%check
%install
mkdir -p %{buildroot}/%{_bindir}
cp %{_sourcedir}/tibia-install %{buildroot}/%{_bindir}
cp %{_sourcedir}/tibia %{buildroot}/%{_bindir}
%files
%dir %{_bindir}
%attr(0755, root, root) %{_bindir}/*
%changelog