#4 Use make macros
Closed 2 years ago by petersen. Opened 3 years ago by tstellar.
rpms/ tstellar/libkkc make-macros  into  rawhide

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

  

  Name:		libkkc

  Version:	0.3.5

- Release:	17%{?dist}

+ Release:	18%{?dist}

  Summary:	Japanese Kana Kanji conversion library

  

  License:	GPLv3+
@@ -71,7 +71,7 @@ 

  

  %build

  %configure --disable-static --disable-silent-rules PYTHON=python3

- make %{?_smp_mflags}

+ %make_build

  

  

  %check
@@ -79,7 +79,7 @@ 

  

  

  %install

- %make_install INSTALL="install -p"

+ %make_install

  

  find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

  
@@ -110,6 +110,10 @@ 

  

  

  %changelog

+ * Wed Jul 22 2020 Tom Stellard <tstellar@redhat.com> - 0.3.5-18

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-17

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Thank you - I pushed b6ebeaa just now for this

Pull-Request has been closed by petersen

2 years ago