Compare commits

..

10 commits

Author SHA1 Message Date
Fedora Release Engineering
46ea3d4d48 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 06:16:49 +00:00
Michal Schorm
76d7969e73 Fix SPDX license tag: 'LicenseRef-Callaway-CC-BY-SA' -> 'CC-BY-SA-3.0'
The automated SPDX conversion (commit by msuchy, 44-37) left behind a
'LicenseRef-Callaway-CC-BY-SA' placeholder because the CC-BY-SA version
could not be determined without inspecting the source tarball.

License analysis
================

Files examined in 'Scorched3D-44-src.tar.gz':

1. 'scorched/COPYING' -- full text of the GNU General Public License
   version 2.  Source files reference "or later", confirming
   'GPL-2.0-or-later'.

2. 'scorched/data/globalmods/apoc/license.txt' -- full legal text
   of the Creative Commons Attribution-ShareAlike license.  The first
   line reads:

     "Creative Commons Attribution-ShareAlike 3.0 License"

   The body matches the CC-BY-SA-3.0 legal code (references
   "Creative Commons Compatible License", section 4(b) re-licensing
   provisions specific to version 3.0).  This is the authoritative
   license for the bundled Apocalypse mod content.

3. 'scorched/data/globalmods/apoc/readme.txt' -- mod readme, "Legal
   Stuff" section also states "Creative Commons Attribution-ShareAlike
   3.0", consistent with 'license.txt'.

4. 'scorched/data/globalmods/apoc/readme-nexus.txt' -- historical
   readme for Nexus6's map pack references "Attribution-ShareAlike
   2.0" in its human-readable summary, but directs readers to the
   LICENSE file for the full legal text.  The actual license file
   ('license.txt') is unambiguously version 3.0.  The Apocalypse mod
   absorbed Nexus6's maps under CC-BY-SA-3.0 (which is a valid
   re-licensing path under CC-BY-SA-2.0 share-alike provisions).

5. 'scorched/data/globalmods/apoc/data/landscapes.xml' -- copyright
   notices for maps by Bobirov, Nexus6, and ShoCkwaVe all state
   "distributed under the Creative Commons Attribution-ShareAlike
   license" without specifying a version; the mod-level 'license.txt'
   governs.

SPDX mapping
=============

  Old: 'GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA'
  New: 'GPL-2.0-or-later AND CC-BY-SA-3.0'

Also removed the "Automatically converted" comment and bumped
Release to 43.

Co-Authored-By: Claude AI <noreply@anthropic.com>
2026-07-14 23:05:22 +02:00
Tom spot Callaway
a49e0bc579 rebuild 2026-04-16 22:34:50 -04:00
Tom spot Callaway
c405316982 rebuild for lua 5.5 2026-03-15 19:31:28 -04:00
Fedora Release Engineering
92e362b19e Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 17:46:21 +00:00
Fedora Release Engineering
410a0987e0 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:01:43 +00:00
Fedora Release Engineering
0dc42e4c9b Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 10:10:52 +00:00
Miroslav Suchý
97f949db14 convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 21:49:49 +02:00
Fedora Release Engineering
85fe3ec600 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 04:59:34 +00:00
Software Management Team
ca455c032d Eliminate use of obsolete %patchN syntax (#2283636) 2024-05-30 12:46:49 +02:00

View file

@ -2,9 +2,9 @@
Name: scorched3d
Version: 44
Release: 35%{?dist}
Release: 44%{?dist}
Summary: Game based loosely on the classic DOS game Scorched Earth
License: GPLv2+ and CC-BY-SA
License: GPL-2.0-or-later AND CC-BY-SA-3.0
URL: http://www.scorched3d.co.uk/
Source0: http://downloads.sourceforge.net/%{name}/Scorched3D-%{version}-src.tar.gz
Source1: %{name}.desktop
@ -49,15 +49,15 @@ conditions and terrains to be dealt with.
%prep
%setup -q -c
pushd scorched
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p2
%patch -P1 -p1
%patch -P2 -p1
%patch -P3 -p1
%patch -P4 -p1
%patch -P5 -p0
%patch -P6 -p1
%patch -P7 -p1
%patch -P8 -p1
%patch -P9 -p2
touch NEWS AUTHORS ChangeLog
autoreconf -ivf
install -m 755 %{SOURCE2} .
@ -151,6 +151,34 @@ EOF
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 44-44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 44-43
- Fix SPDX license tag: replace 'LicenseRef-Callaway-CC-BY-SA' with
'CC-BY-SA-3.0' based on upstream license text
* Thu Apr 16 2026 Tom Callaway <spot@fedoraproject.org> - 44-42
- rebuild
* Sun Mar 15 2026 Tom Callaway <spot@fedoraproject.org> - 44-41
- rebuild for lua 5.5
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 44-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 44-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 44-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 44-37
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 44-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 44-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild