>From 9465d30fa61458f7d94c40a25593af9f404a5462 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Tue, 31 Mar 2015 18:45:11 +0200 Subject: Initial import diff --git a/.gitignore b/.gitignore index e69de29..19ad70a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Net-OpenID-Common-1.19.tar.gz diff --git a/perl-Net-OpenID-Common.spec b/perl-Net-OpenID-Common.spec new file mode 100644 index 0000000..28dc1c2 --- /dev/null +++ b/perl-Net-OpenID-Common.spec @@ -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@xxxxxxxxxx> 1.19-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..06fe331 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9c086f35b547174dc513e05d7126556c Net-OpenID-Common-1.19.tar.gz -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-Net-OpenID-Common.git/commit/?h=f22&id=9465d30fa61458f7d94c40a25593af9f404a5462 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel