Delete unnecessary gdb from BuildRequires
This commit is contained in:
parent
a06ee9f3b0
commit
29d0a016d0
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fastavro
|
Name: python-fastavro
|
||||||
Version: 1.4.5
|
Version: 1.4.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Fast read/write of AVRO files
|
Summary: Fast read/write of AVRO files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fastavro/fastavro
|
URL: https://github.com/fastavro/fastavro
|
||||||
@ -13,11 +13,12 @@ Fast Avro for Python
|
|||||||
%package -n python3-fastavro
|
%package -n python3-fastavro
|
||||||
Summary: Fast read/write of AVRO files
|
Summary: Fast read/write of AVRO files
|
||||||
Provides: python-fastavro
|
Provides: python-fastavro
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
|
||||||
%description -n python3-fastavro
|
%description -n python3-fastavro
|
||||||
The `fastavro` library was written to offer performance comparable to the Java
|
The `fastavro` library was written to offer performance comparable to the Java
|
||||||
library. With regular CPython, `fastavro` uses C extensions which allow it to
|
library. With regular CPython, `fastavro` uses C extensions which allow it to
|
||||||
@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.4.5-2
|
||||||
|
- Delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
* Tue Oct 26 2021 yangchenguang <yangchenguang@uniontech.com> - 1.4.5-1
|
* Tue Oct 26 2021 yangchenguang <yangchenguang@uniontech.com> - 1.4.5-1
|
||||||
- Init Package
|
- Init Package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user