rebuilt with distdeps [release 15.1.0-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
654600c3b4
commit
6f5cd055be
@ -1,6 +1,6 @@
|
||||
Name: python-constantly
|
||||
Version: 15.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A library that provides symbolic constant support
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,10 @@ URL: https://pypi.org/project/constantly/
|
||||
Source: http://pypi.debian.net/constantly/constantly-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## note: run 'autospec -u -a6 python-constantly' to get the list of build requirements.
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,12 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/constantly-%{version}-py*.egg-info
|
||||
%{python_sitearch}/constantly-%{version}-py*.egg-info/*
|
||||
%doc CREDITS LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 15.1.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 15.1.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user