efc3342
Name:		perl-ExtUtils-Helpers
cb4d0f2
Version:	0.026
edb8fd5
Release:	9%{?dist}
efc3342
Summary:	Various portability utilities for module builders
efc3342
License:	GPL+ or Artistic
efc3342
URL:		https://metacpan.org/release/ExtUtils-Helpers
efc3342
Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
efc3342
BuildArch:	noarch
efc3342
# Build
fb977f9
BuildRequires:	coreutils
fb977f9
BuildRequires:	findutils
fb977f9
BuildRequires:	make
037cc9b
BuildRequires:	perl-generators
6292795
BuildRequires:	perl-interpreter
efc3342
BuildRequires:	perl(ExtUtils::MakeMaker)
fb977f9
# Module (File::Copy only needed for VMS support, not packaged)
ea02e0a
BuildRequires:	perl(Carp)
efc3342
BuildRequires:	perl(Config)
efc3342
BuildRequires:	perl(Exporter) >= 5.57
efc3342
BuildRequires:	perl(File::Basename)
efc3342
BuildRequires:	perl(File::Spec::Functions)
6b99baa
BuildRequires:	perl(strict)
6b99baa
BuildRequires:	perl(Text::ParseWords) >= 3.24
6b99baa
BuildRequires:	perl(warnings)
efc3342
# Test Suite
efc3342
BuildRequires:	perl(Cwd)
6b99baa
BuildRequires:	perl(lib)
efc3342
BuildRequires:	perl(Test::More)
efc3342
# Runtime
efc3342
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
efc3342
efc3342
%description
efc3342
This module provides various portable helper functions for module building
efc3342
modules.
efc3342
efc3342
%prep
efc3342
%setup -q -n ExtUtils-Helpers-%{version}
efc3342
fb977f9
# Don't include VMS and Windows helpers, which may pull in unwelcome dependencies
fb977f9
rm -f lib/ExtUtils/Helpers/{VMS,Windows}.pm
fb977f9
perl -ni -e 'print unless /^lib\/ExtUtils\/Helpers\/(VMS|Windows)\.pm$/;' MANIFEST
efc3342
efc3342
%build
efc3342
perl Makefile.PL INSTALLDIRS=vendor
efc3342
make %{?_smp_mflags}
efc3342
efc3342
%install
efc3342
make pure_install DESTDIR=%{buildroot}
fb977f9
find %{buildroot} -type f -name .packlist -delete
6292795
%{_fixperms} -c %{buildroot}
efc3342
efc3342
%check
fb977f9
make test
efc3342
efc3342
%files
fb977f9
%if 0%{?_licensedir:1}
fb977f9
%license LICENSE
fb977f9
%else
fb977f9
%doc LICENSE
fb977f9
%endif
fb977f9
%doc Changes README
efc3342
%{perl_vendorlib}/ExtUtils/
fb977f9
%{_mandir}/man3/ExtUtils::Helpers.3*
fb977f9
%{_mandir}/man3/ExtUtils::Helpers::Unix.3*
efc3342
efc3342
%changelog
edb8fd5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-9
edb8fd5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
edb8fd5
6292795
* Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 0.026-8
6292795
- Drop EL-5 support
6292795
  - Drop BuildRoot: and Group: tags
6292795
  - Drop explicit buildroot cleaning in %%install section
6292795
  - Drop explicit %%clean section
6292795
8c5e3b4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-7
8c5e3b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8c5e3b4
fda369e
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-6
fda369e
- Perl 5.28 rebuild
fda369e
9751a52
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-5
9751a52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9751a52
ca45bb5
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-4
ca45bb5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ca45bb5
cdba8d2
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-3
cdba8d2
- Perl 5.26 rebuild
cdba8d2
7791585
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-2
7791585
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7791585
cb4d0f2
* Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 0.026-1
cb4d0f2
- Update to 0.026
cb4d0f2
  - Fix Win32 dependency
cb4d0f2
fb977f9
* Fri Sep  2 2016 Paul Howarth <paul@city-fan.org> - 0.025-1
fb977f9
- Update to 0.025
fb977f9
  - Make split_like_shell always unixy
fb977f9
  - Remove Module::Load dependency
