Update to latest upstream release: libtirpc-0.2.5
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
7170dcca81
commit
d47590cd71
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libtirpc-0.2.2/
|
||||
x86_64/
|
||||
/libtirpc-0.2.3.tar.bz2
|
||||
/libtirpc-0.2.4.tar.bz2
|
||||
/libtirpc-0.2.5.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define _root_libdir /%{_lib}
|
||||
|
||||
Name: libtirpc
|
||||
Version: 0.2.4
|
||||
Release: 4.0%{?dist}
|
||||
Version: 0.2.5
|
||||
Release: 0.0%{?dist}
|
||||
Summary: Transport Independent RPC Library
|
||||
Group: System Environment/Libraries
|
||||
License: SISSL and BSD
|
||||
@ -14,8 +14,6 @@ Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
|
||||
BuildRequires: automake, autoconf, libtool, pkgconfig
|
||||
BuildRequires: krb5-devel
|
||||
|
||||
Patch001: libtirpc-0.2.5-rc3.patch
|
||||
|
||||
%description
|
||||
This package contains SunLib's implementation of transport-independent
|
||||
RPC (TI-RPC) documentation. This library forms a piece of the base of
|
||||
@ -42,8 +40,6 @@ developing programs which use the tirpc library.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch001 -p1
|
||||
|
||||
# Remove .orig files
|
||||
find . -name "*.orig" | xargs rm -f
|
||||
|
||||
@ -131,6 +127,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 8 2014 Steve Dickson <steved@redhat.com> 0.2.5-0.0
|
||||
- Update to latest upstream release: libtirpc-0.2.5
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-4.0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user