diff --git a/libtirpc1.spec b/libtirpc1.spec index 5a56525..b796965 100644 --- a/libtirpc1.spec +++ b/libtirpc1.spec @@ -1,12 +1,12 @@ Name: libtirpc1 -Version: 0.3.1 -Release: 3mamba +Version: 0.3.2 +Release: 1mamba Summary: A port of Suns Transport-Independent RPC library to Linux Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceforge.net/projects/libtirpc/ +URL: https://sourceforge.net/projects/libtirpc/ Source: http://downloads.sourceforge.net/project/libtirpc/libtirpc/%{version}/libtirpc-%{version}.tar.bz2 Patch0: libtirpc-0.2.2-add-multiple-inclusion-protection-to-rpc_des.patch Patch1: libtirpc-0.2.3-remove-nis.patch @@ -20,7 +20,6 @@ BuildRequires: libe2fs-devel BuildRequires: libkeyutils-devel BuildRequires: libkrb5-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libtirpc is a port of Suns Transport-Independent RPC library to Linux. @@ -45,10 +44,13 @@ This package contains static libraries and header files need for development. %patch3 -p1 %patch4 -p1 sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac +autoreconf -f -i %build -autoreconf -f -i -%configure +%configure \ + CFLAGS="%{optflags} -fcommon" \ + CXXFLAGS="%{optflags} -fcommon" + %make %install @@ -79,6 +81,9 @@ autoreconf -f -i %doc ChangeLog NEWS README TODO %changelog +* Fri Apr 09 2021 Automatic Build System 0.3.2-1mamba +- automatic version update by autodist + * Thu Jan 09 2020 Silvan Calarco 0.3.1-3mamba - libtirpc1: move out netconfig file and man conflicting with libtirpc