fb977f9
  - Remove done_testing; it requires Test::More 0.88
fb977f9
- Drop VMS and Windows versions to avoid unwelcome dependencies
fb977f9
- Drop now-redundant patch for building with Test::More < 0.88
fb977f9
- Use %%license where possible
fb977f9
- Simplify find command using -delete
fb977f9
8977a98
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-10
8977a98
- Perl 5.24 re-rebuild of bootstrapped packages
8977a98
677e24d
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-9
677e24d
- Perl 5.24 rebuild
677e24d
f454458
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.022-8
f454458
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f454458
3fc574b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.022-7
3fc574b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3fc574b
bdcd430
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-6
bdcd430
- Perl 5.22 re-rebuild of bootstrapped packages
bdcd430
ff3b2ed
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-5
ff3b2ed
- Perl 5.22 rebuild
ff3b2ed
584445d
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-4
584445d
- Perl 5.20 re-rebuild of bootstrapped packages
584445d
4e12f16
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-3
4e12f16
- Perl 5.20 rebuild
4e12f16
d0a9e42
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.022-2
d0a9e42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d0a9e42
6b99baa
* Fri Mar  7 2014 Paul Howarth <paul@city-fan.org> - 0.022-1
6b99baa
- Update to 0.022
6b99baa
  - Cleaned up remains of former functions
6b99baa
  - Skip IO layers on <5.8 for 5.6 compatibility
6b99baa
  - Don't swallow pl2bat exceptions
6b99baa
- Drop patch for using Text::ParseWords < 3.24; even EL-5 has it
6b99baa
927d249
* Wed Sep  4 2013 Paul Howarth <paul@city-fan.org> - 0.021-4
927d249
- Skip the release tests when bootstrapping
927d249
2ed1e83
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.021-3
2ed1e83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2ed1e83
78689e7
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.021-2
78689e7
- Perl 5.18 rebuild
78689e7
cbd1b7d
* Tue May  7 2013 Paul Howarth <paul@city-fan.org> - 0.021-1
cbd1b7d
- Update to 0.021
cbd1b7d
  - Always use the right environmental variable for home directory
cbd1b7d
  - Use configuration provided manpage extension
cbd1b7d
- Update patch for building with Test::More < 0.88
cbd1b7d
b96c0e3
* Mon Apr 29 2013 Paul Howarth <paul@city-fan.org> - 0.020-1
b96c0e3
- Update to 0.020
b96c0e3
  - Fix man3_pagename for top level domains
b96c0e3
- Update patch for building with Test::More < 0.88
b96c0e3
55b6b3d
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 0.019-1
55b6b3d
- Update to 0.019
55b6b3d
  - Fix make_executable for '#!/usr/bin/perl'
55b6b3d
789c0e9
* Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
789c0e9
- Update to 0.018
789c0e9
  - Don't need Pod::Man
789c0e9
- Drop BR: perl(Pod::Man), no longer used
789c0e9
2ba2d49
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 0.017-1
2ba2d49
- Update to 0.017
2ba2d49
  - Fix man3_pagename to properly split dirs
2ba2d49
- Update patch for building with Test::More < 0.88
2ba2d49
ea02e0a
* Sat Apr 13 2013 Paul Howarth <paul@city-fan.org> - 0.016-1
ea02e0a
- Update to 0.016
ea02e0a
  - Made man3_pagename more flexible with paths
ea02e0a
  - Reverted pl2bat to a more original state
ea02e0a
  - Rewrote fixin code
ea02e0a
  - Re-added detildefy
ea02e0a
  - Add some fixes to batch file generation
ea02e0a
- BR: perl(Carp) and perl(Module::Load), now required by the module
ea02e0a
- Drop BR: perl(Test::Kwalitee), no longer used
ea02e0a
- Update patch for using Test::ParseWords 3.22
ea02e0a
- Drop now-redundant POD encoding patch
ea02e0a
efc3342
* Mon Apr  1 2013 Paul Howarth <paul@city-fan.org> - 0.014-2
efc3342
- Sanitize for Fedora submission
efc3342
efc3342
* Sun Mar 31 2013 Paul Howarth <paul@city-fan.org> - 0.014-1
efc3342
- Initial RPM version