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
|
Name: python-pycparser
|
||||||
Version: 2.20
|
Version: 2.20
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A parser for the C language, written in pure Python
|
Summary: A parser for the C language, written in pure Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,11 +10,10 @@ URL: https://pypi.python.org/pypi/pycparser
|
|||||||
Source: https://pypi.debian.net/pycparser/pycparser-%{version}.tar.gz
|
Source: https://pypi.debian.net/pycparser/pycparser-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython36-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
BuildRequires: libpython3-devel >= 3.7.4
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -38,16 +37,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
# Fix permmissions of egg-info files
|
||||||
chmod +r %{buildroot}%{python_sitearch}/pycparser-%{version}-*/*
|
chmod +r %{buildroot}%{python_sitearch}/pycparser-%{version}-*/*
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/pycparser-%{version}-*.egg-info
|
||||||
|
%{python_sitearch}/pycparser-%{version}-*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 10 2020 Automatic Build System <autodist@mambasoft.it> 2.20-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user