%global debug_package %{nil} Name: example Version: 1.0.14 Release: 1.git.0.9a4c0c2%{?dist} Summary: This is a simple example to test copr Group: Applications/File License: GPLv2+ URL: http://github.com/example Source0: example-git-0.9a4c0c2.tar.gz BuildRequires: gcc %description Simple example to demonstrate copr's abilites. %prep %setup -q -n example-git-0.9a4c0c2 %build make %{?_smp_mflags} %install install -d %{buildroot}%{_sbindir} cp -a main %{buildroot}%{_sbindir}/main %files %doc %{_sbindir}/main %changelog * Mon Jun 24 2019 Pavel Raiskup 1.0.14-1 - add gcc to BRs (praiskup@redhat.com) * Sun Feb 18 2018 clime 1.0.13-1 - disable debuginfo generation (clime@redhat.com) - add find debuginfo (clime@redhat.com) - add -g switch (clime@redhat.com) - empty changelog (clime@redhat.com) - update (clime@redhat.com) * Sun Feb 18 2018 clime - disable debuginfo generation (clime@redhat.com) - add find debuginfo (clime@redhat.com) - add -g switch (clime@redhat.com) - empty changelog (clime@redhat.com) - update (clime@redhat.com) * Sun Feb 18 2018 clime - disable debuginfo generation (clime@redhat.com) - add find debuginfo (clime@redhat.com) - add -g switch (clime@redhat.com) - empty changelog (clime@redhat.com) - update (clime@redhat.com) * Sun Feb 18 2018 clime - disable debuginfo generation (clime@redhat.com) - add find debuginfo (clime@redhat.com) - add -g switch (clime@redhat.com) - empty changelog (clime@redhat.com) - update (clime@redhat.com)