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

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

  Summary: Spell checker

  Name: aspell

  Version: 0.60.8

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Epoch: 12

  # LGPLv2+ .. common/gettext.h

  # LGPLv2  .. modules/speller/default/phonet.hpp,
@@ -50,7 +50,7 @@ 

  %build

  %configure --disable-rpath

  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool

- make %{?_smp_mflags}

+ %make_build

  cp scripts/aspell-import examples/aspell-import

  chmod 644 examples/aspell-import

  cp manual/aspell-import.1 examples/aspell-import.1
@@ -110,6 +110,10 @@ 

  %{_mandir}/man1/pspell-config.1*

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 12:0.60.8-4

+ - Use make macros

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

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.8-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 nforro

3 years ago