diff --git a/libtirpc.spec b/libtirpc.spec index fc058e0..86d521c 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -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 1.3.4-1mamba +- automatic version update by autodist + * Tue Aug 09 2022 Automatic Build System 1.3.3-1mamba - automatic version update by autodist