public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Callaway <spot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DateTime-Calendar-Julian] epel10: import
Date: Mon, 17 Aug 2026 18:33:32 GMT	[thread overview]
Message-ID: <178699161251.1.15802256338816502329.rpms-perl-DateTime-Calendar-Julian-db6f470261e8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-DateTime-Calendar-Julian
Branch : epel10
Commit : db6f470261e83713db0364f735791d6674cb5718
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2016-10-11T09:51:06-04:00
Stats  : +51/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-DateTime-Calendar-Julian/c/db6f470261e83713db0364f735791d6674cb5718?branch=epel10

Log:
import

---
diff --git a/.gitignore b/.gitignore
index e69de29..8355315 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DateTime-Calendar-Julian-0.04.tar.gz

diff --git a/perl-DateTime-Calendar-Julian.spec b/perl-DateTime-Calendar-Julian.spec
new file mode 100644
index 0000000..7729e9b
--- /dev/null
+++ b/perl-DateTime-Calendar-Julian.spec
@@ -0,0 +1,49 @@
+Name:		perl-DateTime-Calendar-Julian
+Version:	0.04
+Release:	3%{?dist}
+License:	GPL+ or Artistic 
+Group:		Development/Libraries
+Summary:	Julian Calendar support for DateTime.pm 
+Url:		http://search.cpan.org/dist/DateTime-Calendar-Julian
+Source:		http://search.cpan.org/CPAN/authors/id/P/PI/PIJLL/DateTime-Calendar-Julian-%{version}.tar.gz
+BuildArch:	noarch
+BuildRequires:	perl-generators
+BuildRequires:	perl(DateTime) >= 0.15
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Test::More) perl(Test::Harness)
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+DateTime object in the Julian calendar.
+
+%prep
+%setup -q -n DateTime-Calendar-Julian-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc README Changes
+%{perl_vendorlib}/DateTime/
+%{_mandir}/man3/DateTime::Calendar::Julian.3pm*
+
+%changelog
+* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 0.04-3
+- add BR: perl-generators (deps are overrated)
+
+* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 0.04-2
+- do not nuke buildroot at the beginning of install. This is not 2005.
+
+* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 0.04-1
+- initial package

diff --git a/sources b/sources
index e69de29..52c19d4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+de688324eb33a27449ac2a5bfe1453a0  DateTime-Calendar-Julian-0.04.tar.gz

                 reply	other threads:[~2026-08-17 18:33 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=178699161251.1.15802256338816502329.rpms-perl-DateTime-Calendar-Julian-db6f470261e8@fedoraproject.org \
    --to=spot@fedoraproject.org \
    --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