debugsources

This commit is contained in:
Jean-Philippe Pialasse 2024-03-13 15:32:48 -04:00
parent 18ccf6b263
commit db9e03c693

View File

@ -3,7 +3,7 @@
Group: Networking/Daemons
Name: diald
Version: 1.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GNU General Public License
Summary: On demand link manager
@ -19,6 +19,9 @@ 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 Jul 12 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
@ -64,8 +67,8 @@ On demand link manager.
%build
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--mandir=%{_mandir}
make
--mandir=%{_mandir}
make CXXFLAGS="-g"
%install
rm -rf "$RPM_BUILD_ROOT"