source: projects/specs/trunk/lib/libt/libtirpc/libtirpc-vl.spec @ 9364

Revision 9364, 9.4 KB checked in by inagaki, 9 years ago (diff)

2015-02-20 Ryoichi INAGAKI <ryo1@…>

  • libnfsidmap, libtirpc, nfs-utils: updated


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