#1 Use make macros
Merged 3 years ago by kdudka. Opened 3 years ago by tstellar.
rpms/ tstellar/vorbis-tools make-macros  into  master

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

  Summary:	The Vorbis General Audio Compression Codec tools

  Name:		vorbis-tools

  Version:	1.4.0

- Release:	33%{?dist}

+ Release:	34%{?dist}

  Epoch:		1

  License:	GPLv2

  URL:		http://www.xiph.org/
@@ -67,12 +67,12 @@ 

  #CFLAGS="$CFLAGS -O0"

  

  %configure

- make %{?_smp_mflags}

- make %{?_smp_mflags} update-gmo -C po

+ %make_build

+ %make_build update-gmo -C po

  

  

  %install

- make DESTDIR=$RPM_BUILD_ROOT install

+ %make_install

  rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*

  %find_lang %{name}

  
@@ -84,6 +84,10 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:1.4.0-34

+ - Use make macros

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

+ 

  * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-33

  - 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 merged by kdudka

3 years ago