Bump to python3-pathlib2 2.3.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 8 Apr 2021 05:48:37 +0000 (14:48 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 8 Apr 2021 05:48:37 +0000 (14:48 +0900)
packaging/python3-pathlib2.manifest [new file with mode: 0644]
packaging/python3-pathlib2.spec [new file with mode: 0644]

diff --git a/packaging/python3-pathlib2.manifest b/packaging/python3-pathlib2.manifest
new file mode 100644 (file)
index 0000000..86dbb26
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_" />
+    </request>
+</manifest>
diff --git a/packaging/python3-pathlib2.spec b/packaging/python3-pathlib2.spec
new file mode 100644 (file)
index 0000000..bd30f18
--- /dev/null
@@ -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
+