Fixes FTBFS after cmake3 macro change
Resloves: bug 1863459 Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
8e1372f2d3
commit
a4cff2dccd
10
dwarves.spec
10
dwarves.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Debugging Information Manipulation Tools (pahole & friends)
|
Summary: Debugging Information Manipulation Tools (pahole & friends)
|
||||||
URL: http://acmel.wordpress.com
|
URL: http://acmel.wordpress.com
|
||||||
@ -62,11 +62,11 @@ Debugging information processing library development files.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake .
|
%cmake .
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -Rf %{buildroot}
|
rm -Rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot}
|
%cmake_install
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %{libname}%{libver}
|
%ldconfig_scriptlets -n %{libname}%{libver}
|
||||||
|
|
||||||
@ -128,6 +128,10 @@ make install DESTDIR=%{buildroot}
|
|||||||
%{_libdir}/%{libname}_reorganize.so
|
%{_libdir}/%{libname}_reorganize.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2020 - Zamir SUN <sztsian@gmail.com> - 1.17-4
|
||||||
|
- Fix FTBFS
|
||||||
|
- Resolves: bug 1863459
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user