|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: rott
|
|
|
|
|
Version: 1.1.2
|
|
|
|
|
Release: 28%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Rise of the Triad
|
|
|
|
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Group: Amusements/Games
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://icculus.org/rott/
|
|
|
|
|
Source0: http://icculus.org/rott/releases/rott-%{version}.tar.gz
|
|
|
|
|
Source1: rott-shareware.sh
|
|
|
|
|
@ -11,15 +11,11 @@ Source2: rott-registered.sh
|
|
|
|
|
Source3: rott.autodlrc
|
|
|
|
|
Source4: rott-shareware.desktop
|
|
|
|
|
Source5: rott-registered.desktop
|
|
|
|
|
Source6: rott-shareware.appdata.xml
|
|
|
|
|
Source7: rott-registered.metainfo.xml
|
|
|
|
|
# Notice this is made from an edited screenshot and thus derived from the non-
|
|
|
|
|
# free datafiles. I believe this constitutes fair-use. If anyone disagrees let
|
|
|
|
|
# free datafiles. I believe this constitues fair-use. If anyone disagrees let
|
|
|
|
|
# me know and I'll remove it
|
|
|
|
|
Source8: rott.png
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: SDL_mixer-devel desktop-file-utils libappstream-glib
|
|
|
|
|
Source6: rott.png
|
|
|
|
|
BuildRequires: SDL_mixer-devel desktop-file-utils
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the
|
|
|
|
|
@ -29,7 +25,8 @@ enhanced with the "high" resolution rendering from the winrott port.
|
|
|
|
|
|
|
|
|
|
%package shareware
|
|
|
|
|
Summary: Rise of the Triad shareware version
|
|
|
|
|
Requires: hicolor-icon-theme autodownloader unzip
|
|
|
|
|
Group: Amusements/Games
|
|
|
|
|
Requires: hicolor-icon-theme autodownloader
|
|
|
|
|
|
|
|
|
|
%description shareware
|
|
|
|
|
This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the
|
|
|
|
|
@ -45,6 +42,7 @@ the datafiles for you.
|
|
|
|
|
|
|
|
|
|
%package registered
|
|
|
|
|
Summary: Rise of the Triad registered version
|
|
|
|
|
Group: Amusements/Games
|
|
|
|
|
Requires: hicolor-icon-theme zenity
|
|
|
|
|
|
|
|
|
|
%description registered
|
|
|
|
|
@ -95,118 +93,75 @@ install -p -m 644 %{name}-registered.6 $RPM_BUILD_ROOT%{_mandir}/man6
|
|
|
|
|
|
|
|
|
|
# below is the desktop file and icon stuff.
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
|
|
|
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE4}
|
|
|
|
|
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE5}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
|
install -p -m 644 %{SOURCE6} %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.xml
|
|
|
|
|
desktop-file-install \
|
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
|
|
--vendor fedora \
|
|
|
|
|
%endif
|
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
|
%{SOURCE4}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
|
|
|
desktop-file-install \
|
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
|
|
--vendor fedora \
|
|
|
|
|
%endif
|
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
|
%{SOURCE5}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
|
|
|
|
|
install -p -m 644 %{SOURCE8} \
|
|
|
|
|
install -p -m 644 %{SOURCE6} \
|
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post shareware
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun shareware
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%post registered
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun registered
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files shareware
|
|
|
|
|
%doc README doc/*.txt
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README COPYING doc/*.txt
|
|
|
|
|
%{_bindir}/rott-shareware*
|
|
|
|
|
%{_mandir}/man6/%{name}-shareware.6*
|
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
%{_datadir}/appdata/%{name}-shareware.appdata.xml
|
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
|
|
%{_datadir}/applications/fedora-%{name}-shareware.desktop
|
|
|
|
|
%else
|
|
|
|
|
%{_datadir}/applications/%{name}-shareware.desktop
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files registered
|
|
|
|
|
%doc README doc/*.txt
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README COPYING doc/*.txt
|
|
|
|
|
%{_bindir}/rott-registered*
|
|
|
|
|
%{_mandir}/man6/%{name}-registered.6*
|
|
|
|
|
%{_datadir}/appdata/%{name}-registered.metainfo.xml
|
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
|
|
%{_datadir}/applications/fedora-%{name}-registered.desktop
|
|
|
|
|
%else
|
|
|
|
|
%{_datadir}/applications/%{name}-registered.desktop
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-28
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-26
|
|
|
|
|
- convert license to SPDX
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-22
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-16
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.2-9
|
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 16 2016 Hans de Goede <hdegoede@redhat.com> - 1.1.2-4
|
|
|
|
|
- Add support for game-data-packager provided assets (rhbz#1295511)
|
|
|
|
|
- Add appdata files
|
|
|
|
|
- Modernize spec a bit
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|