c8-stream-1.24
imports/c8-stream-1.24/perl-Test-YAML-1.06-8.module_el8+374+3f90cc3e
commit
14aeeedd86
@ -0,0 +1 @@
|
||||
SOURCES/Test-YAML-1.06.tar.gz
|
@ -0,0 +1 @@
|
||||
c844c930ce08ef9ff766c420c07b240e79462201 SOURCES/Test-YAML-1.06.tar.gz
|
@ -0,0 +1,106 @@
|
||||
Name: perl-Test-YAML
|
||||
Version: 1.06
|
||||
Release: 8%{?dist}
|
||||
Summary: Testing Module for YAML Implementations
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-YAML/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Test-YAML-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Test::Base) >= 0.86
|
||||
BuildRequires: perl(Test::Base::Filter)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
|
||||
%description
|
||||
Test::YAML is a subclass of Test::Base with YAML specific support.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-YAML-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
# Exclude script that does nothing
|
||||
rm %{buildroot}%{_bindir}/test-yaml
|
||||
|
||||
%check
|
||||
make test RELEASE_TESTING=0
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING README
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::YAML.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-8
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-5
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-3
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jul 22 2015 Paul Howarth <paul@city-fan.org> - 1.06-1
|
||||
- Update to 1.06
|
||||
- Remove perl req from Meta so can use on 5.6
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-3
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-2
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Tue Aug 26 2014 Paul Howarth <paul@city-fan.org> - 1.05-1
|
||||
- Update to 1.05
|
||||
- Add 000-none to Meta
|
||||
- Remove t/use_ok.t
|
||||
- Meta 0.0.2
|
||||
- Dep on Test::Base 0.86
|
||||
|
||||
* Fri Aug 8 2014 Paul Howarth <paul@city-fan.org> - 1.01-1
|
||||
- Update to 1.01
|
||||
- Remove "use lib 'lib';" (CPAN RT#20342, GH#1)
|
||||
- Incorporate review feedback (#1127808)
|
||||
- Drop redundant BuildRoot specification
|
||||
- Take advantage of modern EU::MM in F-21 onwards
|
||||
|
||||
* Thu Aug 7 2014 Paul Howarth <paul@city-fan.org> - 1.00-2
|
||||
- Sanitize for Fedora submission
|
||||
|
||||
* Thu Aug 7 2014 Paul Howarth <paul@city-fan.org> - 1.00-1
|
||||
- Initial RPM version
|
Loading…
Reference in new issue