#2 Use make_build and make_install macros
Merged 4 years ago by pnemade. Opened 4 years ago by pnemade.
Unknown source master  into  master

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

  Name:       m17n-db

  Summary:    Multilingualization datafiles for m17n-lib

  Version:    1.8.0

- Release:    9%{?dist}

+ Release:    10%{?dist}

  License:    LGPLv2+

  URL:        http://www.nongnu.org/m17n

  
@@ -66,10 +66,10 @@

  

  %build

  %configure

- make %{?_smp_mflags}

+ %{make_build}

  

  %install

- make install DESTDIR=%{buildroot} INSTALL="install -p"

+ %{make_install}

  

  # don't ship unijoy map for now

  rm %{buildroot}%{_datadir}/m17n/bn-unijoy.mim
@@ -145,6 +145,9 @@

  %{_datadir}/pkgconfig/m17n-db.pc

  

  %changelog

+ * Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-10

+ - Use make_build and make_install macros

+ 

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

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

  

no initial comment

Pull-Request has been merged by pnemade

4 years ago