rebuilt with new python requirements [release 2.20-2mamba;Mon Mar 15 2021]
This commit is contained in:
parent
8b91f90485
commit
a159bbf2ea
@ -1,6 +1,6 @@
|
||||
Name: python-pycparser
|
||||
Version: 2.20
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A parser for the C language, written in pure Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,10 @@ URL: https://pypi.python.org/pypi/pycparser
|
||||
Source: https://pypi.debian.net/pycparser/pycparser-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython36-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,16 +37,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
# Fix permmissions of egg-info files
|
||||
chmod +r %{buildroot}%{python_sitearch}/pycparser-%{version}-*/*
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/pycparser-%{version}-*.egg-info
|
||||
%{python_sitearch}/pycparser-%{version}-*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Mar 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.20-2mamba
|
||||
- rebuilt with new python requirements
|
||||
|
||||
* Tue Mar 10 2020 Automatic Build System <autodist@mambasoft.it> 2.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user