public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Archive-Peek] epel10.3: Initial import (perl-Archive-Peek-0.35-2)
@ 2026-08-25 12:43 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-08-25 12:43 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 12:43 [rpms/perl-Archive-Peek] epel10.3: Initial import (perl-Archive-Peek-0.35-2) Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox