public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steven Pritchard <steve@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Parse-CPAN-Packages] epel10: auto-import perl-Parse-CPAN-Packages-2.25-1 on branch devel from
Date: Tue, 25 Aug 2026 14:41:10 GMT [thread overview]
Message-ID: <178766887056.1.10129323978833676539.rpms-perl-Parse-CPAN-Packages-8ca64291592b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Parse-CPAN-Packages
Branch : epel10
Commit : 8ca64291592be39faff4a3dead35408678db3757
Author : Steven Pritchard <steve@fedoraproject.org>
Date : 2006-01-26T21:28:13+00:00
Stats : +65/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/8ca64291592be39faff4a3dead35408678db3757?branch=epel10
Log:
auto-import perl-Parse-CPAN-Packages-2.25-1 on branch devel from
perl-Parse-CPAN-Packages-2.25-1.src.rpm
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..2b6f35d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Parse-CPAN-Packages-2.25.tar.gz
diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
new file mode 100644
index 0000000..60c4d11
--- /dev/null
+++ b/perl-Parse-CPAN-Packages.spec
@@ -0,0 +1,63 @@
+Name: perl-Parse-CPAN-Packages
+Version: 2.25
+Release: 1%{?dist}
+Summary: Parse::CPAN::Packages - Parse 02packages.details.txt.gz
+License: GPL or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Parse-CPAN-Packages/
+Source0: http://www.cpan.org/modules/by-module/Parse/Parse-CPAN-Packages-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: perl(CPAN::DistnameInfo)
+BuildRequires: perl(Class::Accessor::Fast)
+BuildRequires: perl(IO::Zlib)
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Sort::Versions)
+Requires: perl(CPAN::DistnameInfo)
+Requires: perl(Class::Accessor::Fast)
+Requires: perl(IO::Zlib)
+Requires: perl(Sort::Versions)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+The Comprehensive Perl Archive Network (CPAN) is a very useful
+collection of Perl code. It has several indices of the files that it
+hosts, including a file named "02packages.details.txt.gz" in the
+"modules" directory. This file contains lots of useful information and
+this module provides a simple interface to the data contained within.
+
+%prep
+%setup -q -n Parse-CPAN-Packages-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+
+chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+
+perldoc -t perlgpl > COPYING
+perldoc -t perlartistic > Artistic
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGES README COPYING Artistic
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Sep 19 2005 Steven Pritchard <steve@kspei.com> 2.25-1
+- Specfile autogenerated.
diff --git a/sources b/sources
index e69de29..5fa71ee 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+10e167a0e35d0caefc52d6118e9e99e3 Parse-CPAN-Packages-2.25.tar.gz
reply other threads:[~2026-08-25 14:41 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=178766887056.1.10129323978833676539.rpms-perl-Parse-CPAN-Packages-8ca64291592b@fedoraproject.org \
--to=steve@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