!9 Upgrade to 1.1.5

From: @huangtianhua 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-01 02:55:31 +00:00 committed by Gitee
commit ef9747d8aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 28 additions and 23 deletions

Binary file not shown.

BIN
dogpile.cache-1.1.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,40 +1,42 @@
%global _empty_manifest_terminate_build 0
Name: python-dogpile-cache
Version: 1.1.2
Release: 1
Summary: A caching front-end based on the Dogpile lock.
License: MIT
URL: https://github.com/sqlalchemy/dogpile.cache
Source0: https://files.pythonhosted.org/packages/55/51/24484f0f713f3499da44f5b4483cf0e5b5284572980530065b97b3d41c83/dogpile.cache-1.1.2.tar.gz
BuildArch: noarch
Name: python-dogpile-cache
Version: 1.1.5
Release: 1
Summary: A caching front-end based on the Dogpile lock.
License: MIT
URL: https://github.com/sqlalchemy/dogpile.cache
Source0: https://files.pythonhosted.org/packages/0e/94/73c2d93c9e3293115e5b831da50d6dcb20959a424309e2ddcc485238e0ce/dogpile.cache-1.1.5.tar.gz
BuildArch: noarch
%description
A caching front-end based on the Dogpile lock.
%package -n python3-dogpile-cache
Summary: A caching front-end based on the Dogpile lock.
Provides: python-dogpile-cache
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Summary: A caching front-end based on the Dogpile lock.
Provides: python-dogpile-cache
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-dogpile-cache
A caching front-end based on the Dogpile lock.
%package help
Summary: Development documents and examples for dogpile.cache
Provides: python3-dogpile-cache-doc
Summary: A caching front-end based on the Dogpile lock.
Provides: python3-dogpile-cache-doc
%description help
A caching front-end based on the Dogpile lock.
%prep
%autosetup -n dogpile.cache-1.1.2
%autosetup -n dogpile.cache-%{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
@ -42,20 +44,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 .
@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 1.1.5-1
- Upgrade package python3-dogpile-cache to version 1.1.5
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Package Spec generated