From 4043a4b1b8dbdfa4edd402cc433d265c72b3eb5d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:55:22 +0100 Subject: [PATCH] require mcpp as preprocessor instead of gcc-cpp [release 1.2.1-2mamba;Tue Jan 04 2022] --- xrdb.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/xrdb.spec b/xrdb.spec index df968de..6ada16b 100644 --- a/xrdb.spec +++ b/xrdb.spec @@ -1,6 +1,6 @@ Name: xrdb Version: 1.2.1 -Release: 1mamba +Release: 2mamba Summary: X server resource database utility Group: System/X11 Vendor: openmamba @@ -14,16 +14,20 @@ BuildRequires: glibc-devel BuildRequires: libX11-devel BuildRequires: libXmu-devel ## AUTOBUILDREQ-END -Requires: gcc-cpp +Requires: mcpp %description X server resource database utility. +%debug_package + %prep %setup -q %build -%configure +%configure \ + --with-cpp=%{_bindir}/cpp,%{_bindir}/mcpp + %make %install @@ -37,9 +41,13 @@ X server resource database utility. %defattr(-,root,root) %{_bindir}/xrdb %{_mandir}/man1/xrdb.1.* -%doc COPYING ChangeLog +%doc COPYING +#ChangeLog %changelog +* Tue Jan 04 2022 Silvan Calarco 1.2.1-2mamba +- require mcpp as preprocessor instead of gcc-cpp + * Sat Aug 21 2021 Automatic Build System 1.2.1-1mamba - automatic version update by autodist @@ -64,5 +72,5 @@ X server resource database utility. * Mon Oct 26 2009 Automatic Build System 1.0.6-1mamba - automatic update by autodist -* Thu Oct 16 2009 Silvan Calarco 1.0.5-1mamba +* Fri Oct 16 2009 Silvan Calarco 1.0.5-1mamba - package created by autospec