[perl-Session-Storage-Secure] Import

Petr Pisar ppisar at fedoraproject.org
Mon Nov 10 13:40:19 UTC 2014


commit 702bda88a8da751858f0dfc252e348a1e85b929d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 10 14:39:57 2014 +0100

    Import

 .gitignore                       |    1 +
 perl-Session-Storage-Secure.spec |   66 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c64fb58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Session-Storage-Secure-0.010.tar.gz
diff --git a/perl-Session-Storage-Secure.spec b/perl-Session-Storage-Secure.spec
new file mode 100644
index 0000000..0fed710
--- /dev/null
+++ b/perl-Session-Storage-Secure.spec
@@ -0,0 +1,66 @@
+Name:           perl-Session-Storage-Secure
+Version:        0.010
+Release:        1%{?dist}
+Summary:        Encrypted, expiring, compressed, serialized session data with integrity
+License:        ASL 2.0
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Session-Storage-Secure/
+Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Session-Storage-Secure-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Crypt::CBC)
+BuildRequires:  perl(Crypt::Rijndael)
+BuildRequires:  perl(Crypt::URandom)
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(Math::Random::ISAAC::XS)
+BuildRequires:  perl(MIME::Base64) >= 3.12
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(MooX::Types::MooseLike::Base) >= 0.16
+BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(Sereal::Decoder)
+BuildRequires:  perl(Sereal::Encoder)
+BuildRequires:  perl(String::Compare::ConstantTime)
+# Tests:
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Tolerant)
+BuildRequires:  perl(version)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module implements a secure way to encode session data. It is primarily
+intended for storing session data in browser cookies, but could be used
+with other back-end storage where security of stored session data is
+important.
+
+%prep
+%setup -q -n Session-Storage-Secure-%{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 LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Oct 10 2014 Petr Pisar <ppisar at redhat.com> 0.010-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..b7d0243 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+69cfb8796afeefbf4228810081b66863  Session-Storage-Secure-0.010.tar.gz


More information about the scm-commits mailing list