Name: rpm-gitoverlay Version: 0 Release: 1.git.65.f91fe4a%{?dist} Summary: Manage an overlay repository of RPMs from upstream git License: GPLv3+ URL: https://github.com/ignatenkobrain/%{name} Source0: rpm-gitoverlay-git-65.f91fe4a.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose BuildRequires: python3-marshmallow BuildRequires: python3-marshmallow-enum BuildRequires: rpm-python3 BuildRequires: python3-PyYAML BuildRequires: git-core Requires: python3-marshmallow Requires: python3-marshmallow-enum Requires: rpm-python3 Requires: python3-PyYAML Requires: git-core # Archives are always in tar.xz Requires: /usr/bin/tar Requires: /usr/bin/xz # For building SRPMs Requires: /usr/bin/rpmbuild # COPR builder Requires: python3-beautifulsoup4 Requires: python3-copr Requires: python3-requests BuildArch: noarch %description %{summary}. %prep %autosetup -n rpm-gitoverlay-git-65.f91fe4a -p1 %build %py3_build %install %py3_install %check %{__python3} setup.py test %files %license COPYING %doc README.md %{_bindir}/%{name} %{python3_sitelib}/rpm_gitoverlay-*.egg-info/ %{python3_sitelib}/rgo/ %changelog * Sun Jul 10 2016 Igor Gnatenko - 0-1 - Initial package