debugsources
This commit is contained in:
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…
Reference in New Issue
Block a user