Updated to latest upstream release: 0.2.3
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
6d1c4a1c0c
commit
d6651b3b3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ cscope*
|
|||||||
/libtirpc-0.2.2.tar.bz2
|
/libtirpc-0.2.2.tar.bz2
|
||||||
libtirpc-0.2.2/
|
libtirpc-0.2.2/
|
||||||
x86_64/
|
x86_64/
|
||||||
|
/libtirpc-0.2.3.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define _root_libdir /%{_lib}
|
%define _root_libdir /%{_lib}
|
||||||
|
|
||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 0.2.2
|
Version: 0.2.3
|
||||||
Release: 43%{?dist}
|
Release: 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
|
||||||
@ -11,8 +11,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.2.3-rc4.patch
|
|
||||||
|
|
||||||
BuildRequires: automake, autoconf, libtool, pkgconfig
|
BuildRequires: automake, autoconf, libtool, pkgconfig
|
||||||
BuildRequires: libgssglue-devel
|
BuildRequires: libgssglue-devel
|
||||||
|
|
||||||
@ -42,8 +40,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
|
||||||
|
|
||||||
@ -131,6 +127,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 13 2013 Steve Dickson <steved@redhat.com> 0.2.1-43
|
||||||
|
- Updated to latest upstream release: 0.2.3
|
||||||
|
|
||||||
* Tue Nov 13 2012 Steve Dickson <steved@redhat.com> 0.2.1-43
|
* Tue Nov 13 2012 Steve Dickson <steved@redhat.com> 0.2.1-43
|
||||||
- Updated to latest upstream RC release: 0.2.3-rc4
|
- Updated to latest upstream RC release: 0.2.3-rc4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user