automatic version update by autodist [release 1.3.4-1mamba;Mon Oct 09 2023]

This commit is contained in:
Automatic Build System 2024-01-06 05:55:56 +01:00
parent 486129e35f
commit 7f5e5b56b4

View File

@ -1,5 +1,5 @@
Name: libtirpc
Version: 1.3.3
Version: 1.3.4
Release: 1mamba
Summary: A port of Suns Transport-Independent RPC library to Linux
Group: System/Libraries
@ -30,18 +30,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Libtirpc is a port of Suns Transport-Independent RPC library to Linux.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q
#%patch1 -p1
%patch3 -p1
%patch4 -p1
%patch 3 -p1
%patch 4 -p1
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
autoreconf -f -i
%build
autoreconf -f -i
%configure
%make
@ -65,13 +67,13 @@ autoreconf -f -i
%files devel
%defattr(-,root,root)
%dir %{_includedir}/tirpc
%{_includedir}/tirpc/*
%{_libdir}/libtirpc.a
%{_libdir}/libtirpc.la
%{_libdir}/libtirpc.so
# %{_bindir}/%{name}-config
# %{_datadir}/aclocal/*.m4
# %{_includedir}/*.h
%{_includedir}/tirpc
# %{_libdir}/*.a
# %{_libdir}/*.la
# %{_libdir}/*.so
@ -80,6 +82,9 @@ autoreconf -f -i
%doc ChangeLog NEWS README TODO
%changelog
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
- automatic version update by autodist
* Tue Aug 09 2022 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic version update by autodist