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

Revision 12525, 10.1 KB checked in by tomop, 3 years ago (diff)

updated 10 packages

binutils-2.36.1-1

elfutils-0.183-1

gcc-10.2.1-1

gdb-10.1-1

glibc-2.33-1

isl-0.23-1

libtirpc-1.3.1-1

libtool-2.4.6-7

libxcrypt-4.4.17-1

valgrind-3.16.1-2

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