# Created by pyp2rpm-2.0.0 %global pypi_name maybe Name: %{pypi_name} Version: 0.3.0 Release: 1%{?dist} Summary: See what a program does before deciding whether you really want it to happen License: GPLv3 URL: https://github.com/p-e-w/maybe Source0: https://pypi.python.org/packages/source/m/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description For a detailed description, see https://github.com/p-e-w/maybe. Requires: python3-blessings Requires: python3-ptrace Requires: python3-setuptools %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install cp %{buildroot}/%{_bindir}/maybe %{buildroot}/%{_bindir}/maybe-3 ln -sf %{_bindir}/maybe-3 %{buildroot}/%{_bindir}/maybe-%{python3_version} %files %doc %{_bindir}/maybe %{_bindir}/maybe-3 %{_bindir}/maybe-%{python3_version} %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Tue Feb 23 2016 Robert Kuska - 0.3.0-1 - Initial package.