Blame SPECS/perl-Import-Into.spec

0eaf90
Name:           perl-Import-Into
0eaf90
Version:        1.002005
0eaf90
Release:        7%{?dist}
0eaf90
Summary:        Import packages into other packages
0eaf90
License:        GPL+ or Artistic
0eaf90
Group:          Development/Libraries
0eaf90
URL:            http://search.cpan.org/dist/Import-Into/
0eaf90
Source0:        http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
0eaf90
BuildArch:      noarch
0eaf90
# Module Build
0eaf90
BuildRequires:  perl-interpreter
0eaf90
BuildRequires:  perl-generators
0eaf90
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
0eaf90
BuildRequires:  perl(strict)
0eaf90
BuildRequires:  perl(warnings)
0eaf90
# Module Runtime
0eaf90
BuildRequires:  perl(Module::Runtime)
0eaf90
# Test Suite
0eaf90
BuildRequires:  perl(base)
0eaf90
BuildRequires:  perl(Exporter)
0eaf90
BuildRequires:  perl(IPC::Open3)
0eaf90
BuildRequires:  perl(Test::More)
0eaf90
# Runtime
0eaf90
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
0eaf90
0eaf90
%description
0eaf90
Loading Import::Into creates a global method import::into which you can call on
0eaf90
any package to import it into another package.
0eaf90
0eaf90
%prep
0eaf90
%setup -q -n Import-Into-%{version}
0eaf90
0eaf90
%build
0eaf90
perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
0eaf90
make %{?_smp_mflags}
0eaf90
0eaf90
%install
0eaf90
make pure_install DESTDIR=%{buildroot}
0eaf90
%{_fixperms} %{buildroot}
0eaf90
0eaf90
%check
0eaf90
make test
0eaf90
0eaf90
%files
0eaf90
%doc Changes README
0eaf90
%{perl_vendorlib}/Import/
0eaf90
%{_mandir}/man3/Import::Into.3*
0eaf90
0eaf90
%changelog
0eaf90
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.002005-7
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0eaf90
0eaf90
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.002005-6
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0eaf90
0eaf90
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.002005-5
0eaf90
- Perl 5.26 rebuild
0eaf90
0eaf90
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.002005-4
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0eaf90
0eaf90
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.002005-3
0eaf90
- Perl 5.24 rebuild
0eaf90
0eaf90
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.002005-2
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0eaf90
0eaf90
* Fri Aug 28 2015 Petr Ĺ abata <contyk@redhat.com> - 1.002005-1
0eaf90
- 1.002005 bump
0eaf90
- Update source URL
0eaf90
0eaf90
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002004-3
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0eaf90
0eaf90
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.002004-2
0eaf90
- Perl 5.22 rebuild
0eaf90
0eaf90
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 1.002004-1
0eaf90
- Update to 1.002004
0eaf90
  - Module loading is now done while importing, making it unnecessary to load
0eaf90
    them beforehand (CPAN RT#96995)
0eaf90
  - Fix prerequisite declarations for older toolchain
0eaf90
0eaf90
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-3
0eaf90
- Perl 5.20 rebuild
0eaf90
0eaf90
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002002-2
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0eaf90
0eaf90
* Wed May  7 2014 Paul Howarth <paul@city-fan.org> - 1.002002-1
0eaf90
- Update to 1.002002
0eaf90
  - Minor metadata updates
0eaf90
- This release by ETHER -> update source URL
0eaf90
- Classify buildreqs by usage
0eaf90
0eaf90
* Wed Mar 12 2014 Paul Howarth <paul@city-fan.org> - 1.002001-1
0eaf90
- Update to 1.002001
0eaf90
  - Allow specifying by caller level, as well as specifying file, line, and
0eaf90
    version
0eaf90
  - Fix tests and Makefile.PL to support perl 5.6
0eaf90
- This release by HAARG -> update source URL
0eaf90
- Specify all dependencies
0eaf90
- Make %%files list more explicit
0eaf90
0eaf90
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001001-3
0eaf90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0eaf90
0eaf90
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.001001-2
0eaf90
- Perl 5.18 rebuild
0eaf90
0eaf90
* Fri Apr 19 2013 Iain Arnell <iarnell@gmail.com> 1.001001-1
0eaf90
- update to latest upstream version
0eaf90
0eaf90
* Sat Feb 16 2013 Iain Arnell <iarnell@gmail.com> 1.001000-1
0eaf90
- Specfile autogenerated by cpanspec 1.79.