Compare commits

..

No commits in common. "5c9d48c81a99e52806b53b848b9ebbf9cb6f419e" and "83108da6828425f39556f8e93704b398fab96a0c" have entirely different histories.

4 changed files with 8 additions and 26 deletions

View File

@ -1,16 +1,14 @@
%define mod_name podlators
Name: perl-%{mod_name}
Name: perl-podlators
Epoch: 1
Version: 5.01
Release: 2
Version: 4.11
Release: 5
Summary: Format POD source into various output formats
License: (GPL+ or Artistic) and FSFAP
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/%{mod_name}-%{version}.tar.gz
URL: https://metacpan.org/release/podlators
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(:VERSION) >= 5.10 perl(Pod::Simple) >= 3.26
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.26
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
@ -26,7 +24,7 @@ Pod::Text modules included with Perl.
%package_help
%prep
%autosetup -n %{mod_name}-%{version}
%autosetup -n podlators-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -42,7 +40,7 @@ make test
%files
%license LICENSE
%doc README THANKS TODO
%doc NOTES README THANKS TODO
%{_bindir}/*
%{perl_vendorlib}/*
@ -52,18 +50,6 @@ make test
%{_mandir}/man3/*
%changelog
* Thu Aug 10 2023 xujing <xujing125@huawei.com> - 1:5.01-2
- add and modify requires for 5.01
* Fri Jul 21 2023 xujing <xujing125@huawei.com> - 1:5.01-1
- update version to 5.01
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1:4.14-2
- define mod_name to opitomize the specfile
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 1:4.14-1
- 4.14 bump
* Thu Sep 26 2019 yefei <yefei25@huawei.com> - 1:4.11-5
- Type:enhancement
- ID:NA

View File

@ -1,4 +0,0 @@
version_control: metacpan
src_repo: podlators
tag_prefix: ^v
seperator: "."

BIN
podlators-4.11.tar.gz Normal file

Binary file not shown.

Binary file not shown.