Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
2 changed files with 6 additions and 23 deletions
|
|
@ -7,3 +7,4 @@ Exec=xonotic-sdl-wrapper
|
|||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;ActionGame;
|
||||
PrefersNonDefaultGPU=true
|
||||
|
|
|
|||
28
xonotic.spec
28
xonotic.spec
|
|
@ -7,7 +7,7 @@
|
|||
Summary: Multiplayer, deathmatch oriented first person shooter
|
||||
Name: xonotic
|
||||
Version: 0.8.6
|
||||
Release: 7%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later and LGPL-2.0-or-later
|
||||
URL: http://www.xonotic.org/
|
||||
# Custom tarball:
|
||||
|
|
@ -120,10 +120,10 @@ sed -i 's/nexuiz/xonotic/g' makefile makefile.inc
|
|||
export DP_FS_BASEDIR=%{_datadir}/xonotic
|
||||
#export DP_CRYPTO_STATIC_LIBDIR="."
|
||||
#export DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR="."
|
||||
make release OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=:
|
||||
make cl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=:
|
||||
make sdl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=:
|
||||
make sv-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=:
|
||||
make release OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
|
||||
make cl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
|
||||
make sdl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
|
||||
make sv-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
|
@ -270,24 +270,6 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Feb 17 2025 Gwyn Ciesla <gwync@protonmail.com> - 0.8.6-6
|
||||
- Set PrefersNonDefaultGPU to false, BZ 2345949.
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 20 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.8.6-1
|
||||
- 0.8.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue