/[packages]/cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec
ViewVC logotype

Annotation of /cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1811343 - (hide annotations) (download)
Mon Mar 21 04:24:53 2022 UTC (2 years, 1 month ago) by umeabot
File size: 1048 byte(s)
Mageia 9 Mass Rebuild
1 ahmad 95989 Name: opengl-games-utils
2 daviddavid 1364259 Version: 0.2
3 umeabot 1811343 Release: %mkrel 3
4 ahmad 95989 Summary: Utilities to check proper 3d support before launching 3d games
5 fwang 391883 Group: Graphics/3D
6 ahmad 95989 License: Public Domain
7 danf 1788093 URL: https://fedoraproject.org/wiki/SIGs/Games
8 ahmad 95989 Source0: opengl-game-wrapper.sh
9     Source1: opengl-game-functions.sh
10     Source2: README
11     BuildArch: noarch
12 ahmad 96546 Requires: zenity glxinfo
13 ahmad 95989
14     %description
15 danf 1788093 This package contains various shell scripts which are intended for use by
16 ahmad 95989 3D games packages. These shell scripts can be used to check if direct rendering
17     is available before launching an OpenGL game. This package is intended for use
18     by other packages and is not intended for direct end user use!
19    
20     %prep
21     %setup -c -T
22     cp %{SOURCE2} .
23    
24     %install
25 ahmad 95991 mkdir -p %{buildroot}%{_bindir}
26     mkdir -p %{buildroot}%{_datadir}/%{name}
27     install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}
28     install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}
29 ahmad 95989
30     %files
31     %doc README
32     %{_bindir}/opengl-game-wrapper.sh
33     %{_datadir}/%{name}

  ViewVC Help
Powered by ViewVC 1.1.30