1 Star 0 Fork 12

konglidong/rpcsvc-proto

forked from src-openEuler/rpcsvc-proto 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rpcsvc-proto.spec 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2022-06-20 15:16 . modify bad date in changelog
Name: rpcsvc-proto
Version: 1.4.2
Release: 2
License: BSD and LGPLv2+
Summary: rpcsvc protocol definitions from glibc
URL: https://github.com/thkukuk/rpcsvc-proto
Source0: https://github.com/thkukuk/rpcsvc-proto/releases/download/v%{version}/rpcsvc-proto-%{version}.tar.xz
Conflicts: glibc-headers < 2.26.9000-36 glibc-common < 2.26.9000-36
BuildRequires: automake autoconf
BuildRequires: gcc
%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.
%package devel
Summary: rpcsvc protocol definitions from glibc
%description devel
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.
%package -n rpcgen
Summary: RPC protocol code generation tool
Provides: rpcgen
%description -n rpcgen
rpcgen can automatically generate most of the code of the RPC server
program. Its input is a specification file and its output is a C
language source program.
%package help
Summary: Help document for the rpcsvc-proto package
Buildarch: noarch
%description help
Help document for the rpcsvc-proto package.
%prep
%autosetup -n rpcsvc-proto-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%files devel
%doc COPYING
%{_includedir}/rpcsvc/
%exclude %{_includedir}/rpcsvc/rquota.[hx]
%files -n rpcgen
%{_bindir}/rpcgen
%files help
%{_mandir}/man1/rpcgen.1*
%changelog
* Tue Jun 8 2021 liuyumeng <liuyumeng5@huawei.com> - 1.4.2-2
- Add a BuildRequires for gcc
* Mon Jul 27 2020 wuchaochao <wuchaochao4@huawei.com> - 1.4.2-1
- update package version from 1.4 to 1.4.2
* Wed Nov 27 2019 Ling Yang <lingyang2@huawei.com> - 1.4-2
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/rpcsvc-proto.git
git@gitee.com:konglidong/rpcsvc-proto.git
konglidong
rpcsvc-proto
rpcsvc-proto
master

搜索帮助