%global _hardened_build 1 %global debug_package %{nil} Summary: Compress files efficiently for limited CPU architectures Name: exomizer Version: 3.1.1 Release: 1%{?dist} License: GPLv2+ URL: https://bitbucket.org/magli143/exomizer/wiki/Home Source0: https://bitbucket.org/magli143/exomizer/wiki/downloads/exomizer-%{version}.zip BuildRequires: gcc %description Exomizer is a program that compresses files in a way that tries to be as efficient as possible but still allows them to be decompressed in environments where CPU speed and RAM are limited. For some popular 8-bit computers using 6502 compatible CPUs it can also generate executable files that decompress themselves in memory when run. %prep %autosetup -c %build pushd src %make_build popd %install install -D src/exomizer %{buildroot}/%{_bindir}/exomizer install -D src/exobasic %{buildroot}/%{_bindir}/exobasic %files %doc changelog.txt exo20info.txt exo31info.txt exobasic10b2.txt %{_bindir}/exomizer %{_bindir}/exobasic %changelog * Sun Apr 21 2019 Greg Wildman - 3.0.2-1 - Initial spec. * Mon Oct 15 2018 Greg Wildman - 3.0.1-1 - Initial spec.