forked from pool/libtirpc
Accepting request 43693 from Base:System
Copy from Base:System/libtirpc based on submit request 43693 from user coolo OBS-URL: https://build.opensuse.org/request/show/43693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=13
This commit is contained in:
parent
d78af033ee
commit
d5ad4c7500
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea77cadd63941fc4edbee7863d2c7094e6a18263d2a2c8922319aee91352ff41
|
||||
size 413031
|
3
libtirpc-0.2.1_git201005272057.tar.bz2
Normal file
3
libtirpc-0.2.1_git201005272057.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14007754ed4d9525b512330934afeb73c36fc4552a39d23235a1f23a3816c97c
|
||||
size 173648
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 21:01:20 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- Update to a current git snapshot, important fixes:
|
||||
* don't call abort() in the AUTH_UNIX creation codepaths
|
||||
* Support 64-bit bit mask operations in svc_getreqset()
|
||||
* Automount with nis maps crashes and generates a core
|
||||
* memory leaks in rpcb_clnt.c:add_cache() and getclnthandle()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 01:22:13 CET 2009 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtirpc (Version 0.2.1)
|
||||
# spec file for package libtirpc (Version 0.2.1_git201005272057)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@ Name: libtirpc
|
||||
License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 0.2.1
|
||||
Version: 0.2.1_git201005272057
|
||||
Release: 1
|
||||
Summary: Transport Independent RPC Library
|
||||
Url: http://sourceforge.net/projects/libtirpc/
|
||||
@ -89,18 +89,18 @@ Authors:
|
||||
%patch22 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
mkdir m4 #bug
|
||||
autoreconf -fiv
|
||||
%configure --disable-static --with-pic --libdir=/%{_lib} --enable-gss
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT/%{_lib}/libtirpc.la
|
||||
# move devel so link to %{_libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||
%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) %{buildroot}%{_libdir}/%{name}.so
|
||||
%{__rm} -v %{buildroot}/%{_lib}/%{name}.so
|
||||
mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $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
|
||||
|
Loading…
Reference in New Issue
Block a user