Use make_* macros

epel9 imports/e9/perl-Net-OpenID-Consumer-1.18-18.el9
Jitka Plesnikova 3 years ago
parent 88c2e30f5b
commit e00e93d380

@ -1,6 +1,6 @@
Name: perl-Net-OpenID-Consumer Name: perl-Net-OpenID-Consumer
Version: 1.18 Version: 1.18
Release: 17%{?dist} Release: 18%{?dist}
Summary: Library for consumers of OpenID identities Summary: Library for consumers of OpenID identities
# Public Domain: examples/consumer.cgi # Public Domain: examples/consumer.cgi
# GPL+ or Artistic: the rest of the distribution # GPL+ or Artistic: the rest of the distribution
@ -8,9 +8,10 @@ License: (GPL+ or Artistic) and Public Domain
URL: https://metacpan.org/release/Net-OpenID-Consumer URL: https://metacpan.org/release/Net-OpenID-Consumer
Source0: https://cpan.metacpan.org/authors/id/W/WR/WROG/Net-OpenID-Consumer-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/W/WR/WROG/Net-OpenID-Consumer-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -51,11 +52,11 @@ identity.
%setup -q -n Net-OpenID-Consumer-%{version} %setup -q -n Net-OpenID-Consumer-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT %{make_install}
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -68,6 +69,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Dec 14 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-18
- Use make_* macros
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-17 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save