libtirpc-vl.spec 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. Name: libtirpc
  2. Version: 0.2.1
  3. Release: 4%{?_dist_release}
  4. Summary: Transport Independent RPC Library
  5. Group: System Environment/Libraries
  6. License: SISSL and BSD
  7. URL: http://nfsv4.bullopensource.org/
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
  10. BuildRequires: automake, autoconf, libtool, pkgconfig
  11. BuildRequires: libgssglue-devel
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. This package contains SunLib's implementation of transport-independent
  16. RPC (TI-RPC) documentation. This library forms a piece of the base of
  17. Open Network Computing (ONC), and is derived directly from the
  18. Solaris 2.3 source.
  19. TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
  20. Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
  21. (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
  22. by almost 70 vendors on all major operating systems. TS-RPC source code
  23. (RPCSRC 4.0) remains available from several internet sites.
  24. %package devel
  25. Summary: Development files for the libtirpc library
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. %description devel
  30. This package includes header files and libraries necessary for
  31. developing programs which use the tirpc library.
  32. %prep
  33. %setup -q
  34. # Remove .orig files
  35. find . -name "*.orig" | xargs rm -f
  36. %build
  37. autoreconf -fisv
  38. %configure --enable-gss
  39. make all
  40. %install
  41. rm -rf %{buildroot}
  42. mkdir -p %{buildroot}/etc
  43. make install DESTDIR=%{buildroot}
  44. # Don't package .a or .la files
  45. rm -f %{buildroot}%{_libdir}/*.{a,la}
  46. # Creat the man diretory
  47. #mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %clean
  51. rm -rf %{buildroot}
  52. %files
  53. %defattr(-,root,root)
  54. %doc AUTHORS ChangeLog NEWS README
  55. %{_libdir}/libtirpc.so.*
  56. %config(noreplace)%{_sysconfdir}/netconfig
  57. %files devel
  58. %defattr(0644,root,root,755)
  59. %dir %{_includedir}/tirpc
  60. %dir %{_includedir}/tirpc/rpc
  61. %dir %{_includedir}/tirpc/rpcsvc
  62. %{_libdir}/libtirpc.so
  63. %{_libdir}/pkgconfig/libtirpc.pc
  64. %{_includedir}/tirpc/netconfig.h
  65. %{_includedir}/tirpc/rpc/auth.h
  66. %{_includedir}/tirpc/rpc/auth_des.h
  67. %{_includedir}/tirpc/rpc/auth_gss.h
  68. %{_includedir}/tirpc/rpc/auth_kerb.h
  69. %{_includedir}/tirpc/rpc/auth_unix.h
  70. %{_includedir}/tirpc/rpc/clnt.h
  71. %{_includedir}/tirpc/rpc/clnt_soc.h
  72. %{_includedir}/tirpc/rpc/clnt_stat.h
  73. %{_includedir}/tirpc/rpc/des.h
  74. %{_includedir}/tirpc/rpc/des_crypt.h
  75. %{_includedir}/tirpc/rpc/nettype.h
  76. %{_includedir}/tirpc/rpc/pmap_clnt.h
  77. %{_includedir}/tirpc/rpc/pmap_prot.h
  78. %{_includedir}/tirpc/rpc/pmap_rmt.h
  79. %{_includedir}/tirpc/rpc/raw.h
  80. %{_includedir}/tirpc/rpc/rpc.h
  81. %{_includedir}/tirpc/rpc/rpc_com.h
  82. %{_includedir}/tirpc/rpc/rpc_msg.h
  83. %{_includedir}/tirpc/rpc/rpcb_clnt.h
  84. %{_includedir}/tirpc/rpc/rpcb_prot.h
  85. %{_includedir}/tirpc/rpc/rpcb_prot.x
  86. %{_includedir}/tirpc/rpc/rpcent.h
  87. %{_includedir}/tirpc/rpc/svc.h
  88. %{_includedir}/tirpc/rpc/svc_auth.h
  89. %{_includedir}/tirpc/rpc/svc_dg.h
  90. %{_includedir}/tirpc/rpc/svc_soc.h
  91. %{_includedir}/tirpc/rpc/types.h
  92. %{_includedir}/tirpc/rpc/xdr.h
  93. %{_includedir}/tirpc/rpcsvc/crypt.h
  94. %{_includedir}/tirpc/rpcsvc/crypt.x
  95. %{_mandir}/*/*
  96. %changelog
  97. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-4
  98. - rebuild with VineSeed environment
  99. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-3
  100. - rebuild with rpm-4.8.1 for pkg-config file
  101. * Sun Feb 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-2
  102. - Initial build for Vine Linux
  103. * Mon Nov 30 2009 Steve Dickson <steved@redhat.com> 0.2.1-1
  104. - Updated to latest upstream version: 0.2.1
  105. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
  106. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  107. * Thu Jul 9 2009 Steve Dickson <steved@redhat.com> 0.2.0-3
  108. - Updated to latest upstream tag: 0-2-1-rc3
  109. Fixed the --disable-gss options
  110. Fixed a number of warnings
  111. Change how architectures are define in xdr_float.c
  112. * Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-2
  113. - Updated to latest upstream tag: 0-2-1-rc2
  114. rpcb_clnt: RPC_PROGNOTREGISTERED is a permanent error
  115. clnt_dg: Fix infinite loop when datagram call times ou
  116. Updated .gitignore file
  117. Replace the hard coded path name with the top_srcdir macrc
  118. Added 'doc' to the SUBDIRS list so make install work correctly.
  119. * Fri May 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-1
  120. - Updated to latest upstream version: 0.2.0
  121. * Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.11-3
  122. - Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
  123. * Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-2
  124. - Updated to libtirpc-0.1.12-rc1
  125. * Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-1
  126. - Updated to the latest release: 0.1.11
  127. * Fri Mar 13 2009 Steve Dickson <steved@redhat.com> 0.1.10-6
  128. - libtirpc: set r_netid and r_owner in __rpcb_findaddr_timed
  129. - libtirpc: be sure to free cl_netid and cl_tp
  130. - libtirpc: must free saved wire verifier when destroying context
  131. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-5
  132. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  133. * Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-4
  134. - Converted all uids and uids to type uid_t and gid_t (sf 2446314)
  135. * Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-3
  136. - backwards compatibility: fix order of fields in TI-RPC's
  137. svc_req (bz 481388)
  138. - Removed a number warnings.
  139. * Thu Jan 22 2009 Steve Dickson <steved@redhat.com> 0.1.10-2
  140. - Header file fixes for C++
  141. * Thu Nov 20 2008 Steve Dickson <steved@redhat.com> 0.1.10-1
  142. - Updated to latest upstream version: 0.1.10
  143. * Tue Oct 28 2008 Steve Dickson <steved@redhat.com> 0.1.9-7
  144. - Fixed some incorrect function declarations (bz468815)
  145. * Mon Oct 27 2008 Steve Dickson <steved@redhat.com> 0.1.9-6
  146. - Fix bad assumption taddr2uaddr processing that
  147. caused a segfault (bz468014)
  148. * Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.9-5
  149. - Fix for taddr2addr conversion bug of local addresses
  150. - Fixed some of warnings in: src/auth_time.c, src/clnt_dg.c and
  151. src/clnt_raw.c
  152. - Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c
  153. that was not being used...
  154. * Thu Sep 4 2008 Steve Dickson <steved@redhat.com> 0.1.9-4
  155. - Always make IPv6 sockets V6ONLY
  156. - Fix incorrect sizeof() in __rpc_getbroadifs
  157. * Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.9-3
  158. - fix license tag
  159. * Wed Jul 9 2008 Steve Dickson <steved@redhat.com> 0.1.9-1
  160. - Update to latest upstream version 0.1.9
  161. * Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.8-2
  162. - Added super-H(sh3,4) architecture support (bz 446559)
  163. * Tue Jun 10 2008 Steve Dickson <steved@redhat.com> 0.1.8-1
  164. - Update to latest upstream version 0.1.8
  165. * Wed Mar 12 2008 Steve Dickson <steved@redhat.com> 0.1.7-18
  166. - Install man pages in the 3t section
  167. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.7-17
  168. - Autorebuild for GCC 4.3
  169. * Mon Feb 18 2008 Steve Dickson <steved@redhat.com> 0.1.7-16
  170. - Added patch that creates a libtirpc.pc used by the
  171. pkg-config command.
  172. * Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 0.1.7-15
  173. - Protect from buffer overflow in the GSS code. (bz 362121)
  174. * Mon Dec 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-14
  175. - Fixed typo in /etc/netconfig file (bz 414471)
  176. * Thu Oct 25 2007 Steve Dickson <steved@redhat.com> 0.1.7-13
  177. - Added a check for the ARM arch (bz 351071)
  178. * Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-12
  179. - Switch the libgssapi dependency to libgssglue
  180. * Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.7-11
  181. - Made tcp6/udp6 network ids no longer visible in the netconfig
  182. file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
  183. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.1.7-10
  184. - Rebuild for selinux ppc32 issue.
  185. * Mon Jul 30 2007 <steved@redhat.com> 0.1.7-9
  186. - Fixed mutex lock problem in clnt_raw_create()
  187. - Ignore the return value of snprintf() and use strlen() instead
  188. to bump the pointer in clnt_sperror()
  189. - A couple ntohs() were needed in bindresvport_sa()
  190. - Added IP_RECVERR processing with to clnt_dg_call() so
  191. application will see errors instead of timing out
  192. - Make sure remote address (xp_rtaddr) is populated
  193. with the correct type of address.
  194. - Change the order of network ids in /etc/netconfg
  195. putting ipv4 ids before ipv6.
  196. - Bumped up Release from 8 to 9.
  197. * Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7
  198. - Fixed infinite loop in svc_run() (bz 246677)
  199. * Thu Apr 26 2007 <steved@redhat.com> 0.1.7-6
  200. - Fixed potential buffer overflow in xdr_strings
  201. - Added a optimization to bindresvport that allows more
  202. ports to be tried.
  203. * Mon Mar 26 2007 Steve Dickson <steved@redhat.com> 0.1.7-5
  204. - Fixed Unowned Directory RPM problem (bz 233873)
  205. * Mon Aug 28 2006 Steve Dickson <steved@redhat.com> 0.1.7-4
  206. - Fixed undefined symbol (bz 204296)
  207. * Mon Aug 14 2006 Steve Dickson <steved@redhat.com> 0.1.7-3
  208. - Added in svc_auth_none needed by the GSSAPI code.
  209. - Added compile define for ppc64 archs
  210. * Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.1.7-2
  211. - Uncommented tcp6 and udp6 in the default /etc/netconfig file.
  212. - Added hooks to used the libgssapi library.
  213. * Fri Aug 4 2006 Steve Dickson <steved@redhat.com> 0.1.7-1
  214. - Initial commit