source: projects/specs/trunk/r/rpcsvc-proto/rpcsvc-proto-vl.spec @ 12025

Revision 12025, 2.9 KB checked in by tomop, 5 years ago (diff)

new: libnsl2, rpcsvc-proto

Line 
1#
2# spec file for package rpcsvc-proto
3#
4# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
5#
6# All modifications and additions to the file contributed by third parties
7# remain the property of their copyright owners, unless otherwise agreed
8# upon. The license for this file, and modifications and additions to the
9# file, is the same license as for the pristine package itself (unless the
10# license for the pristine package is not an Open Source License, in which
11# case the license is the MIT License). An "Open Source License" is a
12# license that conforms to the Open Source Definition (Version 1.9)
13# published by the Open Source Initiative.
14
15# Please submit bugfixes or comments via http://bugs.opensuse.org/
16#
17
18
19Name:           rpcsvc-proto
20Version:        1.4
21Release:        2%{?_dist_release}
22Summary:        RPC protocol definitions
23License:        BSD and LGPLv2+
24Url:            https://github.com/thkukuk/rpcsvc-proto
25Source0:        https://github.com/thkukuk/rpcsvc-proto/releases/v%{version}/%{name}-%{version}.tar.xz
26
27Vendor:         Project Vine
28Distribution:   Vine Linux
29
30Requires:       glibc-common >= 2.28
31
32BuildRequires:  gcc
33BuildRequires:  automake, autoconf
34
35%description
36The rpcsvc-proto package includes several rpcsvc header files
37and RPC protocol definitions from SunRPC sources (as shipped with
38glibc).
39
40%package devel
41Summary:        RPC protocol definitions
42
43%description devel
44The rpcsvc-proto package includes several rpcsvc header files
45and RPC protocol definitions from SunRPC sources (as shipped with
46glibc).
47
48%package -n rpcgen
49Summary:        RPC protocol compiler
50Provides:       rpcgen
51
52%description -n rpcgen
53rpcgen is a tool that generates C code to implement an RPC protocol.
54The input to rpcgen is a language similar to C known as RPC Language
55(Remote Procedure Call Language).
56
57%prep
58%autosetup -p 1
59
60%build
61%configure
62%make_build
63
64%install
65%make_install
66
67# rquota.x and rquota.h are provided by quota
68rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
69
70%files devel
71%license COPYING
72%{_includedir}/rpcsvc/
73
74%files -n rpcgen
75%{_bindir}/rpcgen
76%{_mandir}/man1/rpcgen.1*
77
78%changelog
79* Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4-2
80- initial build for Vine Linux.
81
82* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-1
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
84
85* Tue May 29 2018 Steve Dickson <steved@redhat.com>  1.4-0
86- Updated to the latest upstream release: v1.4 (bz 1559181)
87
88* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-4
89- Enable MT code as libtirpc supports it
90
91* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
93
94* Tue Jan 23 2018 Steve Dickson <steved@redhat.com>  1.3.1-2
95- Remove rquota.[hx] headers which are provided by quota (bz 1537133)
96
97* Wed Jan  17 2018 Steve Dickson <steved@redhat.com>  1.3.1-1
98- Initial commit (bz 1532364)
Note: See TracBrowser for help on using the repository browser.