Blame SPECS/packit-hello-world.spec

fab352
Name:           hello
fab352
Version:        0.1.0
fab352
Release:        1%{?dist}
fab352
Summary:        Nice and a polite tool to make your day
fab352
License:        MIT
fab352
URL:            https://github.com/packit-service/hello-world
fab352
Source0:        hello-%{version}.tar.gz
fab352
BuildArch:      noarch
fab352
BuildRequires:  python3-devel
fab352
fab352
%description
fab352
%{summary}
fab352
fab352
fab352
%prep
fab352
%autosetup -n %{name}-%{version}
fab352
fab352
%build
fab352
%py3_build
fab352
fab352
%install
fab352
%py3_install
fab352
fab352
%files
fab352
%license LICENSE
fab352
%{_bindir}/hello
fab352
%{python3_sitelib}/*
fab352
%doc README.md
fab352
fab352
%changelog
fab352
* Thu May 02 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.1.0-1
fab352
- initial upstream release: 0.1.0
fab352