Name: gl-117 Version: 1.4 Release: %autorelease Summary: An OpenGL and SDL based action flight simulator Summary(de): Ein OpenGL- und SDL-basierter Flugsimulator Summary(pl): Zrêczno¶ciowy symulator lotu u¿ywaj±cy OpenGL i SDL License: GPL-2.0-or-later URL: https://codeberg.org/wickedsmoke/gl-117 Source: https://codeberg.org/wickedsmoke/gl-117/archive/v%{version}.tar.gz BuildRequires: g++, make, sdl12-compat-devel, SDL_mixer-devel, mesa-libGL-devel, mesa-libGLU-devel %global debug_package %{nil} %description GL-117 is an OpenGL and SDL-based action flight simulator written in C++. It provides a random terrain generator, lighting effects, sounds, and joystick support. Predefined levels of video quality and an amount of viewing ranges let you perfectly adjust the game to the performance of your system. %description -l de GL-117 ist ein in C++ entwickelter, OpenGL- und SDL-basierter Action-Flugsimulator. Neben per Zufall erzeugten Landschaften besticht das Spiel durch Lichteffekte, Sound und Joystickunterstützung. Anhand vordefinierter Qualitätsstufen lässt sich die Grafik optimal an die Leistung des eigenen Systems anpassen. %description -l pl GL-117 jest zrêczno¶ciowym symulatorem lotu napisanym w C++, wykorzystuj±cym biblioteki OpenGL i SDL. Posiada obs³ugê joysticka, d¼wiêk, losowo generowany teren, efekty ¶wietlne. Predefiniowane poziomy jako¶ci obrazu oraz szeroki zakres ustawieñ widoczno¶ci pozwalaj± idealnie dopasowaæ grê do wydajno¶ci systemu. %prep %setup -q -n %{name} %build make %install make DESTDIR="$RPM_BUILD_ROOT/usr" install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README ChangeLog %license COPYING %{_bindir}/gl-117 %{_datadir}/gl-117 %{_datadir}/icons/hicolor/48x48/apps/gl-117.png %{_datadir}/icons/hicolor/96x96/apps/gl-117.png %{_datadir}/applications/gl-117.desktop %changelog * Wed Oct 8 2025 Karl Robillard 1.3.3 - Update for latest Fedora standards.