#1 Use make macros
Closed 3 years ago by pghmcfc. Opened 3 years ago by tstellar.
rpms/ tstellar/perl-Compress-Raw-Lzma make-macros  into  master

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

  

  Name:		perl-Compress-Raw-Lzma

  Version:	2.094

- Release:	1%{?dist}

+ Release:	2%{?dist}

  Summary:	Low-level interface to lzma compression library

  License:	GPL+ or Artistic

  URL:		https://metacpan.org/release/Compress-Raw-Lzma
@@ -67,7 +67,7 @@ 

  

  %build

  perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

- make %{?_smp_mflags}

+ %make_build

  

  %install

  make pure_install DESTDIR=%{buildroot}
@@ -85,6 +85,10 @@ 

  %{_mandir}/man3/Compress::Raw::Lzma.3*

  

  %changelog

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

+ - Use make macros

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

+ 

  * Mon Jul 13 2020 Paul Howarth <paul@city-fan.org> - 2.094-1

  - Update to 2.094

    - Fix issue with Append mode and SvOOK (GH#4)

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.

I did a bigger change that used %{make_install} too.

Pull-Request has been closed by pghmcfc

3 years ago