You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.8 KiB
88 lines
2.8 KiB
Name: perl-Net-OpenID-Common
|
|
Version: 1.20
|
|
Release: 2%{?dist}
|
|
Summary: Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
|
|
License: GPL+ or Artistic
|
|
URL: http://search.cpan.org/dist/Net-OpenID-Common/
|
|
Source0: http://www.cpan.org/authors/id/W/WR/WROG/Net-OpenID-Common-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: perl
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(warnings)
|
|
# Run-time
|
|
BuildRequires: perl(base)
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(constant)
|
|
BuildRequires: perl(Crypt::DH::GMP) >= 0.00011
|
|
BuildRequires: perl(Encode)
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(fields)
|
|
BuildRequires: perl(HTML::Parser) >= 3.40
|
|
BuildRequires: perl(HTTP::Headers::Util)
|
|
BuildRequires: perl(HTTP::Request)
|
|
BuildRequires: perl(HTTP::Status)
|
|
BuildRequires: perl(Math::BigInt)
|
|
BuildRequires: perl(MIME::Base64)
|
|
BuildRequires: perl(Time::Local)
|
|
BuildRequires: perl(URI::Escape)
|
|
BuildRequires: perl(XML::Simple)
|
|
# Tests
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(utf8)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Requires: perl(CGI)
|
|
Requires: perl(Crypt::DH::GMP) >= 0.00011
|
|
Requires: perl(HTML::Parser) >= 3.40
|
|
Requires: perl(HTTP::Message) >= 5.814
|
|
Requires: perl(Storable)
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Crypt::DH::GMP\\)$
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(HTML::Parser\\)$
|
|
|
|
%description
|
|
The Consumer and Server implementations share a few libraries which live
|
|
with this module. This module is here largely to hold the version number
|
|
and this documentation, though it also incorporates some utility functions
|
|
inherited from previous versions of Net::OpenID::Consumer.
|
|
|
|
%prep
|
|
%setup -q -n Net-OpenID-Common-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc Changes README
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-2
|
|
- Perl 5.24 rebuild
|
|
|
|
* Tue Feb 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.20-1
|
|
- 1.20 bump
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-2
|
|
- Perl 5.22 rebuild
|
|
|
|
* Mon Feb 23 2015 Jitka Plesnikova <jplesnik@redhat.com> 1.19-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|