File c-evo-dh.spec of Package c-evo
Name: c-evo-dh
Version: 3.1
Release: 1%{?dist}
Summary: C-evo: Distant Horizon, Empire Building Game
License: GPL-2.0-or-later AND CC-BY-3.0
URL: https://git.code.sf.net/p/c-evo-eh/code
Source0: file://%{name}_%{version}.orig.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Amusements/Games
BuildRequires: git
BuildRequires: fpc
BuildRequires: lazarus
Requires: gtk2
Requires: gdk-pixbuf2
Requires: glibc
Requires: pango
Requires: at-spi2-core
Requires: cairo
Requires: bash
Requires: hicolor-icon-theme
%description
A civilization style, turn based strategy game, of the Civ II era.
In this game, each player becomes the leader of a civilization.
To win, the player's civilization has to be first to build a spaceship.
Features include a tough AI, many difficulty levels, custom design
of military units. Game help in Chinese, Czeck, French, German,
Italian, Portuguese, Spanish & Russian.
%global debug_package %{nil}
%prep
%setup -c -q %{name}-%{version}
cd %{name}-%{version}
sed -i "s|share/games|share|" Linux/c-evo-launch-gtk2;
sed -i "s|/usr/games|/usr/bin|" Linux/c-evo-launch-gtk2;
sed -i 's/-k-pie/-k-z shstk/' Pascal/Release.cfg
%build
cd %{name}-%{version}
make
%install
cd %{name}-%{version}
make DESTDIR=%{buildroot}/ LibDir=/lib64 ExecDir=/libexec install
%define _unpackaged_files_terminate_build 0
%files
%{_bindir}/*
%{_libdir}/*
%{_libexecdir}/*
%{_mandir}/man6/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/icons/*
%{_datadir}/metainfo/*
%doc
%{_docdir}/*
%check
# n/a
%changelog
* Thu Nov 27 2025 PeterBB <peter@pblackman.plus.com> - 3.1-1
* Wed Sep 03 2025 PeterBB <peter@pblackman.plus.com> - 3.0-1
* Sun Aug 10 2025 PeterBB <peter@pblackman.plus.com> - 2.9-1
* Mon Jul 14 2025 PeterBB <peter@pblackman.plus.com> - 2.8-1
* Mon Jun 23 2025 PeterBB <peter@pblackman.plus.com> - 2.7-1
* Wed Jun 04 2025 PeterBB <peter@pblackman.plus.com> - 2.6-1
* Mon Apr 28 2025 PeterBB <peter@pblackman.plus.com> - 2.4-1
* Mon Jul 22 2024 PeterBB <peter@pblackman.plus.com> - 2.1-1
- Initial version Fedora & Mageia