public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Archive-Peek] epel10.3: Initial import (perl-Archive-Peek-0.35-2)
Date: Tue, 25 Aug 2026 12:43:08 GMT [thread overview]
Message-ID: <178766178885.1.9644656256464294430.rpms-perl-Archive-Peek-a8dec917ec54@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Archive-Peek
Branch : epel10.3
Commit : a8dec917ec54a575277f0a2b6392472d53051014
Author : Paul Howarth <paul@city-fan.org>
Date : 2013-10-18T14:34:51+01:00
Stats : +59/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Archive-Peek/c/a8dec917ec54a575277f0a2b6392472d53051014?branch=epel10.3
Log:
Initial import (perl-Archive-Peek-0.35-2)
This module lets you peek into archives without extracting them.
It currently supports tar files and zip files.
---
diff --git a/.gitignore b/.gitignore
index e69de29..04c542e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Archive-Peek-[0-9.]*.tar.gz
diff --git a/perl-Archive-Peek.spec b/perl-Archive-Peek.spec
new file mode 100644
index 0000000..e118613
--- /dev/null
+++ b/perl-Archive-Peek.spec
@@ -0,0 +1,57 @@
+Name: perl-Archive-Peek
+Version: 0.35
+Release: 2%{?dist}
+Summary: Peek into archives without extracting them
+Group: Development/Libraries
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Archive-Peek/
+Source0: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Archive-Peek-%{version}.tar.gz
+BuildArch: noarch
+# Module Build
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Module Runtime
+BuildRequires: perl(Archive::Tar)
+BuildRequires: perl(Archive::Zip)
+BuildRequires: perl(Archive::Zip::MemberRead)
+BuildRequires: perl(IO::Uncompress::Bunzip2)
+BuildRequires: perl(Moose)
+BuildRequires: perl(MooseX::Types::Path::Class)
+# Test Suite
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Pod) >= 1.14
+# Runtime
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(IO::Uncompress::Bunzip2)
+
+%description
+This module lets you peek into archives without extracting them. It currently
+supports tar files and zip files.
+
+%prep
+%setup -q -n Archive-Peek-%{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 {} ';'
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%doc CHANGES README
+%{perl_vendorlib}/Archive/
+%{_mandir}/man3/Archive::Peek.3pm*
+
+%changelog
+* Fri Oct 18 2013 Paul Howarth <paul@city-fan.org> - 0.35-2
+- Clean up spec file for modern rpmbuild (EL-5 doesn't have needed deps)
+
+* Thu Oct 17 2013 Paul Howarth <paul@city-fan.org> - 0.35-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..0129af6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c6e12a48e77dd0303b97e9696b7d1e9f Archive-Peek-0.35.tar.gz
reply other threads:[~2026-08-25 12:43 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=178766178885.1.9644656256464294430.rpms-perl-Archive-Peek-a8dec917ec54@fedoraproject.org \
--to=paul@city-fan.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