#1 Use make macros
Closed 3 years ago by tkorbar. Opened 3 years ago by tstellar.
rpms/ tstellar/speex make-macros  into  master

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

  Summary:	A voice compression format (codec)

  Name:		speex

  Version:	1.2.0

- Release:	5%{?dist}

+ Release:	6%{?dist}

  License:	BSD

  URL:		https://www.speex.org/

  Source0:	https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
@@ -40,10 +40,10 @@ 

  # Remove rpath from speexenc and speexdec

  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool

  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make DESTDIR=$RPM_BUILD_ROOT install

+ %make_install

  rm -f $RPM_BUILD_ROOT%{_docdir}/speex/manual.pdf

  

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

  

  

  %changelog

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

+ - Use make macros

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

+ 

  * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5

  - 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 closed by tkorbar

3 years ago
Metadata