6fd287a
%global pypi_name cxxfilt
6fd287a
6fd287a
Name:           python-%{pypi_name}
6fd287a
Version:        0.2.0
7409d0b
Release:        14%{?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
7409d0b
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-14
7409d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7409d0b
47d14fb
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-13
47d14fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
47d14fb
d9548f7
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-12
d9548f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
d9548f7
617a5db
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.2.0-11
617a5db
- Rebuilt for Python 3.12
617a5db
a2822ba
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-10
a2822ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
a2822ba
8ae7be1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-9
8ae7be1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8ae7be1
55f894a
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.0-8
55f894a
- Rebuilt for Python 3.11
55f894a
730677f
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-7
730677f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
730677f
905a7ec
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-6
905a7ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
905a7ec
cdfd490
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.0-5
cdfd490
- Rebuilt for Python 3.10
cdfd490
05528ab
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
05528ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
05528ab
374c2b5
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
374c2b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
374c2b5
2dd9bf0
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.2.0-2
2dd9bf0
- Rebuilt for Python 3.9
2dd9bf0
6fd287a
* Wed Mar 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
6fd287a
- Initial package for Fedora