debugsources

master 1.0-5
Jean-Philippe Pialasse 2 months ago
parent db9e03c693
commit abf0059aa1

@ -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 <jpp@koozali.org> 1.0-4.sme
- fix empty debugsourcefiles.list [SME: 12504]
* Wed Mar 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 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"

Loading…
Cancel
Save