Updated to latest upstream release: libtirpc-1-0-1
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
a457fa9765
commit
100b37c1ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ libtirpc-0.3.1
|
|||||||
/libtirpc-0.3.1.tar.bz2
|
/libtirpc-0.3.1.tar.bz2
|
||||||
libtirpc-0.3.2
|
libtirpc-0.3.2
|
||||||
/libtirpc-0.3.2.tar.bz2
|
/libtirpc-0.3.2.tar.bz2
|
||||||
|
/libtirpc-1.0.1.tar.bz2
|
||||||
|
libtirpc-1.0.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define _root_libdir /%{_lib}
|
%define _root_libdir /%{_lib}
|
||||||
|
|
||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 0.3.2
|
Version: 1.0.1
|
||||||
Release: 3.0%{?dist}
|
Release: 0.0%{?dist}
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: SISSL and BSD
|
License: SISSL and BSD
|
||||||
@ -10,8 +10,6 @@ URL: http://nfsv4.bullopensource.org/
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
|
||||||
|
|
||||||
Patch001: libtirpc-0.3.3-rc3.patch
|
|
||||||
|
|
||||||
BuildRequires: automake, autoconf, libtool, pkgconfig
|
BuildRequires: automake, autoconf, libtool, pkgconfig
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
|
|
||||||
@ -41,8 +39,6 @@ developing programs which use the tirpc library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch001 -p1
|
|
||||||
|
|
||||||
# Remove .orig files
|
# Remove .orig files
|
||||||
find . -name "*.orig" | xargs rm -f
|
find . -name "*.orig" | xargs rm -f
|
||||||
|
|
||||||
@ -126,6 +122,7 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/tirpc/rpc/svc_auth.h
|
%{_includedir}/tirpc/rpc/svc_auth.h
|
||||||
%{_includedir}/tirpc/rpc/svc_auth_gss.h
|
%{_includedir}/tirpc/rpc/svc_auth_gss.h
|
||||||
%{_includedir}/tirpc/rpc/svc_dg.h
|
%{_includedir}/tirpc/rpc/svc_dg.h
|
||||||
|
%{_includedir}/tirpc/rpc/svc_mt.h
|
||||||
%{_includedir}/tirpc/rpc/svc_soc.h
|
%{_includedir}/tirpc/rpc/svc_soc.h
|
||||||
%{_includedir}/tirpc/rpc/types.h
|
%{_includedir}/tirpc/rpc/types.h
|
||||||
%{_includedir}/tirpc/rpc/xdr.h
|
%{_includedir}/tirpc/rpc/xdr.h
|
||||||
@ -134,6 +131,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 30 2015 Steve Dickson <steved@redhat.com> 1.0.1-0.1
|
||||||
|
- Updated to latest upstream release: libtirpc-1-0-1
|
||||||
|
|
||||||
* Fri Aug 28 2015 Steve Dickson <steved@redhat.com> 0.3.2-3.0
|
* Fri Aug 28 2015 Steve Dickson <steved@redhat.com> 0.3.2-3.0
|
||||||
- Updated to latest upstream release: libtirpc-0-3-3-rc3
|
- Updated to latest upstream release: libtirpc-0-3-3-rc3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user