pgdg-python3-zstandard: Add SLES-15 support, per https://github.com/pgdg-packaging...
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 13 Jun 2025 14:47:43 +0000 (17:47 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 13 Jun 2025 14:47:43 +0000 (17:47 +0300)
rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/Makefile [new file with mode: 0644]
rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python-zstandard-deps.patch [new symlink]
rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python3-zstandard.spec [new symlink]

diff --git a/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/Makefile b/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/Makefile
new file mode 100644 (file)
index 0000000..68a9786
--- /dev/null
@@ -0,0 +1,17 @@
+#################################
+# RPM-specific Makefile                #
+# https://yum.postgresql.org   #
+#                              #
+# Devrim Gunduz                        #
+# devrim@gunduz.org            #
+#################################
+
+# Predefined values
+
+ARCH=`rpm --eval "%{_arch}"`
+DIR=`pwd`
+DIST=".sles15"
+SPECFILE="python3-zstandard.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python-zstandard-deps.patch b/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python-zstandard-deps.patch
new file mode 120000 (symlink)
index 0000000..887b7df
--- /dev/null
@@ -0,0 +1 @@
+../main/python-zstandard-deps.patch
\ No newline at end of file
diff --git a/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python3-zstandard.spec b/rpm/redhat/main/common/pgdg-python3-zstandard/SLES-15/python3-zstandard.spec
new file mode 120000 (symlink)
index 0000000..d9e9836
--- /dev/null
@@ -0,0 +1 @@
+../main/python3-zstandard.spec
\ No newline at end of file