]> git.pld-linux.org Git - packages/libtirpc.git/commitdiff
- back to version which builds with glibc with restored RPC/NIS API
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Jun 2011 19:17:46 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 1.3

Changed files:
    libtirpc-des-in-libc.patch -> 1.3
    libtirpc.spec -> 1.31

libtirpc-des-in-libc.patch [new file with mode: 0644]
libtirpc.spec

diff --git a/libtirpc-des-in-libc.patch b/libtirpc-des-in-libc.patch
new file mode 100644 (file)
index 0000000..99ecae0
--- /dev/null
@@ -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
index 0c18d208876f943c31541bd542226bd5076d386a..887d81a2600e85fe17da418d83669d17101fefcb 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Transport Independent RPC Library
 Summary(pl.UTF-8):     Biblioteka RPC niezależnego od transportu
 Name:          libtirpc
 Version:       0.2.2
-Release:       1.2
+Release:       1.3
 Epoch:         1
 License:       BSD-like
 Group:         Libraries
@@ -16,12 +16,13 @@ Patch0:             %{name}-link.patch
 Patch1:                %{name}-heimdal.patch
 Patch2:                %{name}-XDR_GETPOS.patch
 Patch3:                %{name}-rpc-des-prot.patch
-Patch4:                %{name}-nis.patch
-Patch5:                %{name}-glibc-2.14.patch
+Patch4:                %{name}-des-in-libc.patch
+#Patch4:               %{name}-nis.patch
+#Patch5:               %{name}-glibc-2.14.patch
 URL:           http://sourceforge.net/projects/libtirpc/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: glibc >= 6:2.14
+BuildRequires: glibc >= 6:2.14-9.1
 %if %{with gssglue}
 BuildRequires: libgssglue-devel >= 0.1
 %else
@@ -34,7 +35,7 @@ Requires:     libgssglue >= 0.1
 %else
 Requires:      heimdal-libs
 %endif
-Requires:      glibc >= 6:2.14
+Requires:      glibc >= 6:2.14-9.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # FIXME: this allows invalid (unresolved symbols) library to be installed.
@@ -70,7 +71,7 @@ Summary:      Development files for the TI-RPC library
 Summary(pl.UTF-8):     Pliki programistyczne biblioteki TI-RPC
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      glibc-devel >= 6:2.14
+Requires:      glibc-devel >= 6:2.14-9.1
 %if %{with gssglue}
 Requires:      libgssglue-devel >= 0.1
 %else
@@ -104,7 +105,6 @@ Ten pakiet zawiera statyczną bibliotekę TI-RPC.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 %{__libtoolize}
This page took 0.04033 seconds and 4 git commands to generate.