Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aa0cfe7b6 | ||
|
|
3c8230998e | ||
|
|
45e8eaadef | ||
|
|
80416e8e3b | ||
|
|
3a19888d06 | ||
|
|
401926e5a3 |
1 changed files with 18 additions and 2 deletions
20
xscorch.spec
20
xscorch.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: xscorch
|
||||
Version: 0.2.1
|
||||
Release: 27%{?dist}
|
||||
Release: 32%{?dist}
|
||||
Summary: A Scorched Earth clone
|
||||
License: GPL-2.0-only
|
||||
URL: http://www.xscorch.org/
|
||||
|
|
@ -16,6 +16,7 @@ BuildRequires: gcc
|
|||
BuildRequires: libX11-devel gtk2-devel desktop-file-utils libappstream-glib
|
||||
BuildRequires: perl-interpreter
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: gdk-pixbuf2-modules-extra
|
||||
|
||||
%description
|
||||
xscorch is a clone of the classic DOS game, "Scorched Earth". The basic goal
|
||||
|
|
@ -37,7 +38,7 @@ done
|
|||
|
||||
|
||||
%build
|
||||
export CPPFLAGS="$CPPFLAGS -fcommon"
|
||||
export CPPFLAGS="$CPPFLAGS -fcommon -std=gnu17"
|
||||
%configure --disable-network --disable-sound
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
|
@ -68,6 +69,21 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 09 2026 Gwyn Ciesla <gwync@protonmail.com> - 0.2.1-30
|
||||
- Fix XPM requirement.
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue