#1 Use make macros
Opened 3 years ago by tstellar. Modified 3 years ago
rpms/ tstellar/libsrtp make-macros  into  rawhide

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

  

  Name:		libsrtp

  Version:	2.3.0

- Release:	2%{?dist}

+ Release:	3%{?dist}

  Summary:	An implementation of the Secure Real-time Transport Protocol (SRTP)

  License:	BSD

  URL:		https://github.com/cisco/libsrtp
@@ -38,10 +38,10 @@ 

  %build

  export CFLAGS="%{optflags} -fPIC"

  %configure --enable-nss

- make %{?_smp_mflags} shared_library

+ %make_build shared_library

  

  %install

- make install DESTDIR=%{buildroot}

+ %make_install

  find %{buildroot} -name '*.la' -exec rm -f {} ';'

  

  %ldconfig_scriptlets
@@ -57,6 +57,10 @@ 

  %{_libdir}/*.so

  

  %changelog

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

+ - Use make macros

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

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2

  - 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.