Notification time stamped 2022-01-28 17:52:44 UTC

From 1abfcf9403f071624d58d81d3ee67a40b435ec8e Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Jun 04 2016 01:33:59 +0000
Subject: Initial import


---

diff --git a/.gitignore b/.gitignore
index e69de29..eec730b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Cookie-Baker-0.06.tar.gz
diff --git a/perl-Cookie-Baker-0.06-1.fc25.src.rpm 
b/perl-Cookie-Baker-0.06-1.fc25.src.rpm
new file mode 100644
index 0000000..e3bae63
Binary files /dev/null and b/perl-Cookie-Baker-0.06-1.fc25.src.rpm differ
diff --git a/perl-Cookie-Baker.spec b/perl-Cookie-Baker.spec
new file mode 100644
index 0000000..05674f7
--- /dev/null
+++ b/perl-Cookie-Baker.spec
@@ -0,0 +1,56 @@
+Name:           perl-Cookie-Baker
+Version:        0.06
+Release:        1%{?dist}
+Summary:        Cookie string generator / parser
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Cookie-Baker/
+Source0:        
http://www.cpan.org/authors/id/K/KA/KAZEBURO/Cookie-Baker-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  perl >= 0:5.008001
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::Time)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+Cookie::Baker provides simple cookie string generator and parser.
+
+%prep
+%setup -q -n Cookie-Baker-%{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 Jun 01 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.06-1
+- Update to 0.06.
+- Modernize spec.
+
+* Mon Jun 08 2015 Ralf Corsépius <corse...@fedoraproject.org> - 0.05-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..9b87240 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7b51cd44122e2a18e46e94f4f9d843f5  Cookie-Baker-0.06.tar.gz


        
https://src.fedoraproject.org/rpms/perl-Cookie-Baker/c/1abfcf9403f071624d58d81d3ee67a40b435ec8e?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to