Mageia Bugzilla – Attachment 8679 Details for
Bug 17282
Warsow (1.51) doesn't start / Update request to Warsow 2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
warsow.spec
warsow.spec (text/x-rpm-spec), 3.09 KB, created by
Kristoffer Grundström
on 2016-11-19 06:37:46 CET
(
hide
)
Description:
warsow.spec
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2016-11-19 06:37:46 CET
Size:
3.09 KB
patch
obsolete
>Name: warsow >Version: 2.01 >Release: %mkrel 4 >Summary: A fast-paced first-person-shooter game >License: GPLv2 >Group: Amusements/Games/3D/Shoot >Url: http://www.warsow.net/ >Source0: warsow_21_sdk.tar.gz >Source1: %{name}.desktop >Source2: %{name}.png >BuildRequires: ImageMagick >BuildRequires: cmake >= 2.8.12 >BuildRequires: dos2unix >BuildRequires: gcc-c++ >BuildRequires: desktop-file-utils >BuildRequires: hicolor-icon-theme >BuildRequires: libjpeg-devel >BuildRequires: pkgconfig(freetype2) >BuildRequires: pkgconfig(glu) >BuildRequires: pkgconfig(libcurl) >BuildRequires: pkgconfig(libpng) >BuildRequires: pkgconfig(openal) >BuildRequires: pkgconfig(sdl2) >BuildRequires: pkgconfig(theora) >BuildRequires: pkgconfig(vorbis) >BuildRequires: pkgconfig(xcb-xinerama) >BuildRequires: pkgconfig(xf86dgaproto) >BuildRequires: pkgconfig(xi) >BuildRequires: pkgconfig(xinerama) >BuildRequires: pkgconfig(xrandr) >BuildRequires: pkgconfig(xxf86dga) >BuildRequires: pkgconfig(xxf86vm) >BuildRequires: pkgconfig(zlib) >Requires: warsow-data > >%description >Warsow is a free standalone first person shooter game based on the Qfusion 3D >engine (a modification of the Quake 2 GPL engine), and aimed on the competitive >scene, or the e-sports community. > >The base gameplay is focused around the art of movement; speed and tricks play >a big part in the gameplay. Besides this, mapcontrol, aim, teamplay and >fragging skills play their role too. > >Another twist in gameplay is the weapon system. Warsow has two firing >modes for each weapon; by picking up a weapon, you will be equipped with the >standard (weak) ammo for the weapon, but when you pick up an ammo pack, you >will equip your weapon with special (strong) ammo. Weapons may have different >damage or slightly different behaviour depending on which ammo you use. > >To keep the focus on competitive gaming, visibility is important in Warsow. >Cell-shaded, cartoon-like styles on the maps, textures, and models combine for >good visibility, suitable for competitive gameplay. > >%prep >%setup -q -c -n warsow_21_sdk > >%build >cd source/source >cmake >%make > >%install >cd source/source/build > >install -d %{buildroot}%{_datadir}/%{name} > >install -d %{buildroot}%{_bindir} >install -m 755 warsow.* %{buildroot}%{_bindir}/%{name} >install -m 755 wsw_server.* %{buildroot}%{_bindir}/%{name}-server >install -m 755 wswtv_server.* %{buildroot}%{_bindir}/%{name}-tv-server > >install -d %{buildroot}%{_libdir}/%{name}/libs >install -m 755 libs/*.so %{buildroot}%{_libdir}/%{name}/libs >ln -s %{_libdir}/%{name}/libs %{buildroot}%{_datadir}/%{name}/libs > >convert ../../icons/warsow256x256.xpm warsow.png >install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/ >install -D -m 0644 warsow.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/warsow.png > >install -d %{buildroot}%{_datadir}/applications > >%files >%doc docs/* >%{_bindir}/%{name} >%{_bindir}/%{name}-server >%{_bindir}/%{name}-tv-server >%{_datadir}/%{name} >%{_datadir}/%{name}/libs >%{_datadir}/applications/%{name}.desktop >%{_datadir}/icons/hicolor/256x256/apps/%{name}.png >%{_libdir}/%{name} >%{_libdir}/%{name}/libs/
Name: warsow Version: 2.01 Release: %mkrel 4 Summary: A fast-paced first-person-shooter game License: GPLv2 Group: Amusements/Games/3D/Shoot Url: http://www.warsow.net/ Source0: warsow_21_sdk.tar.gz Source1: %{name}.desktop Source2: %{name}.png BuildRequires: ImageMagick BuildRequires: cmake >= 2.8.12 BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme BuildRequires: libjpeg-devel BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(xcb-xinerama) BuildRequires: pkgconfig(xf86dgaproto) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xxf86dga) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) Requires: warsow-data %description Warsow is a free standalone first person shooter game based on the Qfusion 3D engine (a modification of the Quake 2 GPL engine), and aimed on the competitive scene, or the e-sports community. The base gameplay is focused around the art of movement; speed and tricks play a big part in the gameplay. Besides this, mapcontrol, aim, teamplay and fragging skills play their role too. Another twist in gameplay is the weapon system. Warsow has two firing modes for each weapon; by picking up a weapon, you will be equipped with the standard (weak) ammo for the weapon, but when you pick up an ammo pack, you will equip your weapon with special (strong) ammo. Weapons may have different damage or slightly different behaviour depending on which ammo you use. To keep the focus on competitive gaming, visibility is important in Warsow. Cell-shaded, cartoon-like styles on the maps, textures, and models combine for good visibility, suitable for competitive gameplay. %prep %setup -q -c -n warsow_21_sdk %build cd source/source cmake %make %install cd source/source/build install -d %{buildroot}%{_datadir}/%{name} install -d %{buildroot}%{_bindir} install -m 755 warsow.* %{buildroot}%{_bindir}/%{name} install -m 755 wsw_server.* %{buildroot}%{_bindir}/%{name}-server install -m 755 wswtv_server.* %{buildroot}%{_bindir}/%{name}-tv-server install -d %{buildroot}%{_libdir}/%{name}/libs install -m 755 libs/*.so %{buildroot}%{_libdir}/%{name}/libs ln -s %{_libdir}/%{name}/libs %{buildroot}%{_datadir}/%{name}/libs convert ../../icons/warsow256x256.xpm warsow.png install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/ install -D -m 0644 warsow.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/warsow.png install -d %{buildroot}%{_datadir}/applications %files %doc docs/* %{_bindir}/%{name} %{_bindir}/%{name}-server %{_bindir}/%{name}-tv-server %{_datadir}/%{name} %{_datadir}/%{name}/libs %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/256x256/apps/%{name}.png %{_libdir}/%{name} %{_libdir}/%{name}/libs/
View Attachment As Raw
Actions:
View
Attachments on
bug 17282
:
8634
| 8679