diff --git a/libtirpc-1.3.2.tar.bz2 b/libtirpc-1.3.2.tar.bz2 deleted file mode 100644 index 95b7505a797154c5deff7ff741e101a280ec10c5..0000000000000000000000000000000000000000 Binary files a/libtirpc-1.3.2.tar.bz2 and /dev/null differ diff --git a/libtirpc-1.3.3.tar.bz2 b/libtirpc-1.3.3.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..bc582d36c7a2f8034ec1a75042291b8e4d0668f2 Binary files /dev/null and b/libtirpc-1.3.3.tar.bz2 differ diff --git a/libtirpc.spec b/libtirpc.spec index 790c92daa836d7cddb5bce86280ae869b8809d63..f69d1ef70174085b6442325d909995815b3d2a7b 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,12 +1,13 @@ +%define anolis_release 1 %define _root_libdir /%{_lib} Name: libtirpc -Version: 1.3.2 -Release: 1%{?dist} +Version: 1.3.3 +Release: %{anolis_release}%{?dist} Summary: Transport Independent RPC Library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary -Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2 +Source0: https://sourceforge.net/projects/libtirpc/files/libtirpc/%{version}/libtirpc-%{version}.tar.bz2 BuildRequires: automake, autoconf, libtool, pkgconfig, krb5-devel, gcc, make @@ -22,9 +23,17 @@ Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface by almost 70 vendors on all major operating systems. TS-RPC source code (RPCSRC 4.0) remains available from several internet sites. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package devel Summary: Development files for the libtirpc library -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel @@ -59,11 +68,13 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %files -%doc AUTHORS ChangeLog NEWS README %{_root_libdir}/libtirpc.so.* %config(noreplace)%{_sysconfdir}/netconfig %config(noreplace)%{_sysconfdir}/bindresvport.blacklist +%files doc +%doc AUTHORS ChangeLog NEWS README + %files devel %{!?_licensedir:%global license %%doc} %license COPYING @@ -78,5 +89,8 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Mon Sep 5 2022 mgb01105731 - 1.3.3-1 +- update to 1.3.3 + * Thu Mar 10 2022 forrest_ly - 1.3.2-1 - Init for Anolis OS 23