#1 Fixes FTBFS after cmake3 macro change
Merged 3 years ago by mcermak. Opened 3 years ago by zsun.
rpms/ zsun/dwarves f33  into  f33

file modified
+7 -3
@@ -3,7 +3,7 @@ 

  

  Name: dwarves

  Version: 1.17

- Release: 3%{?dist}

+ Release: 4%{?dist}

  License: GPLv2

  Summary: Debugging Information Manipulation Tools (pahole & friends)

  URL: http://acmel.wordpress.com
@@ -62,11 +62,11 @@ 

  

  %build

  %cmake .

- make VERBOSE=1 %{?_smp_mflags}

+ %cmake_build

  

  %install

  rm -Rf %{buildroot}

- make install DESTDIR=%{buildroot}

+ %cmake_install

  

  %ldconfig_scriptlets -n %{libname}%{libver}

  
@@ -128,6 +128,10 @@ 

  %{_libdir}/%{libname}_reorganize.so

  

  %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

  - Second attempt - Rebuilt for

    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Resloves: bug 1863459

Signed-off-by: Zamir SUN sztsian@gmail.com

rebased onto a4cff2d

3 years ago

Pull-Request has been merged by mcermak

3 years ago