debugsources

This commit is contained in:
Jean-Philippe Pialasse 2024-03-13 17:58:32 -04:00
parent db9e03c693
commit abf0059aa1

View File

@ -1,9 +1,10 @@
# $Id: diald.spec,v 1.1 2016/02/04 12:30:28 vip-ire Exp $ # $Id: diald.spec,v 1.1 2016/02/04 12:30:28 vip-ire Exp $
%global debug_package %{nil}
Group: Networking/Daemons Group: Networking/Daemons
Name: diald Name: diald
Version: 1.0 Version: 1.0
Release: 4%{?dist} Release: 5%{?dist}
License: GNU General Public License License: GNU General Public License
Summary: On demand link manager Summary: On demand link manager
@ -19,8 +20,8 @@ Patch3: diald-%{version}.ticks.patch
Patch4: diald-%{version}.install.patch Patch4: diald-%{version}.install.patch
%changelog %changelog
* Wed Mar 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-4.sme * Wed Mar 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-5.sme
- fix empty debugsourcefiles.list [SME: 12504] - do not build debug package [SME: 12504]
* Wed Jul 12 2023 BogusDateBot * Wed Jul 12 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
@ -68,7 +69,7 @@ On demand link manager.
%build %build
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--mandir=%{_mandir} --mandir=%{_mandir}
make CXXFLAGS="-g" make
%install %install
rm -rf "$RPM_BUILD_ROOT" rm -rf "$RPM_BUILD_ROOT"