|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Net-OpenID-Consumer
|
|
|
|
|
Version: 1.16
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for consumers of OpenID identities
|
|
|
|
|
# Public Domain: examples/consumer.cgi
|
|
|
|
|
# GPL+ or Artistic: the rest of the distribution
|
|
|
|
@ -9,8 +9,9 @@ Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Net-OpenID-Consumer/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/W/WR/WROG/Net-OpenID-Consumer-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Run-time
|
|
|
|
@ -32,6 +33,7 @@ BuildRequires: perl(URI)
|
|
|
|
|
BuildRequires: perl(URI::Escape)
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(CGI)
|
|
|
|
|
BuildRequires: perl(HTTP::Response)
|
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
@ -49,12 +51,11 @@ identity.
|
|
|
|
|
%setup -q -n Net-OpenID-Consumer-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -67,6 +68,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.17-1
|
|
|
|
|
- 1.17 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|