From 1a90adc578fdb7ec869809341a4402be4ad4172c6e3f596ee2da3e050df92232 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 7 Jul 2011 12:11:09 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/libtirpc revision 22.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=f891331eeb58494292370ddd893a1bf5 --- libtirpc.spec | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index 120f6f6..165db64 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -24,7 +24,7 @@ License: Other uncritical OpenSource License;BSD 3-Clause Group: System/Libraries AutoReqProv: on Version: 0.2.2 -Release: 9 +Release: 1 Summary: Transport Independent RPC Library Url: http://sourceforge.net/projects/libtirpc/ Source: %{name}-%{version}.tar.bz2 @@ -37,7 +37,6 @@ Patch35: libtirpc-revert-des_crypt.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libtirpc1 = %{version}-%{release} - %description The Transport Independent RPC library (TI-RPC) is a replacement for the standard SunRPC library in glibc which does not support IPv6 addresses. @@ -56,7 +55,6 @@ License: Other uncritical OpenSource License ; Sun Industry Standards Sou Summary: Transport Independent RPC Library Group: System/Libraries - %description -n libtirpc1 The Transport Independent RPC library (TI-RPC) is a replacement for the standard SunRPC library in glibc which does not support IPv6 addresses. @@ -76,7 +74,6 @@ Summary: Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: libtirpc1 = %{version} glibc-devel - %description devel The Transport Independent RPC library (TI-RPC) is a replacement for the standard SunRPC library in glibc which does not support IPv6 addresses. @@ -99,13 +96,11 @@ Authors: %patch34 -p1 %patch35 -p1 - %build autoreconf -fiv %configure --disable-static --with-pic --libdir=/%{_lib} --enable-gss %{__make} %{?_smp_mflags} - %install make install DESTDIR=$RPM_BUILD_ROOT # move devel so link to %{_libdir} @@ -114,24 +109,19 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir} %{__rm} -v %{buildroot}/%{_lib}/%{name}.{la,so} mv -v $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT/%{_libdir} - %clean rm -rf $RPM_BUILD_ROOT - %post -n libtirpc1 -p /sbin/ldconfig - %postun -n libtirpc1 -p /sbin/ldconfig - %files -n libtirpc1 %defattr(-,root,root) %config %{_sysconfdir}/netconfig /%{_lib}/libtirpc.so.1* %{_mandir}/man5/netconfig.5.gz - %files devel %defattr(-,root,root) %{_libdir}/libtirpc.so @@ -140,6 +130,4 @@ rm -rf $RPM_BUILD_ROOT /usr/%{_lib}/pkgconfig/* %{_mandir}/man3/* - - %changelog From 6b96858d4da90b9a01b687689d0e6daa5aa8e25b864658d827be42daba61aca6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 8 Jul 2011 07:25:01 +0000 Subject: [PATCH 2/2] - add baselibs.conf to allow pam-32bit to link against it OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=19 --- baselibs.conf | 1 + libtirpc.changes | 5 +++++ libtirpc.spec | 22 +--------------------- 3 files changed, 7 insertions(+), 21 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..d56562e --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libtirpc1 diff --git a/libtirpc.changes b/libtirpc.changes index 4836a28..e1dd1a1 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com + +- add baselibs.conf to allow pam-32bit to link against it + ------------------------------------------------------------------- Fri Jun 17 14:18:24 UTC 2011 - aj@suse.de diff --git a/libtirpc.spec b/libtirpc.spec index 165db64..ae32c06 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -28,6 +28,7 @@ Release: 1 Summary: Transport Independent RPC Library Url: http://sourceforge.net/projects/libtirpc/ Source: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf Patch21: libtirpc-clnt_broadcast_fix.patch Patch22: libtirpc-rpc_broadcast_misformed_replies.patch Patch31: libtirpc-getpmaphandle.patch @@ -43,13 +44,6 @@ standard SunRPC library in glibc which does not support IPv6 addresses. This implementation allows the support of other transports than UDP and TCP over IPv4 - - -Authors: --------- - Gilles Quillard - Antoine Fraticelli - %package -n libtirpc1 License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 Summary: Transport Independent RPC Library @@ -61,13 +55,6 @@ standard SunRPC library in glibc which does not support IPv6 addresses. This implementation allows the support of other transports than UDP and TCP over IPv4 - - -Authors: --------- - Gilles Quillard - Antoine Fraticelli - %package devel License: Other uncritical OpenSource License ; BSD 3-Clause Summary: Transport Independent RPC Library @@ -80,13 +67,6 @@ standard SunRPC library in glibc which does not support IPv6 addresses. This implementation allows the support of other transports than UDP and TCP over IPv4 - - -Authors: --------- - Gilles Quillard - Antoine Fraticelli - %prep %setup -q %patch21 -p1