summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:50:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:50:36 +0000
commit3cea2316fe02058a550aa1bea7f54f77614031e7 (patch)
tree06dd129a469ff302fd4e6f70bb8485ecdb9b21e0
parent9de5091c9244501032663e7073a098633e88054e (diff)
automatic import of python-agcoinstallopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-agcoinstall.spec62
-rw-r--r--sources2
3 files changed, 33 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 09af14a..7e1e78a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/agcoinstall-0.1.21.tar.gz
+/agcoinstall-0.1.22.tar.gz
diff --git a/python-agcoinstall.spec b/python-agcoinstall.spec
index 2246b76..1e4ab9c 100644
--- a/python-agcoinstall.spec
+++ b/python-agcoinstall.spec
@@ -1,49 +1,49 @@
%global _empty_manifest_terminate_build 0
Name: python-agcoinstall
-Version: 0.1.21
+Version: 0.1.22
Release: 1
-Summary: Agcoinstall
-License: MIT
-URL: https://github.com/MrSuperbear/agcoinstall
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/f8/c921342abcfdcb4cab0ba16e88c21458a8d37bec9fca0d2300c05ce5e769/agcoinstall-0.1.21.tar.gz
+Summary: A placeholder package
+License: MIT License
+URL: https://github.com/ashishbijlani/sample-pypi-package
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f2/ad/c99d3d8394ae388457024f98906e5b1193084d34775d51f5e90ce3c9bf7c/agcoinstall-0.1.22.tar.gz
BuildArch: noarch
-Requires: python3-click
-Requires: python3-psutil
-Requires: python3-winapps
-Requires: python3-requests
-Requires: python3-regobj
-Requires: python3-arrow
-Requires: python3-pyautogui
-Requires: python3-lxml
-Requires: python3-clumper
%description
-|PyPI| |Python Version| |License|
-|Read the Docs| |Tests| |Codecov|
-|pre-commit| |Black|
+# Placeholder package
+
+This is a placeholder package
+
+
+
%package -n python3-agcoinstall
-Summary: Agcoinstall
+Summary: A placeholder package
Provides: python-agcoinstall
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-agcoinstall
-|PyPI| |Python Version| |License|
-|Read the Docs| |Tests| |Codecov|
-|pre-commit| |Black|
+# Placeholder package
+
+This is a placeholder package
+
+
+
%package help
Summary: Development documents and examples for agcoinstall
Provides: python3-agcoinstall-doc
%description help
-|PyPI| |Python Version| |License|
-|Read the Docs| |Tests| |Codecov|
-|pre-commit| |Black|
+# Placeholder package
+
+This is a placeholder package
+
+
+
%prep
-%autosetup -n agcoinstall-0.1.21
+%autosetup -n agcoinstall-0.1.22
%build
%py3_build
@@ -57,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 .
@@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.21-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.22-1
- Package Spec generated
diff --git a/sources b/sources
index 3034b45..64490bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e06956da23dbfe06b5b572caf117c55d agcoinstall-0.1.21.tar.gz
+856a2a84e9b98cf6f70bb8eee52a0a0e agcoinstall-0.1.22.tar.gz