Name: rfpkgdb-cli Version: 2.15.0 Release: 0.1rc2%{?dist} Summary: A CLI for pkgdb License: GPLv2+ URL: https://github.com/ferdnyc/rfpkgdb-cli Source0: %{url}/archive/v%{version}rc2/%{name}-%{version}rc2.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-fedora BuildRequires: python3-bugzilla BuildRequires: koji Requires(post): python3-fedora Requires(post): python3-requests Requires: python3-bugzilla Requires: python3-koji Requires: python3-beautifulsoup4 Requires: python3-setuptools %description rfpkgdb-cli is a command line interface for the packagedb of the Rpmfusion project. It allows you to manage the ACL for your packages as well as requesting new ACL for new packages. It also allows you to orphan and/or retire your package(s). %prep %autosetup -n %{name}-%{version}rc2 %build %py3_build %install %py3_install %files %doc README.rst LICENSE %{python3_sitelib}/rfpkgdb2client/ %{python3_sitelib}/rfpkgdb_cli*.egg-info %{_bindir}/rfpkgdb-cli %{_bindir}/rfpkgdb-admin %changelog * Tue Mar 26 2019 Leigh Scott - 2.15.0-0.1rc2 - Initial Package