public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Log-Contextual] epel10.2: Initial import
Date: Tue, 28 Jul 2026 10:59:54 GMT [thread overview]
Message-ID: <178523639459.1.16543598239630530755.rpms-perl-Log-Contextual-b21200335bf9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Log-Contextual
Branch : epel10.2
Commit : b21200335bf9d8123a18fd2571aa2233cb1b6664
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2013-02-06T15:18:02+01:00
Stats : +65/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Log-Contextual/c/b21200335bf9d8123a18fd2571aa2233cb1b6664?branch=epel10.2
Log:
Initial import
---
diff --git a/.gitignore b/.gitignore
index e69de29..c911494 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Contextual-0.004300.tar.gz
diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec
new file mode 100644
index 0000000..074355c
--- /dev/null
+++ b/perl-Log-Contextual.spec
@@ -0,0 +1,63 @@
+Name: perl-Log-Contextual
+Version: 0.004300
+Release: 1%{?dist}
+Summary: Simple logging interface with a contextual log
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Log-Contextual/
+Source0: http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl(inc::Module::Install) >= 0.91
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Data::Dumper::Concise)
+BuildRequires: perl(Exporter::Declare) >= 0.105
+BuildRequires: perl(Exporter::Declare::Export::Generator)
+BuildRequires: perl(File::Temp)
+BuildRequires: perl(lib)
+BuildRequires: perl(Log::Log4perl) >= 1.29
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Test::More)
+Requires: perl(Exporter::Declare) >= 0.105
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Filter under-specified depenedencies
+%global __requires_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Exporter::Declare\\)\\s*$
+
+%description
+This module is a simple interface to extensible logging. It is bundled with
+a really basic logger, Log::Contextual::SimpleLogger, but in general you
+should use a real logger instead of that. For something more serious but
+not overly complicated, try Log::Dispatchouli.
+
+%prep
+%setup -q -n Log-Contextual-%{version}
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
+
+%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
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jan 30 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.004300-1
+- 0.004300 bump
+- Update BRs.
+- Replace PERL_INSTALL_ROOT with DESTDIR.
+
+* Tue Jul 24 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.004201-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..6f01ef0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f31d346eec8f45d1de2289ae48ffeed2 Log-Contextual-0.004300.tar.gz
reply other threads:[~2026-07-28 10:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178523639459.1.16543598239630530755.rpms-perl-Log-Contextual-b21200335bf9@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox