Compare commits
10 Commits
ba1fb388c9
...
eb4c1aced3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb4c1aced3 | ||
|
|
7463f6d9f2 | ||
|
|
fbb50ff05c | ||
|
|
6d584aff86 | ||
|
|
68e4e00d4b | ||
|
|
2adf4c29c2 | ||
|
|
81e08dd9b5 | ||
|
|
b4482a5164 | ||
|
|
37002147c2 | ||
|
|
d87c0793f2 |
@ -1,12 +1,13 @@
|
||||
%global __version__ 0.9924
|
||||
Name: perl-version
|
||||
%global __version__ 0.9930
|
||||
%define mod_name version
|
||||
Name: perl-%{mod_name}
|
||||
Epoch: 8
|
||||
Version: 0.99.24
|
||||
Release: 4
|
||||
Version: 0.99.30
|
||||
Release: 1
|
||||
Summary: Perl extension for Version Objects
|
||||
License: GPLv1+ or Artistic 1.0
|
||||
URL: https://metacpan.org/release/version
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/version-%{__version__}.tar.gz
|
||||
URL: https://metacpan.org/release/%{mod_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{mod_name}-%{__version__}.tar.gz
|
||||
|
||||
BuildRequires: gcc make perl-generators perl perl-devel
|
||||
Requires: perl perl(Carp)
|
||||
@ -29,7 +30,7 @@ BuildArch: noarch
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n version-%{__version__}
|
||||
%autosetup -n %{mod_name}-%{__version__}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
@ -56,6 +57,18 @@ 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.
|
||||
|
||||
|
||||
5
perl-version.yaml
Normal file
5
perl-version.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: metacpan
|
||||
src_repo: version
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
Binary file not shown.
BIN
version-0.9930.tar.gz
Normal file
BIN
version-0.9930.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user