Name: perk Version: 0.0.0~git20180522 Release: 0.0.0.0%{?dist} Summary: PE Resource Kit License: GPLv2 or GPLv3 URL: https://git.midipix.org/cgit.cgi/perk/ # Tarball was made by checking out the code and wrapping in tarball Source0: %{name}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: mdso-devel %description A portable, cross-platform tool for creating midipix-specific import libraries. The project can be used as either a library or a stand-alone application. %package devel Summary: devel content for perk Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides headers and libraries for building applications that use perk. %prep %autosetup -n %{name} %build # Not actually autotools :( %{set_build_flags} ./configure \ --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \ --bindir=%{_bindir} --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} \ --includedir=%{_includedir} --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} --infodir=%{_infodir} %make_build %install %make_install %files %license COPYING.PERK %doc README %{_libdir}/*.so.* %{_bindir}/perk %files devel %{_includedir}/perk/ %{_libdir}/*.so %{_libdir}/*.a %changelog * Sun May 27 2018 Neal Gompa - Initial packaging