#3 Use make macros
Closed 3 years ago by tstellar. Opened 3 years ago by tstellar.
rpms/ tstellar/evolution-data-server make-macros  into  master

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

  

  Name: evolution-data-server

  Version: 3.37.3

- Release: 2%{?dist}

+ Release: 3%{?dist}

  Summary: Backend data server for Evolution

  License: LGPLv2+

  URL: https://wiki.gnome.org/Apps/Evolution
@@ -263,13 +263,13 @@ 

  	%largefile_flags %gtkdoc_flags %phonenum_flags \

  	..

  

- make %{?_smp_mflags}

+ %make_build

  

  %install

  cd _build

  rm -rf $RPM_BUILD_ROOT

  

- make DESTDIR=$RPM_BUILD_ROOT install

+ %make_install

  

  # make sure the directory exists, because it's owned by eds

  mkdir $RPM_BUILD_ROOT/%{uimodules_dir} || :
@@ -476,6 +476,10 @@ 

  %{_datadir}/installed-tests

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.37.3-3

+ - Use make macros

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

+ 

  * Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-2

  - Add a patch for missing G_BEGIN_DECLS in e-soup-logger.h

  

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.

No objection from my side, but the simple-koji-ci failed. What now? Just close this and do the change manually?

Superseded by commit a8e8708a2a3f2309d121417ee20e120cb36b93da.

Pull-Request has been closed by tstellar

3 years ago