123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- #
- # spec file for package rpcsvc-proto
- #
- # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
- #
- # 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.
- # Please submit bugfixes or comments via http://bugs.opensuse.org/
- #
- Name: rpcsvc-proto
- Summary: RPC protocol definitions
- Version: 1.4.4
- Release: 1%{?_dist_release}
- Group: programming
- Vendor: Project Vine
- Distribution: Vine Linux
- License: BSD and LGPLv2+
- URL: https://github.com/thkukuk/rpcsvc-proto
- Source0: https://github.com/thkukuk/rpcsvc-proto/releases/download/v%{version}/%{name}-%{version}.tar.xz
- Requires: glibc-common >= 2.28
- BuildRequires: gcc
- BuildRequires: automake, autoconf
- %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: programming
- %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
- Group: programming
- Provides: 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).
- %debug_package
- %prep
- %autosetup -p 1
- %build
- %configure
- %make_build
- %install
- %make_install
- # rquota.x and rquota.h are provided by quota
- rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
- %files devel
- %license COPYING
- %{_includedir}/rpcsvc/
- %files -n rpcgen
- %{_bindir}/rpcgen
- %{_mandir}/man1/rpcgen.1*
- %changelog
- * Sat Jun 7 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.4-1
- - new upstream release.
- * Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4-2
- - initial build for Vine Linux.
- * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-1
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- * Tue May 29 2018 Steve Dickson <steved@redhat.com> 1.4-0
- - Updated to the latest upstream release: v1.4 (bz 1559181)
- * Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-4
- - Enable MT code as libtirpc supports it
- * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- * Tue Jan 23 2018 Steve Dickson <steved@redhat.com> 1.3.1-2
- - Remove rquota.[hx] headers which are provided by quota (bz 1537133)
- * Wed Jan 17 2018 Steve Dickson <steved@redhat.com> 1.3.1-1
- - Initial commit (bz 1532364)
|