]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
rpcsvc-proto: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 14:04:18 +0000 (14:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 14:04:18 +0000 (14:04 +0000)
This ships the glibc headers for RPC stuff.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
rpcsvc-proto/rpcsvc-proto.nm [new file with mode: 0644]

diff --git a/rpcsvc-proto/rpcsvc-proto.nm b/rpcsvc-proto/rpcsvc-proto.nm
new file mode 100644 (file)
index 0000000..359fe54
--- /dev/null
@@ -0,0 +1,36 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = rpcsvc-proto
+version    = 1.4.3
+release    = 1
+
+groups     = System/Libraries
+url        = https://github.com/thkukuk/rpcsvc-proto/
+license    = BSD
+summary    = rpcsvc protocol definitions from glibc
+
+description
+       This package contains rpcsvc proto.x files from glibc, which are
+       missing in libtirpc. Additional it contains rpcgen, which is needed
+       to create header files and sources from protocol files.
+       This package is only needed, if glibc is installed without the
+       deprecated sunrpc functionality and libtirpc should replace it.
+end
+
+source_dl  = https://github.com/thkukuk/rpcsvc-proto/releases/download/v%{version}/
+sources    = %{thisapp}.tar.xz
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end