2019-09-30 11:11:46 -04:00
|
|
|
Name: perl-Config-Perl-V
|
2021-01-27 17:02:42 +08:00
|
|
|
Version: 0.33
|
2022-10-25 08:05:20 +00:00
|
|
|
Release: 2
|
2019-09-30 11:11:46 -04:00
|
|
|
Summary: A module that will return you the output of 'perl -V' in a structure
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/Config-Perl-V
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(Test::More) perl(Test::NoWarnings)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Suggests: perl(Digest::MD5)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The command 'perl -V' will return you an excerpt from the %Config hash
|
|
|
|
|
combined with the output of 'perl -V' that is not stored inside %Config,
|
|
|
|
|
but only available to the perl binary itself.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n Config-Perl-V-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc Changelog README
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc examples/ CONTRIBUTING.md
|
|
|
|
|
%{_mandir}/man3/*.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-10-25 08:05:20 +00:00
|
|
|
* Tue Oct 25 2022 renhongxun <renhongxun@h-partners.com> - 0.33-2
|
|
|
|
|
- Rebuild for next release
|
|
|
|
|
|
2021-01-27 17:02:42 +08:00
|
|
|
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 0.33-1
|
|
|
|
|
- upgrade version to 0.33
|
|
|
|
|
|
2020-07-23 10:57:12 +08:00
|
|
|
* Thu Jul 23 2020 shixuantong<shixuantong@huawei.com> - 0.31-1
|
|
|
|
|
- Type: NA
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC:update to 0.31-1
|
|
|
|
|
|
2020-01-11 16:26:29 +08:00
|
|
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.30-5
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: remove unnecessary files
|
|
|
|
|
|
2019-09-30 11:11:46 -04:00
|
|
|
* Fri Sep 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.30-4
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change the directory of README and examples/
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.30-3
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:remove some notes
|
|
|
|
|
|
|
|
|
|
* Fri Aug 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.30-2
|
|
|
|
|
- Package init
|