perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec

65 lines
1.8 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 11:12:17 -04:00
Name: perl-ExtUtils-Manifest
Epoch: 1
2023-07-19 11:09:16 +08:00
Version: 1.75
Release: 1
2019-09-30 11:12:17 -04:00
Summary: Utilities to write and check a MANIFEST file
License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Manifest
2020-07-23 20:35:26 +08:00
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/ExtUtils-Manifest-%{version}.tar.gz
2019-09-30 11:12:17 -04:00
BuildArch: noarch
BuildRequires: perl-generators, perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Carp), perl(Config), perl(Exporter), perl(File::Basename), perl(strict), perl(warnings)
BuildRequires: perl(File::Copy), perl(File::Find), perl(File::Path), perl(File::Spec) >= 0.8
BuildRequires: perl(Cwd), perl(Test::More), perl(Data::Dumper)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)), perl(File::Path)
%description
Utilities to write and check a MANIFEST file.
%package help
Summary: Including man files for perl-ExtUtils-Manifest
Requires: man
%description help
This contains man files for the using of perl-ExtUtils-Manifest.
%prep
%autosetup -n ExtUtils-Manifest-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%license LICENSE
%doc README
%{perl_vendorlib}/*
%files help
%{_mandir}/man*/*
%changelog
2023-07-19 11:09:16 +08:00
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 1:1.75-1
- upgrade to version 1.75
* Fri Oct 28 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1:1.73-2
- Rebuild for next release
2021-11-13 10:01:49 +08:00
* Sat Nov 13 2021 yuanxin <yuanxin24@huawei.com> - 1:1.73-1
- update version to 1.73
2022-06-15 17:31:55 +08:00
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 1:1.72-1
2020-07-23 20:35:26 +08:00
- update version to 1.72
2019-09-30 11:12:17 -04:00
* Sun Sep 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.71-4
- Package init