rpcsvc-proto-vl.spec 3.1 KB

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