From 57053dbd36d4f140a6209166b54a6f90ef73d355 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:28:03 +0000 Subject: automatic import of python-genocide --- .gitignore | 1 + python-genocide.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 478d610..5199333 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /genocide-101.tar.gz +/genocide-111.tar.gz diff --git a/python-genocide.spec b/python-genocide.spec index 0838bf4..167ecc7 100644 --- a/python-genocide.spec +++ b/python-genocide.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-genocide -Version: 101 +Version: 111 Release: 1 -Summary: @KarimKhanQC reconsider OTP-CR-117/19 +Summary: Reconsider OTP-CR-117/19 License: Public Domain URL: https://github.com/bthate/genocide -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/6c/8d0e8e4b7a42b6aca2e7ba8cfed812b0dbf9216c10a6e7697654990ebb30/genocide-101.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7d/23/d805f1c46a1432409f2efced75e3281d0261f57c3d70e5aa229e2e98e672/genocide-111.tar.gz BuildArch: noarch @@ -68,7 +68,7 @@ with poison the king of the netherlands and his government are doing. %package -n python3-genocide -Summary: @KarimKhanQC reconsider OTP-CR-117/19 +Summary: Reconsider OTP-CR-117/19 Provides: python-genocide BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -193,7 +193,7 @@ with poison the king of the netherlands and his government are doing. %prep -%autosetup -n genocide-101 +%autosetup -n genocide-111 %build %py3_build @@ -207,20 +207,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 . @@ -233,5 +233,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 101-1 +* Thu Jun 08 2023 Python_Bot - 111-1 - Package Spec generated diff --git a/sources b/sources index c0b4a56..bcba969 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d39ee6f0fa653d4b7b20c1026735508 genocide-101.tar.gz +52c57436784e0946a35a4be513f36fac genocide-111.tar.gz -- cgit v1.2.3