diff --git a/mcpp.spec b/mcpp.spec index 3df088e36b0e7099de567bc25929ad6dd2978511..9cee7bcaa88275c9d15780a1820d4e0616a46a61 100644 --- a/mcpp.spec +++ b/mcpp.spec @@ -1,6 +1,6 @@ Name: mcpp Version: 2.7.2 -Release: 29 +Release: 30 Summary: A portable C preprocessor License: BSD URL: http://mcpp.sourceforge.net/ @@ -8,7 +8,7 @@ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: backport-mcpp.2.7.2.patch Patch1: backport-CVE-2019-14274-05-gniibe-fix-13.patch -BuildRequires: gcc +BuildRequires: gcc libtool Provides: libmcpp Obsoletes: libmcpp @@ -45,6 +45,9 @@ This is the development package for mcpp. %autosetup -n %{name}-%{version} -p1 %build +# Reinitialize libtool to remove Rpath +autoreconf -vif + %configure --enable-mcpplib %make_build @@ -77,7 +80,10 @@ make check %{_mandir}/man1/%{name}.1.gz %changelog -* Tue Oct 25 2022 yanglongkang - 2.7.2-29 +* Wed May 08 2024 guoqinglan - 2.7.2-30 +- Reinitialize libtool to remove Rpath + +* Tue Oct 25 2022 yanglongkang - 2.7.2-29 - Type: bugfix - ID: NA - SUG: NA @@ -92,7 +98,7 @@ make check * Tue Jul 20 2021 fuanan - 2.7.2-27 - Remove redundant gdb from BuildRequires -* Tue Jan 5 2021 zoulin - 2.7.2-26 +* Tue Jan 5 2021 zoulin - 2.7.2-26 - Type:CVE - ID:NA - SUG:NA @@ -104,13 +110,13 @@ make check - SUG:NA - DESC:fix crash -* Mon Sep 23 2019 shenyangyang - 2.7.2-24 +* Mon Sep 23 2019 shenyangyang - 2.7.2-24 - Type:enhancement - ID:NA - SUG:NA - DESC:remove patch -* Mon Sep 23 2019 shenyangyang - 2.7.2-23 +* Mon Sep 23 2019 shenyangyang - 2.7.2-23 - Type:enhancement - ID:NA - SUG:NA