Initial import

epel9
Jitka Plesnikova 10 years ago
parent 269f236a79
commit 697d6deb09

1
.gitignore vendored

@ -0,0 +1 @@
/Net-OpenID-Common-1.19.tar.gz

@ -0,0 +1,73 @@
Name: perl-Net-OpenID-Common
Version: 1.19
Release: 1%{?dist}
Summary: Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
License: GPL+ or Artistic
Group: Development/Libraries
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(ExtUtils::MakeMaker) >= 6.30
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
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
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Feb 23 2015 Jitka Plesnikova <jplesnik@redhat.com> 1.19-1
- Specfile autogenerated by cpanspec 1.78.

@ -0,0 +1 @@
9c086f35b547174dc513e05d7126556c Net-OpenID-Common-1.19.tar.gz
Loading…
Cancel
Save