#5 Use make macros
Merged 3 years ago by lslebodn. Opened 3 years ago by tstellar.
rpms/ tstellar/libtevent make-macros  into  master

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

  

  Name: libtevent

  Version: 0.10.2

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Summary: The tevent library

  License: LGPLv3+

  URL: http://tevent.samba.org/
@@ -68,15 +68,15 @@ 

             --bundled-libraries=NONE \

             --builtin-libraries=replace

  

- make %{?_smp_mflags} V=1

+ %make_build

  

  doxygen doxy.config

  

  %check

- make %{?_smp_mflags} check

+ %make_build check

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  

  # Install API docs

  rm -f doc/man/man3/todo*
@@ -102,6 +102,10 @@ 

  %ldconfig_scriptlets

  

  %changelog

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

+ - Use make macros

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

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.10.2-3

  - Rebuilt for Python 3.9

  

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.

@tstellar who can (re)trigger simple-koji-ci test?

Pull-Request has been merged by lslebodn

3 years ago
Metadata