From 72cac4cd8489fd901b16c4bb4f117317870235c2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 10:43:34 +0000 Subject: import perl-Module-CPANfile-1.1002-6.module+el8+2548+f1d77b96 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07c61dc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Module-CPANfile-1.1002.tar.gz diff --git a/.perl-Module-CPANfile.metadata b/.perl-Module-CPANfile.metadata new file mode 100644 index 0000000..52e5152 --- /dev/null +++ b/.perl-Module-CPANfile.metadata @@ -0,0 +1 @@ +d8a8986a50ddca73e409c3801c14d3938efc3fce SOURCES/Module-CPANfile-1.1002.tar.gz diff --git a/SPECS/perl-Module-CPANfile.spec b/SPECS/perl-Module-CPANfile.spec new file mode 100644 index 0000000..91ad751 --- /dev/null +++ b/SPECS/perl-Module-CPANfile.spec @@ -0,0 +1,118 @@ +Name: perl-Module-CPANfile +Version: 1.1002 +Release: 6%{?dist} +Summary: Parse cpanfile +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Module-CPANfile/ +Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(Cwd) +BuildRequires: perl(CPAN::Meta) >= 2.12091 +BuildRequires: perl(CPAN::Meta::Feature) >= 2.12091 +BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091 +BuildRequires: perl(CPAN::Meta::Requirements) +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(parent) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# tests +BuildRequires: perl(Exporter) +BuildRequires: perl(POSIX) +BuildRequires: perl(Test::More) >= 0.88 + +Requires: perl(CPAN::Meta) >= 2.12091 +Requires: perl(CPAN::Meta::Prereqs) >= 2.12091 +Requires: perl(CPAN::Meta::Feature) >= 2.12091 +Requires: perl(Data::Dumper) +Requires: perl(Pod::Usage) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%?perl_default_filter +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(CPAN::Meta\\)$ + +%description +Module::CPANfile is a tool to handle cpanfile format to load application +specific dependencies, not just for CPAN distributions. + +%prep +%setup -q -n Module-CPANfile-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%license LICENSE +%doc Changes README +%{_bindir}/mymeta-cpanfile +%{_bindir}/cpanfile-dump +%{perl_vendorlib}/* +%{_mandir}/man1/mymeta-cpanfile* +%{_mandir}/man1/cpanfile-dump* +%{_mandir}/man3/* + +%changelog +* Thu Feb 08 2018 Fedora Release Engineering - 1.1002-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1002-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 1.1002-4 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1002-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 1.1002-2 +- Perl 5.24 rebuild + +* Mon Feb 15 2016 Petr Pisar - 1.1002-1 +- 1.1002 bump + +* Thu Feb 04 2016 Fedora Release Engineering - 1.1001-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Sep 07 2015 Jitka Plesnikova - 1.1001-1 +- 1.1001 bump + +* Thu Jun 18 2015 Fedora Release Engineering - 1.1000-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 1.1000-2 +- Perl 5.22 rebuild + +* Fri Sep 19 2014 Jitka Plesnikova - 1.1000-1 +- 1.1000 bump + +* Wed Aug 27 2014 Jitka Plesnikova - 1.0001-5 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0001-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Aug 30 2013 Marcela Mašláňová 1.0001-3 +- fix all problems found in review rhbz#929254 + +* Tue Aug 27 2013 Marcela Mašláňová 1.0001-2 +- fix all problems found in review rhbz#929254 + +* Tue Aug 27 2013 Marcela Mašláňová 1.0001-1 +- Specfile autogenerated by cpanspec 1.78.