Initial import (#963213)
This commit is contained in:
parent
c12ff31bce
commit
28c868625a
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/HTTP-CookieJar-0.004.tar.gz
|
||||
64
perl-HTTP-CookieJar.spec
Normal file
64
perl-HTTP-CookieJar.spec
Normal file
@ -0,0 +1,64 @@
|
||||
Name: perl-HTTP-CookieJar
|
||||
Version: 0.004
|
||||
Release: 2%{?dist}
|
||||
Summary: Minimalist HTTP user agent cookie jar
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/HTTP-CookieJar/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/HTTP-CookieJar-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 5.10
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(HTTP::Date)
|
||||
BuildRequires: perl(HTTP::Request)
|
||||
BuildRequires: perl(HTTP::Response)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Mozilla::PublicSuffix)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Time::Local) >= 1.1901
|
||||
BuildRequires: perl(Time::Mock)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(strict), perl(warnings)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This module implements a minimalist HTTP user agent cookie jar in
|
||||
conformance with RFC 6265.
|
||||
|
||||
%prep
|
||||
%setup -q -n HTTP-CookieJar-%{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
|
||||
%doc Changes CONTRIBUTING LICENSE README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri May 17 2013 Yanko Kaneti <yaneti@declera.com> 0.004-2
|
||||
- Address review comments. (#963213#c1)
|
||||
|
||||
* Tue May 14 2013 Yanko Kaneti <yaneti@declera.com> 0.004-1
|
||||
- Specfile autogenerated by cpanspec 1.78 and tweaked for submission
|
||||
Loading…
Reference in New Issue
Block a user