public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DateTime-Calendar-Julian] epel9: import
@ 2026-08-18 3:30 Tom Callaway
0 siblings, 0 replies; only message in thread
From: Tom Callaway @ 2026-08-18 3:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-DateTime-Calendar-Julian
Branch : epel9
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=epel9
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 3:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 3:30 [rpms/perl-DateTime-Calendar-Julian] epel9: import Tom Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox