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

Revision 12350, 10.0 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

libtirpc-1.2.5-1

wpa_supplicant-2.9-1

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