This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: minetestserver | |
| # Required-Start: $remote_fs $syslog $network | |
| # Required-Stop: $remote_fs $syslog $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Minetest server initscript | |
| # Description: This script starts and stops Minetest server. | |
| # Minetest is a free block building game. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: pentobi | |
| Version: 11.0 | |
| Release: 1%{?dist} | |
| Summary: Program to play the board game Blokus | |
| License: GPLv3 | |
| URL: http://pentobi.sourceforge.net/ | |
| Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz | |
| BuildRequires: cmake gcc-c++ qt5-qtsvg-devel qt5-qttools-devel | |
| BuildRequires: extra-cmake-modules kf5-kio-devel |