b5a2195
Name:           perl-Module-Install
Petr Šabata 8dd2d25
Version:        1.06
e27b228
Release:        5%{?dist}
b5a2195
Summary:        Standalone, extensible Perl module installer
44c5e99
License:        GPL+ or Artistic
b5a2195
Group:          Development/Libraries
b5a2195
URL:            http://search.cpan.org/dist/Module-Install/
6060a09
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
b5a2195
BuildArch:      noarch
Steven Pritchard cc3cb9a
BuildRequires:  perl(Archive::Tar) >= 1.44
Petr Šabata 81130ce
BuildRequires:  perl(Carp)
ffe2e6a
BuildRequires:  perl(CPAN)
Petr Šabata 81130ce
BuildRequires:  perl(CPANPLUS::Backend)
Petr Šabata 81130ce
BuildRequires:  perl(Cwd)
Petr Šabata 8dd2d25
BuildRequires:  perl(Devel::PPPort) >= 3.16
Steven Pritchard cc3cb9a
BuildRequires:  perl(ExtUtils::Install) >= 1.52
804285c
BuildRequires:  perl(ExtUtils::MakeMaker)
Petr Šabata 81130ce
BuildRequires:  perl(ExtUtils::Manifest)
Petr Šabata 81130ce
BuildRequires:  perl(ExtUtils::MM)
Steven Pritchard cc3cb9a
BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
Chris Weyl fdb6632
BuildRequires:  perl(File::Remove) >= 1.42
Petr Šabata 81130ce
BuildRequires:  perl(File::Path)
Petr Šabata 8dd2d25
BuildRequires:  perl(File::Spec) >= 3.28
Petr Šabata 81130ce
BuildRequires:  perl(File::Temp)
Steven Pritchard cc3cb9a
BuildRequires:  perl(JSON) >= 2.14
Petr Šabata 81130ce
BuildRequires:  perl(lib)
Steven Pritchard cc3cb9a
BuildRequires:  perl(LWP::UserAgent) >= 5.812
Steven Pritchard cc3cb9a
BuildRequires:  perl(Module::Build) >= 0.29
Steven Pritchard cc3cb9a
BuildRequires:  perl(Module::CoreList) >= 2.17
Steven Pritchard cc3cb9a
BuildRequires:  perl(Module::ScanDeps) >= 0.89
42a3047
BuildRequires:  perl(PAR::Dist) >= 0.29
Chris Weyl c090f18
BuildRequires:  perl(Parse::CPAN::Meta) >= 1.39
42a3047
BuildRequires:  perl(Test::CPAN::Meta) >= 0.07
Chris Weyl 3188f49
BuildRequires:  perl(Test::Harness) >= 3.13
c21ceee
BuildRequires:  perl(Test::MinimumVersion)
44c5e99
BuildRequires:  perl(Test::More)
44c5e99
BuildRequires:  perl(Test::Pod)
Chris Weyl 3188f49
BuildRequires:  perl(YAML::Tiny) >= 1.38
8c9cdf5
Requires:       perl(Carp)
8c9cdf5
Requires:       perl(CPAN)
8c9cdf5
Requires:       perl(CPANPLUS::Backend)
a5a4a97
Requires:       perl(ExtUtils::ParseXS)
b5a2195
Requires:       perl(Module::Build)
Chris Weyl fdb6632
Requires:       perl(Module::ScanDeps)
42a3047
Requires:       perl(PAR::Dist) >= 0.29
Petr Šabata 81130ce
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
b5a2195
b5a2195
%description
b5a2195
Module::Install is a package for writing installers for CPAN (or CPAN-like)
b5a2195
distributions that are clean, simple, minimalist, act in a strictly correct
Steven Pritchard cc3cb9a
manner with ExtUtils::MakeMaker, and will run on any Perl installation
Steven Pritchard cc3cb9a
version 5.005 or newer.
b5a2195
b5a2195
%prep
b5a2195
%setup -q -n Module-Install-%{version}
b5a2195
b5a2195
%build
Petr Šabata 81130ce
perl Makefile.PL INSTALLDIRS=vendor
b5a2195
make %{?_smp_mflags}
b5a2195
b5a2195
%install
Petr Šabata 81130ce
make pure_install DESTDIR=%{buildroot}
Petr Šabata 81130ce
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
Petr Šabata 81130ce
rm -rf %{buildroot}/blib/lib/auto/share/dist/Module-Install/dist_file.txt
Petr Šabata 81130ce
%{_fixperms} %{buildroot}/*
b5a2195
b5a2195
%check
44c5e99
make test AUTOMATED_TESTING=1
b5a2195
b5a2195
%files
b8f7d5a
%doc Changes LICENSE README
b5a2195
%{perl_vendorlib}/*
b5a2195
%{_mandir}/man3/*
b5a2195
b5a2195
%changelog
e27b228
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-5
e27b228
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e27b228
4104e08
* Thu Aug 01 2013 Petr Pisar <ppisar@redhat.com> - 1.06-4
4104e08
- Perl 5.18 rebuild
4104e08
9489f62
* Wed Jan 30 2013 Paul Howarth <paul@city-fan.org> - 1.06-3
9489f62
- Don't "unbundle" Module::Install as we end up build-requiring ourselves
9489f62
Petr Šabata 81130ce
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 1.06-2
Petr Šabata 81130ce
- Add missing deps
Petr Šabata 81130ce
- Unbundle Module::Install
Petr Šabata 81130ce
- Modernize the spec
Petr Šabata 81130ce
Petr Šabata 8dd2d25
* Fri Oct 05 2012 Petr Šabata <contyk@redhat.com> - 1.06-1
Petr Šabata 8dd2d25
- 1.06 bump
Petr Šabata 8dd2d25
8c9cdf5
* Fri Sep 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-4
8c9cdf5
- Update requires: perl(Carp), perl(CPAN), perl(CPANPLUS::Backend)
8c9cdf5
ac0adbf
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
ac0adbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ac0adbf
124b808
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 1.04-2
124b808
- Perl 5.16 rebuild
124b808
97e822f
* Thu Jan 12 2012 Iain Arnell <iarnell@gmail.com> 1.04-1
97e822f
- update to latest upstream version
97e822f
Petr Sabata 595526c
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.01-2
Petr Sabata 595526c
- Perl mass rebuild
Petr Sabata 595526c
707ca8a
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.01-1
707ca8a
- update to latest upstream version
707ca8a
- clean up spec for modern rpmbuild
707ca8a
Steven Pritchard cc3cb9a
* Thu Mar 10 2011 Steven Pritchard <steve@kspei.com> 1.00-1
Steven Pritchard cc3cb9a
- Update to 1.00.
Steven Pritchard cc3cb9a
- Update build dependencies:
Steven Pritchard cc3cb9a
  + Archive::Tar >= 1.44
Steven Pritchard cc3cb9a
  + ExtUtils::Install >= 1.52
Steven Pritchard cc3cb9a
  + ExtUtils::ParseXS >= 2.19
Steven Pritchard cc3cb9a
  + JSON >= 2.14
Steven Pritchard cc3cb9a
  + LWP::UserAgent >= 5.812
Steven Pritchard cc3cb9a
  + Module::Build >= 0.29
Steven Pritchard cc3cb9a
  + Module::CoreList >= 2.17
Steven Pritchard cc3cb9a
  + Module::ScanDeps >= 0.89
Steven Pritchard cc3cb9a
- Update description (pulled from module).
Steven Pritchard cc3cb9a
ff4a517
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95-3
ff4a517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ff4a517
c3d3979
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-2
c3d3979
- 661697 rebuild for fixing problems with vendorach/lib
c3d3979
744914e
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-1
744914e
- Mass rebuild with perl-5.12.0 & update
d10971c
b8f7d5a
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.91-4
b8f7d5a
- change to DESTDIR
b8f7d5a
- add README
b8f7d5a
- dist_file.txt wasn't packaged -> removed, it's needed only for test of build
b8f7d5a
b836928
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.91-3
b836928
- rebuild against perl 5.10.1
b836928
c5190e7
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-2
c5190e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c5190e7
Chris Weyl c090f18
* Sun Jun 14 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.91-1
Chris Weyl c090f18
- update to 0.91
Chris Weyl c090f18
- add br on Parse::CPAN::Meta: 1.39
Chris Weyl c090f18
Chris Weyl 3188f49
* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.90-1
Chris Weyl 3188f49
- update to 0.90 
Chris Weyl 3188f49
- add br on JSON, Test::Harness (3.13)
Chris Weyl 3188f49
- update br on YAML::Tiny (1.38)
Chris Weyl 3188f49
Chris Weyl bb3fd3f
* Mon May 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.87-1
Chris Weyl bb3fd3f
- update to 0.87
Chris Weyl bb3fd3f
Chris Weyl 2ef2aab
* Sun Apr 26 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.85-1
Chris Weyl 2ef2aab
- update to 0.85
Chris Weyl 2ef2aab
- add BR on File::Spec
Chris Weyl 2ef2aab
Chris Weyl 9ac6cba
* Thu Apr 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.82-1
Chris Weyl 9ac6cba
- update to 0.82
Chris Weyl 9ac6cba
Chris Weyl fdb6632
* Sun Mar 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.80-1
Chris Weyl fdb6632
- update to 0.80 
Chris Weyl fdb6632
- remove 03_autoinstall.t swizzle (now self-skipped; see RT29448)
Chris Weyl fdb6632
ed2c478
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.79-1
ed2c478
- update to 0.79
ed2c478
4d116dc
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.77-2
4d116dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4d116dc
Chris Weyl 229803a
* Thu Dec 04 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.77-1
Chris Weyl 229803a
- update to 0.77
Chris Weyl 229803a
4471e98
* Wed Jun 04 2008 Steven Pritchard <steve@kspei.com> 0.75-1
4471e98
- Update to 0.75.
4471e98
42a3047
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.74-1
42a3047
- Update to 0.74.
42a3047
- Update versioned dependencies for File::Remove, Module::ScanDeps,
42a3047
  PAR::Dist, and YAML::Tiny.
42a3047
- BR Test::CPAN::Meta.
42a3047
ffe2e6a
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.73-1
ffe2e6a
- Update to 0.73.
ffe2e6a
- BR File::Remove.
ffe2e6a
- Drop zero-length README.
ffe2e6a
c21ceee
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-3
c21ceee
- disable broken test (upstream bug present)
c21ceee
- add Test::MinimumVersion as BR
c21ceee
a31d5fa
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-2
a31d5fa
- rebuild for new perl
a31d5fa
a5a4a97
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.68-1
a5a4a97
- Update to 0.68.
a5a4a97
- Explicitly require Archive::Tar and ExtUtils::ParseXS.
a5a4a97
44c5e99
* Sun Dec 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.67-2
44c5e99
- BR: perl(Test::More), perl(CPAN) (BZ 419631).
44c5e99
- Remove TEST_POD (Unused).
44c5e99
- Add AUTOMATED_TESTING.
44c5e99
- BR: perl(Test::Pod) for AUTOMATED_TESTING.
44c5e99
- Adjust License-tag.
44c5e99
6060a09
* Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.67-1
6060a09
- Update to 0.67.
6060a09
- BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.
6060a09
- Add a couple more docs.
6060a09
804285c
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.65-1
804285c
- Update to 0.65.
804285c
- Use fixperms macro instead of our own chmod incantation.
804285c
- BR ExtUtils::MakeMaker.
804285c
bb1e6dd
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.64-2
bb1e6dd
- Rebuild.
bb1e6dd
c390cb1
* Fri Aug 25 2006 Steven Pritchard <steve@kspei.com> 0.64-1
c390cb1
- Update to 0.64.
c390cb1
- Fix find option order.
c390cb1
0e55c7a
* Thu Jun 08 2006 Steven Pritchard <steve@kspei.com> 0.63-1
0e55c7a
- Update to 0.63.
0e55c7a
b5a2195
* Mon May 08 2006 Steven Pritchard <steve@kspei.com> 0.62-2
b5a2195
- Fix Source0 URL.
b5a2195
b5a2195
* Sat May 06 2006 Steven Pritchard <steve@kspei.com> 0.62-1
b5a2195
- Update to 0.62.
b5a2195
- Drop executable bit from everything in vendor_perl to make rpmlint happy.
b5a2195
b5a2195
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.61-1
b5a2195
- Specfile autogenerated by cpanspec 1.63.
b5a2195
- Drop explicit BR: perl.
b5a2195
- Turn on TEST_POD.