Author: qboosh Date: Tue May 3 13:16:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.2.2 - added des-in-libc patch (revert des_crypt.c inclusion - libc already contains cbc_crypt() and ecb_crypt(), and this file added just unresolved symbol)
---- Files affected: packages/libtirpc: libtirpc.spec (1.27 -> 1.28) , libtirpc-des-in-libc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libtirpc/libtirpc.spec diff -u packages/libtirpc/libtirpc.spec:1.27 packages/libtirpc/libtirpc.spec:1.28 --- packages/libtirpc/libtirpc.spec:1.27 Mon Oct 4 20:14:16 2010 +++ packages/libtirpc/libtirpc.spec Tue May 3 15:16:43 2011 @@ -6,16 +6,17 @@ Summary: Transport Independent RPC Library Summary(pl.UTF-8): Biblioteka RPC niezależnego od transportu Name: libtirpc -Version: 0.2.1 -Release: 2 +Version: 0.2.2 +Release: 1 Epoch: 1 License: BSD-like Group: Libraries Source0: http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2 -# Source0-md5: d77eb15f464bf9d6e66259eaf78b2a4e +# Source0-md5: 74c41c15c2909f7d11d9c7bfa7db6273 Patch0: %{name}-link.patch Patch1: %{name}-heimdal.patch Patch2: %{name}-XDR_GETPOS.patch +Patch3: %{name}-des-in-libc.patch URL: http://sourceforge.net/projects/libtirpc/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -93,6 +94,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__libtoolize} @@ -115,8 +117,8 @@ %{__make} -C doc install \ DESTDIR=$RPM_BUILD_ROOT -mv -f $RPM_BUILD_ROOT%{_libdir}/lib*.so.* $RPM_BUILD_ROOT/%{_lib} -rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.so +mv -f $RPM_BUILD_ROOT%{_libdir}/libtirpc.so.* $RPM_BUILD_ROOT/%{_lib} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libtirpc.so ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib}; echo lib*.so.*.*) \ $RPM_BUILD_ROOT%{_libdir}/libtirpc.so @@ -140,7 +142,12 @@ %{_libdir}/libtirpc.la %{_includedir}/tirpc %{_pkgconfigdir}/libtirpc.pc -%{_mandir}/man3/*.3t* +%{_mandir}/man3/bindresvport.3t* +%{_mandir}/man3/des_crypt.3t* +%{_mandir}/man3/getnet*.3t* +%{_mandir}/man3/getrpc*.3t* +%{_mandir}/man3/rpc*.3t* +%{_mandir}/man3/rtime.3t* %files static %defattr(644,root,root,755) @@ -152,6 +159,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2011/05/03 13:16:43 qboosh +- updated to 0.2.2 +- added des-in-libc patch (revert des_crypt.c inclusion - libc already contains + cbc_crypt() and ecb_crypt(), and this file added just unresolved symbol) + Revision 1.27 2010/10/04 18:14:16 baggins - rel 2 ================================================================ Index: packages/libtirpc/libtirpc-des-in-libc.patch diff -u /dev/null packages/libtirpc/libtirpc-des-in-libc.patch:1.1 --- /dev/null Tue May 3 15:16:49 2011 +++ packages/libtirpc/libtirpc-des-in-libc.patch Tue May 3 15:16:43 2011 @@ -0,0 +1,11 @@ +--- libtirpc-0.2.2/src/Makefile.am.orig 2011-05-03 14:27:42.946837608 +0200 ++++ libtirpc-0.2.2/src/Makefile.am 2011-05-03 15:10:16.266923103 +0200 +@@ -51,7 +51,7 @@ + rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ + rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \ + svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ +- auth_time.c auth_des.c authdes_prot.c des_crypt.c ++ auth_time.c auth_des.c authdes_prot.c + + ## XDR + libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtirpc/libtirpc.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
