protozero: Add to distros
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 17 Sep 2025 18:35:07 +0000 (13:35 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 17 Sep 2025 18:35:07 +0000 (13:35 -0500)
12 files changed:
rpm/redhat/main/common/protozero/EL-10/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/EL-10/protozero.spec [new symlink]
rpm/redhat/main/common/protozero/EL-8/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/EL-8/protozero.spec [new symlink]
rpm/redhat/main/common/protozero/EL-9/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/EL-9/protozero.spec [new symlink]
rpm/redhat/main/common/protozero/F-41/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/F-41/protozero.spec [new symlink]
rpm/redhat/main/common/protozero/F-42/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/F-42/protozero.spec [new symlink]
rpm/redhat/main/common/protozero/SLES-15/Makefile [new file with mode: 0644]
rpm/redhat/main/common/protozero/SLES-15/protozero.spec [new symlink]

diff --git a/rpm/redhat/main/common/protozero/EL-10/Makefile b/rpm/redhat/main/common/protozero/EL-10/Makefile
new file mode 100644 (file)
index 0000000..05645aa
--- /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=.rhel10
+SPECFILE="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/EL-10/protozero.spec b/rpm/redhat/main/common/protozero/EL-10/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file
diff --git a/rpm/redhat/main/common/protozero/EL-8/Makefile b/rpm/redhat/main/common/protozero/EL-8/Makefile
new file mode 100644 (file)
index 0000000..c294ab6
--- /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=.rhel8
+SPECFILE="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/EL-8/protozero.spec b/rpm/redhat/main/common/protozero/EL-8/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file
diff --git a/rpm/redhat/main/common/protozero/EL-9/Makefile b/rpm/redhat/main/common/protozero/EL-9/Makefile
new file mode 100644 (file)
index 0000000..d0ddcd4
--- /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="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/EL-9/protozero.spec b/rpm/redhat/main/common/protozero/EL-9/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file
diff --git a/rpm/redhat/main/common/protozero/F-41/Makefile b/rpm/redhat/main/common/protozero/F-41/Makefile
new file mode 100644 (file)
index 0000000..ed34189
--- /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=.f41
+SPECFILE="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/F-41/protozero.spec b/rpm/redhat/main/common/protozero/F-41/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file
diff --git a/rpm/redhat/main/common/protozero/F-42/Makefile b/rpm/redhat/main/common/protozero/F-42/Makefile
new file mode 100644 (file)
index 0000000..219e4bf
--- /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=.f42
+SPECFILE="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/F-42/protozero.spec b/rpm/redhat/main/common/protozero/F-42/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file
diff --git a/rpm/redhat/main/common/protozero/SLES-15/Makefile b/rpm/redhat/main/common/protozero/SLES-15/Makefile
new file mode 100644 (file)
index 0000000..6548d5b
--- /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="protozero.spec"
+
+# Now, include global Makefile
+include ../../../../global/Makefile.global
diff --git a/rpm/redhat/main/common/protozero/SLES-15/protozero.spec b/rpm/redhat/main/common/protozero/SLES-15/protozero.spec
new file mode 120000 (symlink)
index 0000000..741f46f
--- /dev/null
@@ -0,0 +1 @@
+../main/protozero.spec
\ No newline at end of file