%global debug_package %{nil} Name: example # We need lead=1.0 because the last tagged version is 1.0.13 Version: 1.0.13.git.10.739ff991 Release: 1%{?dist} Summary: This is a simple example to test copr BuildRequires: gcc BuildRequires: make Group: Applications/File License: GPLv2+ URL: http://github.com/example Source0: copr-hello-739ff991.tar.gz %description Simple example to demonstrate copr's abilites. %prep %setup -T -b 0 -q -n copr-hello %build make %{?_smp_mflags} %install install -d %{buildroot}%{_sbindir} cp -a main %{buildroot}%{_sbindir}/main %files %doc %{_sbindir}/main %changelog * 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)