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

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

  

  Name: libtalloc

  Version: 2.3.1

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Summary: The talloc library

  License: LGPLv3+

  URL: https://talloc.samba.org/
@@ -71,14 +71,14 @@ 

             --builtin-libraries=replace \

             --disable-silent-rules

  

- 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

  cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
@@ -111,6 +111,10 @@ 

  %endif

  

  %changelog

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

+ - Use make macros

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

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.3.1-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.

Pull-Request has been merged by lslebodn

3 years ago