2017-11-12 08:00:22 +01:00
|
|
|
#
|
|
|
|
# spec file for package rpcsvc-proto
|
|
|
|
#
|
2022-06-20 21:39:40 +02:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2017-11-12 08:00:22 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-06-29 14:36:45 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-11-12 08:00:22 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: rpcsvc-proto
|
2022-06-20 21:39:40 +02:00
|
|
|
Version: 1.4.3
|
2017-11-12 08:00:22 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: RPC protocol definitions
|
2017-11-24 10:25:10 +01:00
|
|
|
License: BSD-3-Clause
|
2017-11-12 08:00:22 +01:00
|
|
|
Group: System/Libraries
|
2022-06-20 21:39:40 +02:00
|
|
|
URL: https://github.com/thkukuk/rpcsvc-proto
|
|
|
|
Source: https://github.com/thkukuk/rpcsvc-proto/releases/download/v%{version}/rpcsvc-proto-%{version}.tar.xz
|
2017-11-12 08:00:22 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The rpcsvc-proto package includes several rpcsvc header files
|
|
|
|
and RPC protocol definitions from SunRPC sources (as shipped with
|
|
|
|
glibc).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: RPC protocol definitions
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The rpcsvc-proto package includes several rpcsvc header files
|
|
|
|
and RPC protocol definitions from SunRPC sources (as shipped with
|
|
|
|
glibc).
|
|
|
|
|
|
|
|
%package -n rpcgen
|
|
|
|
Summary: RPC protocol compiler
|
2017-11-12 10:01:45 +01:00
|
|
|
Group: Development/Tools/Other
|
2017-11-12 08:00:22 +01:00
|
|
|
Provides: glibc-devel:%{_bindir}/rpcgen
|
|
|
|
|
|
|
|
%description -n rpcgen
|
|
|
|
rpcgen is a tool that generates C code to implement an RPC protocol.
|
|
|
|
The input to rpcgen is a language similar to C known as RPC Language
|
|
|
|
(Remote Procedure Call Language).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2018-01-15 17:09:30 +01:00
|
|
|
%configure
|
2022-06-20 21:39:40 +02:00
|
|
|
%make_build
|
2017-11-12 08:00:22 +01:00
|
|
|
|
|
|
|
%install
|
2018-02-23 11:25:36 +01:00
|
|
|
%make_install
|
2017-11-12 08:00:22 +01:00
|
|
|
|
|
|
|
%files devel
|
2018-02-23 11:25:36 +01:00
|
|
|
%license COPYING
|
2018-01-16 07:58:47 +01:00
|
|
|
%dir %{_includedir}/rpcsvc
|
2018-01-15 17:09:30 +01:00
|
|
|
%{_includedir}/rpcsvc/*
|
2017-11-12 08:00:22 +01:00
|
|
|
|
|
|
|
%files -n rpcgen
|
2018-02-23 11:25:36 +01:00
|
|
|
%license COPYING
|
2018-01-15 17:09:30 +01:00
|
|
|
%{_bindir}/rpcgen
|
2022-06-20 21:39:40 +02:00
|
|
|
%{_mandir}/man1/rpcgen.1%{?ext_man}
|
2017-11-12 08:00:22 +01:00
|
|
|
|
|
|
|
%changelog
|