#5 Add %mingw_make_build and %mingw_make_install
Closed 3 years ago by smani. Opened 3 years ago by smani.
Unknown source master  into  master

file modified
+3 -2
@@ -184,5 +184,6 @@

  }                                                                       \

  run_mingw_ninja_install

  

- # Deprecated:

- %mingw_make_install         %mingw_make install

+ 

+ %mingw_make_build           %mingw_make -O %{?_smp_mflags} V=1 VERBOSE=1

+ %mingw_make_install         %mingw_make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p"

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

  %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)

  

  Name:           mingw-filesystem

- Version:        111

+ Version:        112

  Release:        1%{?dist}

  Summary:        MinGW cross compiler base filesystem and environment

  
@@ -317,6 +317,9 @@

  

  

  %changelog

+ * Fri May 22 2020 Sandro Mani <manisandro@gmail.com> - 112-1

+ - Add %%mingw_make_build and %%mingw_make_install

+ 

  * Fri May 01 2020 David Woodhouse <dwmw2@infradead.org> - 111-1

  - Quote tr sequences like '[blank]' to prevent the shell from doing so (#1830233)

  

no initial comment

+1 from me, good idea!

Pull-Request has been closed by smani

3 years ago
Metadata