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

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

  Name:		glib

  Epoch:		1

  Version:	1.2.10

- Release:	58%{?dist}

+ Release:	59%{?dist}

  License:	LGPLv2+

  URL:		http://www.gtk.org/

  Source:		ftp://ftp.gimp.org/pub/gtk/v1.2/glib-%{version}.tar.gz
@@ -68,11 +68,10 @@ 

  LIBTOOL=%{_bindir}/libtool \

  %configure --disable-static

  

- make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool

+ %make_build LIBTOOL=%{_bindir}/libtool

  

  %install

- make install \

- 	DESTDIR=%{buildroot} \

+ %make_install \

  	INSTALL="install -p" \

  	LIBTOOL=%{_bindir}/libtool

  
@@ -115,6 +114,10 @@ 

  %{_datadir}/aclocal/*

  

  %changelog

+ * Wed Jul 22 2020 Tom Stellard <tstellar@redhat.com> - 1:1.2.10-59

+ - Use make macros

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

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.10-58

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

3 years ago