rpcsvc-proto-vl.spec 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. # Please submit bugfixes or comments via http://bugs.opensuse.org/
  15. #
  16. Name: rpcsvc-proto
  17. Version: 1.4
  18. Release: 2%{?_dist_release}
  19. Summary: RPC protocol definitions
  20. License: BSD and LGPLv2+
  21. Url: https://github.com/thkukuk/rpcsvc-proto
  22. Source0: https://github.com/thkukuk/rpcsvc-proto/releases/v%{version}/%{name}-%{version}.tar.xz
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Requires: glibc-common >= 2.28
  26. BuildRequires: gcc
  27. BuildRequires: automake, autoconf
  28. %description
  29. The rpcsvc-proto package includes several rpcsvc header files
  30. and RPC protocol definitions from SunRPC sources (as shipped with
  31. glibc).
  32. %package devel
  33. Summary: RPC protocol definitions
  34. %description devel
  35. The rpcsvc-proto package includes several rpcsvc header files
  36. and RPC protocol definitions from SunRPC sources (as shipped with
  37. glibc).
  38. %package -n rpcgen
  39. Summary: RPC protocol compiler
  40. Provides: rpcgen
  41. %description -n rpcgen
  42. rpcgen is a tool that generates C code to implement an RPC protocol.
  43. The input to rpcgen is a language similar to C known as RPC Language
  44. (Remote Procedure Call Language).
  45. %prep
  46. %autosetup -p 1
  47. %build
  48. %configure
  49. %make_build
  50. %install
  51. %make_install
  52. # rquota.x and rquota.h are provided by quota
  53. rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
  54. %files devel
  55. %license COPYING
  56. %{_includedir}/rpcsvc/
  57. %files -n rpcgen
  58. %{_bindir}/rpcgen
  59. %{_mandir}/man1/rpcgen.1*
  60. %changelog
  61. * Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4-2
  62. - initial build for Vine Linux.
  63. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-1
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  65. * Tue May 29 2018 Steve Dickson <steved@redhat.com> 1.4-0
  66. - Updated to the latest upstream release: v1.4 (bz 1559181)
  67. * Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-4
  68. - Enable MT code as libtirpc supports it
  69. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  71. * Tue Jan 23 2018 Steve Dickson <steved@redhat.com> 1.3.1-2
  72. - Remove rquota.[hx] headers which are provided by quota (bz 1537133)
  73. * Wed Jan 17 2018 Steve Dickson <steved@redhat.com> 1.3.1-1
  74. - Initial commit (bz 1532364)