Name: rgbds Version: 0.2.4 Release: 1%{?dist} Summary: A Game Boy development package, including an assembler License: DWPL and ISC and MIT URL: https://github.com/rednex/%{name} Source0: https://github.com/rednex/%{name}/archive/v%{version}.tar.gz BuildRequires: gcc byacc #Requires: %description RGBDS (Rednex Game Boy Development System) is a free assembler/linker package for the Game Boy and Game Boy Color. %global debug_package %{nil} %prep %autosetup %build %make_build Q= %install make install PREFIX=%{buildroot}/usr/ BINPREFIX=%{buildroot}%{_bindir} MANPREFIX=%{buildroot}%{_mandir} Q= chmod 0755 %{buildroot}%{_bindir}/* %files %{_bindir}/rgbasm %{_bindir}/rgblink %{_bindir}/rgbfix %{_mandir}/man1/rgbasm.1.* %{_mandir}/man1/rgblink.1.* %{_mandir}/man1/rgbfix.1.* %{_mandir}/man7/rgbds.7.* %license LICENSE %doc README %changelog * Wed Mar 1 2017 Sanqui - 0.2.4-1 - Initial package