!12 Update package gitdb of version 4.0.9
From: @A_L_I_E_Z Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
29fa8e5674
Binary file not shown.
@ -1,50 +1,55 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-gitdb
|
||||
Version: 4.0.5
|
||||
Release: 1
|
||||
Summary: Git Object Database
|
||||
License: BSD
|
||||
URL: https://github.com/gitpython-developers/gitdb
|
||||
Source0: https://files.pythonhosted.org/packages/d1/05/eaf2ac564344030d8b3ce870b116d7bb559020163e80d9aa4a3d75f3e820/gitdb-4.0.5.tar.gz
|
||||
BuildArch: noarch
|
||||
Name: python-gitdb
|
||||
Version: 4.0.9
|
||||
Release: 1
|
||||
Summary: Git Object Database
|
||||
License: BSD
|
||||
URL: https://github.com/gitpython-developers/gitdb
|
||||
Source0: https://files.pythonhosted.org/packages/fc/44/64e02ef96f20b347385f0e9c03098659cb5a1285d36c3d17c56e534d80cf/gitdb-4.0.9.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
GitDB allows you to access bare git repositories for reading and writing.\
|
||||
It aims at allowing full access to loose objects as well as packs with\
|
||||
performance and scalability in mind. It operates exclusively on streams,\
|
||||
GitDB allows you to access bare git repositories for reading and writing.
|
||||
It aims at allowing full access to loose objects as well as packs with
|
||||
performance and scalability in mind. It operates exclusively on streams,
|
||||
allowing to handle large objects with a small memory footprint.
|
||||
|
||||
|
||||
%package -n python3-gitdb
|
||||
Summary: Git Object Database
|
||||
Provides: python-gitdb
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-smmap
|
||||
Summary: Git Object Database
|
||||
Provides: python-gitdb
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-smmap
|
||||
# General requires
|
||||
Requires: python3-smmap
|
||||
%description -n python3-gitdb
|
||||
GitDB allows you to access bare git repositories for reading and writing.\
|
||||
It aims at allowing full access to loose objects as well as packs with\
|
||||
performance and scalability in mind. It operates exclusively on streams,\
|
||||
GitDB allows you to access bare git repositories for reading and writing.
|
||||
It aims at allowing full access to loose objects as well as packs with
|
||||
performance and scalability in mind. It operates exclusively on streams,
|
||||
allowing to handle large objects with a small memory footprint.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for gitdb
|
||||
Provides: python3-gitdb-doc
|
||||
Summary: Git Object Database
|
||||
Provides: python3-gitdb-doc
|
||||
%description help
|
||||
GitDB allows you to access bare git repositories for reading and writing.\
|
||||
It aims at allowing full access to loose objects as well as packs with\
|
||||
performance and scalability in mind. It operates exclusively on streams,\
|
||||
GitDB allows you to access bare git repositories for reading and writing.
|
||||
It aims at allowing full access to loose objects as well as packs with
|
||||
performance and scalability in mind. It operates exclusively on streams,
|
||||
allowing to handle large objects with a small memory footprint.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n gitdb-4.0.5
|
||||
%autosetup -n gitdb-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -52,20 +57,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/lib64 ]; then
|
||||
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/bin ]; then
|
||||
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/sbin ]; then
|
||||
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
touch doclist.lst
|
||||
if [ -d usr/share/man ]; then
|
||||
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
|
||||
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
|
||||
fi
|
||||
popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
@ -78,6 +83,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.9-1
|
||||
- Upgrade package python3-gitdb to version 4.0.9
|
||||
|
||||
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
||||
- Update to 4.0.5
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user