[perl-Module-Install-ReadmeFromPod] Initial import

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Sep 13 07:47:48 UTC 2012


commit e0af82dd94a49e60fc62d0de7de948fc77e692c3
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Sep 13 09:47:42 2012 +0200

    Initial import

 .gitignore                             |    1 +
 perl-Module-Install-ReadmeFromPod.spec |   64 ++++++++++++++++++++++++++++++++
 sources                                |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..84e80b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-Install-ReadmeFromPod-0.18.tar.gz
diff --git a/perl-Module-Install-ReadmeFromPod.spec b/perl-Module-Install-ReadmeFromPod.spec
new file mode 100644
index 0000000..d431e3f
--- /dev/null
+++ b/perl-Module-Install-ReadmeFromPod.spec
@@ -0,0 +1,64 @@
+Name:           perl-Module-Install-ReadmeFromPod
+Version:        0.18
+Release:        1%{?dist}
+Summary:        Module::Install extension to automatically convert POD to a README
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Module-Install-ReadmeFromPod/
+Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-ReadmeFromPod-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl >= 1:5.6.0
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Capture::Tiny) >= 0.05
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Module::Install) >= 1
+BuildRequires:  perl(Module::Install::AutoLicense)
+BuildRequires:  perl(Module::Install::Base)
+BuildRequires:  perl(Module::Install::GithubMeta)
+BuildRequires:  perl(Pod::Html)
+BuildRequires:  perl(Pod::Man)
+BuildRequires:  perl(Pod::Text) >= 3.13
+BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+Requires:       perl(Module::Install) >= 1
+Requires:       perl(Pod::Html)
+Requires:       perl(Pod::Man)
+Requires:       perl(Pod::Text) >= 3.13
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Module::Install::ReadmeFromPod is a Module::Install extension that
+generates a README file automatically from an indicated file containing
+POD, whenever the author runs Makefile.PL. Several output formats are
+supported: plain-text, HTML, PDF or manual page.
+
+%prep
+%setup -q -n Module-Install-ReadmeFromPod-%{version}
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE tools
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jun 22 2012 Jitka Plesnikova <jplesnik at redhat.com> 0.18-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..debeeff 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+db4c5e935e68dc16ce6169c35fbb56ae  Module-Install-ReadmeFromPod-0.18.tar.gz


More information about the scm-commits mailing list