|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Net-OpenID-Consumer
|
|
|
|
|
Version: 1.18
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
Summary: Library for consumers of OpenID identities
|
|
|
|
|
# Public Domain: examples/consumer.cgi
|
|
|
|
|
# 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
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/W/WR/WROG/Net-OpenID-Consumer-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
@ -51,11 +52,11 @@ identity.
|
|
|
|
|
%setup -q -n Net-OpenID-Consumer-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -68,6 +69,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|