upgrade version to 3.75

This commit is contained in:
jinzhimin369 2021-01-27 11:28:30 +08:00 committed by yeah_wang
parent 0633f03f0a
commit ce31435d93
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
common-sense-3.75.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global debug_package %{nil}
Name: perl-common-sense
Version: 3.7.4
Release: 14
Version: 3.75
Release: 1
Summary: save a tree AND a kitten, use common::sense
License: GPL+ or Artistic
URL: https://metacpan.org/release/common-sense
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -26,7 +26,7 @@ long-time Perl coders.
%package_help
%prep
%autosetup -n common-sense-3.74 -p1
%autosetup -n common-sense-%{version} -p1
%build
perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
@ -52,5 +52,8 @@ make test
%{_mandir}/man3/common::sense.3*
%changelog
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 3.75-1
- upgrade version to 3.75
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.7.4-14
- Package init