File hello.spec of Package hello
Name: hello
Version: 0.74
Release: 0
Summary: Nice and a polite tool to make your day
License: MIT
URL: https://github.com/packit-service/hello-world
Source0: hello-0.74.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
%{summary}
%prep
%autosetup -n hello-0.74
%build
%py3_build
%install
%py3_install
%files
%license LICENSE
%{_bindir}/hello
%{python3_sitelib}/*
%doc README.md