Compare commits

..

No commits in common. "eb4c1aced368e6b098c3eb0c1eb9b48b6fd4d641" and "ba1fb388c9d98d110a25453b0a3f4808e6cfa60b" have entirely different histories.

4 changed files with 7 additions and 25 deletions

View File

@ -1,13 +1,12 @@
%global __version__ 0.9930
%define mod_name version
Name: perl-%{mod_name}
%global __version__ 0.9924
Name: perl-version
Epoch: 8
Version: 0.99.30
Release: 1
Version: 0.99.24
Release: 4
Summary: Perl extension for Version Objects
License: GPLv1+ or Artistic 1.0
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{mod_name}-%{__version__}.tar.gz
URL: https://metacpan.org/release/version
Source0: https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/version-%{__version__}.tar.gz
BuildRequires: gcc make perl-generators perl perl-devel
Requires: perl perl(Carp)
@ -30,7 +29,7 @@ BuildArch: noarch
%{summary}.
%prep
%autosetup -n %{mod_name}-%{__version__}
%autosetup -n version-%{__version__}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
@ -57,18 +56,6 @@ make test
%{_mandir}/man3/version*.3*
%changelog
* Thu Jan 18 2024 hongjinghao <hongjinghao@huawei.con> - 8:0.99.30-1
- upgrade version to 0.99.30
* Mon Oct 24 2022 hongjinghao <hongjinghao@huawei.com> - 8:0.99.29-2
- add mod_name marco
* Mon Dec 6 2021 guozhaorui <guozhaorui1@huawei.com> - 8:0.99.29-1
- update version to 0.99.29
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 8:0.99.28-1
- upgrade version to 0.99.28
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 8:0.99.24-4
- add perl-devel buildrequire.

View File

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

BIN
version-0.9924.tar.gz Normal file

Binary file not shown.

Binary file not shown.