debugsources
This commit is contained in:
parent
18ccf6b263
commit
db9e03c693
@ -3,7 +3,7 @@
|
|||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
Name: diald
|
Name: diald
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GNU General Public License
|
License: GNU General Public License
|
||||||
|
|
||||||
Summary: On demand link manager
|
Summary: On demand link manager
|
||||||
@ -19,6 +19,9 @@ 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
|
||||||
|
- fix empty debugsourcefiles.list [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,
|
||||||
by assuming the date is correct and changing the weekday.
|
by assuming the date is correct and changing the weekday.
|
||||||
@ -64,8 +67,8 @@ 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
|
make CXXFLAGS="-g"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
Loading…
Reference in New Issue
Block a user