diff --git a/perl-podlators.spec b/perl-podlators.spec index c8e2444..d2c5f4c 100644 --- a/perl-podlators.spec +++ b/perl-podlators.spec @@ -1,15 +1,16 @@ %define mod_name podlators Name: perl-%{mod_name} Epoch: 1 -Version: 4.14 -Release: 2 +Version: 5.01 +Release: 1 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 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.06 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(File::Basename) perl(File::Spec) >= 0.8 perl(Pod::Simple) >= 3.26 Conflicts: perl < 4:5.16.1-234 # Filter under-specified dependencies @@ -41,7 +42,7 @@ make test %files %license LICENSE -%doc NOTES README THANKS TODO +%doc README THANKS TODO %{_bindir}/* %{perl_vendorlib}/* @@ -51,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Oct 24 2023 xujing - 1:5.01-1 +- update version to 5.01 + * Tue Oct 25 2022 zhoushuiqing - 1:4.14-2 - define mod_name to opitomize the specfile diff --git a/podlators-4.14.tar.gz b/podlators-4.14.tar.gz deleted file mode 100644 index 0e98c11..0000000 Binary files a/podlators-4.14.tar.gz and /dev/null differ diff --git a/podlators-5.01.tar.gz b/podlators-5.01.tar.gz new file mode 100644 index 0000000..386fc26 Binary files /dev/null and b/podlators-5.01.tar.gz differ