pgdg-python3-blessed: Add to RHEL 9 as well
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 6 Oct 2025 22:49:45 +0000 (01:49 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 6 Oct 2025 22:49:45 +0000 (01:49 +0300)
rpm/redhat/main/common/pgdg-python3-blessed/EL-9/Makefile [new file with mode: 0644]
rpm/redhat/main/common/pgdg-python3-blessed/EL-9/pgdg-python3-blessed.spec [new symlink]

diff --git a/rpm/redhat/main/common/pgdg-python3-blessed/EL-9/Makefile b/rpm/redhat/main/common/pgdg-python3-blessed/EL-9/Makefile
new file mode 100644 (file)
index 0000000..55f24a7
--- /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=.rhel9
+SPECFILE="pgdg-python3-blessed.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/pgdg-python3-blessed/EL-9/pgdg-python3-blessed.spec b/rpm/redhat/main/common/pgdg-python3-blessed/EL-9/pgdg-python3-blessed.spec
new file mode 120000 (symlink)
index 0000000..4d72775
--- /dev/null
@@ -0,0 +1 @@
+../main/pgdg-python3-blessed.spec
\ No newline at end of file