commit 83108da6828425f39556f8e93704b398fab96a0c Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:13:08 2019 -0400 Package init diff --git a/perl-podlators.spec b/perl-podlators.spec new file mode 100644 index 0000000..3871527 --- /dev/null +++ b/perl-podlators.spec @@ -0,0 +1,60 @@ +Name: perl-podlators +Epoch: 1 +Version: 4.11 +Release: 5 +Summary: Format POD source into various output formats +License: (GPL+ or Artistic) and FSFAP +URL: https://metacpan.org/release/podlators +Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(File::Basename) perl(File::Spec) >= 0.8 perl(Pod::Simple) >= 3.06 +Conflicts: perl < 4:5.16.1-234 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$ + +%description +podlators contains Pod::Man and Pod::Text modules which convert POD input +to *roff source output, suitable for man pages, or plain text. It also +includes several subclasses of Pod::Text for formatted output to terminals +with various capabilities. It is the source package for the Pod::Man and +Pod::Text modules included with Perl. + +%package_help + +%prep +%autosetup -n podlators-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 +%make_build + +%install +make pure_install DESTDIR=%{buildroot} +%{_fixperms} %{buildroot} + +%check +unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING +make test + +%files +%license LICENSE +%doc NOTES README THANKS TODO +%{_bindir}/* +%{perl_vendorlib}/* + +%files help +%doc Changes +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Thu Sep 26 2019 yefei - 1:4.11-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: repair lost requires + +* Tue Sep 10 2019 openEuler Buildteam - 1:4.11-4 +- Package Init diff --git a/podlators-4.11.tar.gz b/podlators-4.11.tar.gz new file mode 100644 index 0000000..ac03ddc Binary files /dev/null and b/podlators-4.11.tar.gz differ