From 27eccd828aa1dc2d2b6f50508ff050eeb60e9047 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 8 Apr 2021 14:48:37 +0900 Subject: [PATCH] Bump to python3-pathlib2 2.3.3 --- packaging/python3-pathlib2.manifest | 5 +++++ packaging/python3-pathlib2.spec | 35 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 packaging/python3-pathlib2.manifest create mode 100644 packaging/python3-pathlib2.spec diff --git a/packaging/python3-pathlib2.manifest b/packaging/python3-pathlib2.manifest new file mode 100644 index 0000000..86dbb26 --- /dev/null +++ b/packaging/python3-pathlib2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-pathlib2.spec b/packaging/python3-pathlib2.spec new file mode 100644 index 0000000..bd30f18 --- /dev/null +++ b/packaging/python3-pathlib2.spec @@ -0,0 +1,35 @@ +Name: python3-pathlib2 +Summary: %{name} +Version: 2.3.3 +Release: 0 +License: N/A +Group: Development/Testing +Source0: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest + + +BuildRequires: glibc + +%description +test + + +%prep +%setup -q +cp %{SOURCE1001} . + +%build + +%install + +%clean + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%manifest %{name}.manifest + -- 2.34.1