Compare commits
No commits in common. "c8-stream-5.24" and "c8-stream-5.3" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Module-Metadata-1.000033.tar.gz
|
||||
SOURCES/Module-Metadata-1.000037.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
1d3d346f3c8f56acb5c3516f5578feb8a8a13e43 SOURCES/Module-Metadata-1.000033.tar.gz
|
||||
370d4b16133c8ee605ed865660a069cb8b600c92 SOURCES/Module-Metadata-1.000037.tar.gz
|
||||
|
@ -1,20 +1,21 @@
|
||||
Name: perl-Module-Metadata
|
||||
Version: 1.000033
|
||||
Release: 396%{?dist}
|
||||
Version: 1.000037
|
||||
Release: 1%{?dist}
|
||||
Summary: Gather package and POD information from perl module files
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Module-Metadata/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Module-Metadata
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Metadata-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -22,7 +23,6 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(version) >= 0.87
|
||||
BuildRequires: perl(warnings)
|
||||
# Regular test suite
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
@ -39,6 +39,7 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Fcntl)
|
||||
|
||||
%description
|
||||
@ -55,7 +56,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -67,8 +68,34 @@ make test
|
||||
%{_mandir}/man3/Module::Metadata.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.000033-396
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
* Mon Sep 9 2019 Paul Howarth <paul@city-fan.org> - 1.000037-1
|
||||
- Update to 1.000037
|
||||
- Add decode_pod option for automatic =encoding handling
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.000036-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.000036-438
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Apr 19 2019 Paul Howarth <paul@city-fan.org> - 1.000036-1
|
||||
- Update to 1.000036
|
||||
- Properly clean up temp dirs after testing
|
||||
|
||||
* Thu Apr 18 2019 Paul Howarth <paul@city-fan.org> - 1.000035-1
|
||||
- Update to 1.000035
|
||||
- Fix how relative paths are absolutized, so they work properly on MSWin32
|
||||
(GH#24)
|
||||
- Quieten noisy tests (GH#31)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.000033-418
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000033-417
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.000033-416
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000033-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user