#1 Use make macros
Merged 3 years ago by pwu. Opened 3 years ago by tstellar.
rpms/ tstellar/libpinyin make-macros  into  master

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

  

  Name:           libpinyin

  Version:        2.3.0

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Library to deal with pinyin

  

  License:        GPLv3+
@@ -65,13 +65,13 @@ 

  %configure --disable-static \

             --with-dbm=KyotoCabinet \

             --enable-libzhuyin

- make %{?_smp_mflags}

+ %make_build

  

  %check

  make check

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

+ %make_install

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

  

  
@@ -106,6 +106,10 @@ 

  %{_libdir}/libzhuyin*.so.*

  

  %changelog

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

+ - Use make macros

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

+ 

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

  - 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.

Pull-Request has been merged by pwu

3 years ago