Package init
This commit is contained in:
parent
9ca9755360
commit
834a2d27d0
@ -2,14 +2,14 @@
|
||||
Name: perl-version
|
||||
Epoch: 8
|
||||
Version: 0.99.24
|
||||
Release: 2
|
||||
Release: 3
|
||||
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
|
||||
|
||||
BuildRequires: gcc make perl-generators perl
|
||||
Requires: perl
|
||||
Requires: perl perl(Carp)
|
||||
|
||||
%description
|
||||
Version objects were added to Perl in 5.10. This module implements
|
||||
@ -37,6 +37,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -55,6 +56,9 @@ make test
|
||||
%{_mandir}/man3/version*.3*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 8:0.99.24-3
|
||||
- Change mod of files
|
||||
|
||||
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 8:0.99.24-2
|
||||
- Adjust requires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user