Compare commits
1 Commits
f35
...
epel8-play
Author | SHA1 | Date | |
---|---|---|---|
11b66f5231 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/CppHeaderParser-2.7.4.tar.gz
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
@ -1,57 +0,0 @@
|
||||
%global pypi_name cppheaderparser
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.7.4
|
||||
Release: 4%{?dist}
|
||||
Summary: Parse C++ header files and generate a data structure
|
||||
|
||||
License: BSD
|
||||
URL: http://senexcanis.com/open-source/cppheaderparser/
|
||||
Source0: %{pypi_source CppHeaderParser}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Parse C++ header files and generate a data structure representing the
|
||||
class.
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(setuptools)
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
Parse C++ header files and generate a data structure representing the
|
||||
class.
|
||||
|
||||
%prep
|
||||
%autosetup -n CppHeaderParser-%{version}
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
# Remove outdated parts (Python 2.x)
|
||||
rm -rf CppHeaderParser/{examples,docs}
|
||||
sed -i -e '/^#!\//, 1d' CppHeaderParser/CppHeaderParser.py
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.txt README.html
|
||||
%{python3_sitelib}/CppHeaderParser/
|
||||
%{python3_sitelib}/CppHeaderParser-%{version}-py%{python3_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.7.4-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Sep 17 2020 Fabian Affolter <mail@fabian-affolter.ch> - 2.7.4-1
|
||||
- Initial package for Fedora
|
Reference in New Issue
Block a user