Use the Module::Install provided by upstream (#906007)
This commit is contained in:
parent
7a92720caa
commit
3d5ce3f59b
@ -1,6 +1,6 @@
|
||||
Name: perl-File-HomeDir
|
||||
Version: 1.00
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Find your home and other directories on any platform
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -11,12 +11,12 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd) >= 3.12
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
||||
BuildRequires: perl(File::Path) >= 2.01
|
||||
BuildRequires: perl(File::Spec) >= 3.12
|
||||
BuilDrequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(File::Which) >= 0.05
|
||||
BuildRequires: perl(inc::Module::Install)
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
%endif
|
||||
@ -38,7 +38,6 @@ platforms.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-HomeDir-%{version}
|
||||
rm -rf inc
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -58,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 31 2013 Petr Šabata <contyk@redhat.com> - 1.00-3
|
||||
- Use the Module::Install provided by upstream (#906007)
|
||||
|
||||
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 1.00-2
|
||||
- Re-enable the test suite
|
||||
- Unbundle inc::Module::Install
|
||||
|
Loading…
Reference in New Issue
Block a user