automatic version update by autodist [release 0.4.26-1mamba;Tue May 31 2022]
This commit is contained in:
parent
4f4b0c6948
commit
fa3fbaef6c
@ -1,6 +1,7 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-magic
|
Name: python-magic
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.4.24
|
Version: 0.4.26
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: File type identification using libmagic
|
Summary: File type identification using libmagic
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,12 +12,16 @@ URL: https://github.com/ahupp/python-magic
|
|||||||
Source: https://pypi.debian.net/python-magic/python-magic-%{version}.tar.gz
|
Source: https://pypi.debian.net/python-magic/python-magic-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -32,13 +37,17 @@ 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
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/python_%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 0.4.26-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 0.4.24-1mamba
|
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 0.4.24-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user