Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5c9d48c81a
!8 add and modify requires for 5.01
From: @xujing99 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2023-08-10 06:58:06 +00:00
xujing
b3f363eb8b add and modify requires for 5.01 2023-08-10 14:28:34 +08:00
openeuler-ci-bot
7d56dc9f55
!7 update version to 5.01
From: @xujing99 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2023-07-21 03:03:11 +00:00
xujing
bb4b1e0431 update version to 5.01 2023-07-21 10:01:11 +08:00
openeuler-ci-bot
d8de0665a5
!4 【轻量级 PR】:define mod_name to opitomize the specfile
From: @ZhouShuiQing 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-25 11:38:36 +00:00
zhoushuiqing
976d2b3a01
define mod_name to opitomize the specfile 2022-10-25 02:48:43 +00:00
openeuler-ci-bot
6f60f49a10 !2 version update
Merge pull request !2 from zhanzhimin/master
2020-07-27 10:30:31 +08:00
weiwei_150212
0f874f088e version update 2020-07-27 10:12:46 +08:00
openeuler-ci-bot
066262304e !1 add yaml file to package
Merge pull request !1 from zhanzhimin/master
2020-06-15 14:12:06 +08:00
zzm_567
fa8525c38b add yaml file 2020-06-13 15:02:07 +08:00
4 changed files with 26 additions and 8 deletions

View File

@ -1,14 +1,16 @@
Name: perl-podlators
%define mod_name podlators
Name: perl-%{mod_name}
Epoch: 1
Version: 4.11
Release: 5
Version: 5.01
Release: 2
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
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
@ -24,7 +26,7 @@ Pod::Text modules included with Perl.
%package_help
%prep
%autosetup -n podlators-%{version}
%autosetup -n %{mod_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -40,7 +42,7 @@ make test
%files
%license LICENSE
%doc NOTES README THANKS TODO
%doc README THANKS TODO
%{_bindir}/*
%{perl_vendorlib}/*
@ -50,6 +52,18 @@ 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

4
perl-podlators.yaml Normal file
View File

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

Binary file not shown.

BIN
podlators-5.01.tar.gz Normal file

Binary file not shown.