%global commit_id 81066c69f810e94ed14b8ebdd6da0c5cc6547ed8 Name: copr-tests Version: 0.0.1 Release: 1%{?dist} Summary: Tests for copr Group: Development Tools License: MIT URL: https://github.com/JacekDanecki/copr-tests Source0: %{url}/archive/%{commit_id}/%{name}-%{commit_id}.tar.gz BuildRequires: cmake make clang llvm-devel %prep %autosetup -n %{name}-%{commit_id} %description Tests for copr. %build %make_build %install %make_install %files %defattr(-,root,root) /usr/bin/copr-c-test /usr/bin/copr-cpp-test %doc %changelog