summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 08:06:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 08:06:24 +0000
commit3e4fb6f690b3c9f97e7281e03093dfe0209302b7 (patch)
tree5721fd90e4301d2820bbe997601648eaa8b01962
parent447f61e4f0f587c037d8b70a7a98802d4ee97e41 (diff)
automatic import of python-suricata-update
-rw-r--r--.gitignore1
-rw-r--r--python-suricata-update.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..9081ff8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/suricata-update-1.2.6.tar.gz
diff --git a/python-suricata-update.spec b/python-suricata-update.spec
new file mode 100644
index 0000000..7b3a5af
--- /dev/null
+++ b/python-suricata-update.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-suricata-update
+Version: 1.2.6
+Release: 1
+Summary: Suricata Update Tool
+License: GPLv2
+URL: https://github.com/OISF/suricata-update
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/aa/ad/b7e6320f5f8a24796e2c9c91184998fb8fd110b9ca084388d27af117d594/suricata-update-1.2.6.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-suricata-update
+Summary: Suricata Update Tool
+Provides: python-suricata-update
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-suricata-update
+
+
+%package help
+Summary: Development documents and examples for suricata-update
+Provides: python3-suricata-update-doc
+%description help
+
+
+%prep
+%autosetup -n suricata-update-1.2.6
+
+%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-suricata-update -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..4453ce4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+75e7eeff3f01da0a1218c0e60e472126 suricata-update-1.2.6.tar.gz