6fd287a
%global pypi_name cxxfilt
6fd287a
6fd287a
Name:           python-%{pypi_name}
6fd287a
Version:        0.2.0
6fd287a
Release:        1%{?dist}
6fd287a
Summary:        Python interface to c++filt/abi::__cxa_demangle
6fd287a
6fd287a
License:        BSD
6fd287a
URL:            https://github.com/afg984/python-cxxfilt
6fd287a
Source0:        %{pypi_source}
6fd287a
BuildArch:      noarch
6fd287a
6fd287a
%description
6fd287a
Demangling C++ symbols in Python and interface to abi::__cxa_demangle.
6fd287a
6fd287a
%package -n     python3-%{pypi_name}
6fd287a
Summary:        %{summary}
6fd287a
6fd287a
BuildRequires:  python3-devel
6fd287a
BuildRequires:  python3-setuptools
6fd287a
%{?python_provide:%python_provide python3-%{pypi_name}}
6fd287a
 
6fd287a
%description -n python3-%{pypi_name}
6fd287a
Demangling C++ symbols in Python and interface to abi::__cxa_demangle.
6fd287a
6fd287a
%prep
6fd287a
%autosetup -n %{pypi_name}-%{version}
6fd287a
rm -rf %{pypi_name}.egg-info
6fd287a
6fd287a
%build
6fd287a
%py3_build
6fd287a
6fd287a
%install
6fd287a
%py3_install
6fd287a
6fd287a
%files -n python3-%{pypi_name}
6fd287a
# https://github.com/afq984/python-cxxfilt/issues/4
6fd287a
%doc README.rst
6fd287a
%{python3_sitelib}/%{pypi_name}/
6fd287a
%{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/
6fd287a
6fd287a
%changelog
6fd287a
* Wed Mar 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
6fd287a
- Initial package for Fedora