]> git.ipfire.org Git - ipfire-3.x.git/blame - rpcsvc-proto/rpcsvc-proto.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / rpcsvc-proto / rpcsvc-proto.nm
CommitLineData
93852426
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = rpcsvc-proto
ced38fd4 7version = 1.4.4
93852426
MT
8release = 1
9
10groups = System/Libraries
11url = https://github.com/thkukuk/rpcsvc-proto/
12license = BSD
13summary = rpcsvc protocol definitions from glibc
14
15description
16 This package contains rpcsvc proto.x files from glibc, which are
17 missing in libtirpc. Additional it contains rpcgen, which is needed
18 to create header files and sources from protocol files.
19 This package is only needed, if glibc is installed without the
20 deprecated sunrpc functionality and libtirpc should replace it.
21end
22
23source_dl = https://github.com/thkukuk/rpcsvc-proto/releases/download/v%{version}/
24sources = %{thisapp}.tar.xz
25
26packages
27 package %{name}
28
29 package %{name}-devel
30 template DEVEL
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36end