#1 Use make macros
Merged 3 years ago by caolanm. Opened 3 years ago by tstellar.
rpms/ tstellar/libe-book make-macros  into  master

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

  

  Name: libe-book

  Version: 0.1.3

- Release: 13%{?dist}

+ Release: 14%{?dist}

  Summary: A library for import of reflowable e-book formats

  

  License: MPLv2.0
@@ -60,10 +60,10 @@ 

      -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \

      -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \

      libtool

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make install DESTDIR=%{buildroot}

+ %make_install

  rm -f %{buildroot}/%{_libdir}/*.la

  # we install API docs directly from build

  rm -rf %{buildroot}/%{_docdir}/%{name}
@@ -80,7 +80,7 @@ 

  

  %check

  export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

- make %{?_smp_mflags} check

+ %make_build check

  

  %files

  %doc AUTHORS NEWS README
@@ -106,6 +106,10 @@ 

  %{_mandir}/man1/ebook2text.1*

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.1.3-14

+ - Use make macros

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

+ 

  * Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-13

  - Rebuild for ICU 67

  

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 caolanm

3 years ago