update to 1.2.6
This commit is contained in:
parent
38fc473414
commit
9cefa3b3b8
Binary file not shown.
BIN
libtirpc-1.2.6.tar.bz2
Normal file
BIN
libtirpc-1.2.6.tar.bz2
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 1.1.4
|
Version: 1.2.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Transport-independent RPC library
|
Summary: Transport-independent RPC library
|
||||||
License: SISSL and BSD
|
License: SISSL and BSD
|
||||||
@ -8,13 +8,15 @@ Source0: http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar
|
|||||||
Patch01: 0001-update-libtirpc-to-enable-tcp-port-listening.patch
|
Patch01: 0001-update-libtirpc-to-enable-tcp-port-listening.patch
|
||||||
BuildRequires: automake autoconf libtool pkgconfig krb5-devel
|
BuildRequires: automake autoconf libtool pkgconfig krb5-devel
|
||||||
|
|
||||||
|
Obsoletes: libtirpc-devel < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libtirpc is a Transport-Independent RPC library for Linux
|
Libtirpc is a Transport-Independent RPC library for Linux
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the %{name}
|
Summary: Development files for the %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig man-db
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains development files for %{name}.
|
The %{name}-devel package contains development files for %{name}.
|
||||||
@ -24,6 +26,8 @@ The %{name}-devel package contains development files for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
find . -name "*.orig" | xargs rm -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
autoreconf -fisv
|
autoreconf -fisv
|
||||||
@ -31,6 +35,9 @@ autoreconf -fisv
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
mkdir -p %{buildroot}/etc
|
||||||
|
mkdir -p %{buildroot}/%{_lib}
|
||||||
|
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||||
%make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig
|
%make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
@ -38,9 +45,6 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%post devel
|
|
||||||
%postun devel
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
@ -63,5 +67,11 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.2.6-1
|
||||||
|
- update to 1.2.6
|
||||||
|
|
||||||
|
* Mon Mar 23 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-2
|
||||||
|
- Remove devel in iso
|
||||||
|
|
||||||
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-1
|
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user