Package init
This commit is contained in:
commit
83108da682
60
perl-podlators.spec
Normal file
60
perl-podlators.spec
Normal file
@ -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 <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
|
||||||
BIN
podlators-4.11.tar.gz
Normal file
BIN
podlators-4.11.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user