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