2018-01-17 18:59:19 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
Version: 1.3.1
|
2018-02-09 13:17:15 +00:00
|
|
|
Release: 3%{?dist}
|
2018-01-17 18:59:19 +00:00
|
|
|
Summary: RPC protocol definitions
|
|
|
|
License: BSD and LGPLv2+
|
|
|
|
Url: https://github.com/thkukuk/rpcsvc-proto
|
|
|
|
Source0: https://github.com/thkukuk/rpcsvc-proto/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Conflicts: glibc-headers < 2.26.9000-36
|
|
|
|
Conflicts: glibc-common < 2.26.9000-36
|
|
|
|
|
2018-01-17 21:42:48 +00:00
|
|
|
BuildRequires: automake, autoconf
|
2018-01-17 18:59:19 +00: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
|
|
|
|
|
|
|
|
%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
|
|
|
|
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).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
2018-01-23 17:43:24 +00:00
|
|
|
# rquota.x and rquota.h are provided by quota
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
|
|
|
|
|
2018-01-17 18:59:19 +00:00
|
|
|
%files devel
|
|
|
|
%license COPYING
|
|
|
|
%{_includedir}/rpcsvc/
|
|
|
|
|
|
|
|
%files -n rpcgen
|
|
|
|
%{_bindir}/rpcgen
|
|
|
|
%{_mandir}/man1/rpcgen.1*
|
|
|
|
|
|
|
|
%changelog
|
2018-02-09 13:17:15 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-23 17:43:24 +00:00
|
|
|
* Tue Jan 23 2018 Steve Dickson <steved@redhat.com> 1.3.1-2
|
|
|
|
- Remove rquota.[hx] headers which are provided by quota (bz 1537133)
|
|
|
|
|
2018-01-17 18:59:19 +00:00
|
|
|
* Wed Jan 17 2018 Steve Dickson <steved@redhat.com> 1.3.1-1
|
|
|
|
- Initial commit (bz 1532364)
|
|
|
|
|