perl-podlators/perl-podlators.spec

64 lines
1.8 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:13:08 -04:00
Name: perl-podlators
Epoch: 1
2020-07-27 10:12:46 +08:00
Version: 4.14
Release: 1
2019-09-30 11:13:08 -04:00
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
2020-07-27 10:12:46 +08:00
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 1:4.14-1
- 4.14 bump
2019-09-30 11:13:08 -04:00
* Thu Sep 26 2019 yefei <yefei25@huawei.com> - 1:4.11-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: repair lost requires
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:4.11-4
- Package Init