ppisar pushed to perl-HTTP-Headers-Fast (f21). "Import"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Sep 10 15:10:16 UTC 2015


From d63af3ac6b6f1237fb5a8ea58b5764d68371413b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 10 Sep 2015 17:08:24 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..29a6643 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/HTTP-Headers-Fast-0.19.tar.gz
diff --git a/perl-HTTP-Headers-Fast.spec b/perl-HTTP-Headers-Fast.spec
new file mode 100644
index 0000000..89e05d2
--- /dev/null
+++ b/perl-HTTP-Headers-Fast.spec
@@ -0,0 +1,64 @@
+Name:           perl-HTTP-Headers-Fast
+Version:        0.19
+Release:        1%{?dist}
+Summary:        Faster implementation of HTTP::Headers
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/HTTP-Headers-Fast/
+Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/HTTP-Headers-Fast-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(strict)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Storable)
+# Tests
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(URI)
+# Optional tests:
+BuildRequires:  perl(HTTP::Headers) >= 5.822
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(HTTP::Date)
+Requires:       perl(MIME::Base64)
+Requires:       perl(Storable)
+
+%description
+HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers.
+
+%prep
+%setup -q -n HTTP-Headers-Fast-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes README.md
+%license LICENSE
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Sep 09 2015 Petr Pisar <ppisar at redhat.com> - 0.19-1
+- Packaging correction (bug #1230227)
+- 0.19 bump
+
+* Mon Jun 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.17-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..0c30ad3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c9493ff2fe0e1b9009d9add281a94be4  HTTP-Headers-Fast-0.19.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-HTTP-Headers-Fast.git/commit/?h=f21&id=d63af3ac6b6f1237fb5a8ea58b5764d68371413b


More information about the perl-devel mailing list