From abf0059aa12cb2f10c6569455bb2ac641e2c2625 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Wed, 13 Mar 2024 17:58:32 -0400 Subject: [PATCH] debugsources --- diald.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/diald.spec b/diald.spec index 980c96f..67baf8c 100644 --- a/diald.spec +++ b/diald.spec @@ -1,9 +1,10 @@ # $Id: diald.spec,v 1.1 2016/02/04 12:30:28 vip-ire Exp $ +%global debug_package %{nil} Group: Networking/Daemons Name: diald Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GNU General Public License Summary: On demand link manager @@ -19,8 +20,8 @@ Patch3: diald-%{version}.ticks.patch Patch4: diald-%{version}.install.patch %changelog -* Wed Mar 13 2024 Jean-Philippe Pialasse 1.0-4.sme -- fix empty debugsourcefiles.list [SME: 12504] +* Wed Mar 13 2024 Jean-Philippe Pialasse 1.0-5.sme +- do not build debug package [SME: 12504] * Wed Jul 12 2023 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, @@ -68,7 +69,7 @@ On demand link manager. %build ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --mandir=%{_mandir} -make CXXFLAGS="-g" +make %install rm -rf "$RPM_BUILD_ROOT"