summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 09:46:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 09:46:02 +0000
commit6ba8f87273f9559c9087770de53447ab597bf76d (patch)
tree96e68b72d56c7a974f0c9c42188a371d2b420aa9
parent7969709c1c5cc3e6e01e432e2821e1a91ceb047b (diff)
automatic import of python-robotframework-autorecorder
-rw-r--r--.gitignore1
-rw-r--r--python-robotframework-autorecorder.spec73
-rw-r--r--sources1
3 files changed, 75 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..080a989 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/robotframework-autorecorder-0.1.4.tar.gz
diff --git a/python-robotframework-autorecorder.spec b/python-robotframework-autorecorder.spec
new file mode 100644
index 0000000..7bfe100
--- /dev/null
+++ b/python-robotframework-autorecorder.spec
@@ -0,0 +1,73 @@
+%global _empty_manifest_terminate_build 0
+Name: python-robotframework-autorecorder
+Version: 0.1.4
+Release: 1
+Summary: Robot Framework AutoRecorder Library
+License: MIT License
+URL: https://github.com/sebastianciupinski/robotframework-autorecorder
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e1/3d/ff788578a66df347e754096bafa4133d3e2589e67f37200e8c33aab829ef/robotframework-autorecorder-0.1.4.tar.gz
+BuildArch: noarch
+
+Requires: python3-robotframework-screencaplibrary
+
+%description
+[![AutoRecorder](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml)
+
+%package -n python3-robotframework-autorecorder
+Summary: Robot Framework AutoRecorder Library
+Provides: python-robotframework-autorecorder
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-robotframework-autorecorder
+[![AutoRecorder](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml)
+
+%package help
+Summary: Development documents and examples for robotframework-autorecorder
+Provides: python3-robotframework-autorecorder-doc
+%description help
+[![AutoRecorder](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/SanthoshS20/robotframework-autorecorder/actions/workflows/python-app.yml)
+
+%prep
+%autosetup -n robotframework-autorecorder-0.1.4
+
+%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
+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
+fi
+if [ -d usr/lib64 ]; then
+ 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
+fi
+if [ -d usr/sbin ]; then
+ 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
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-robotframework-autorecorder -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.4-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..0dcce6c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+89f9b017ac1c01343eeb787ecdbb2267 robotframework-autorecorder-0.1.4.tar.gz