73 lines
2.2 KiB
RPMSpec
73 lines
2.2 KiB
RPMSpec
Name: perl-Module-CPANfile
|
|
Version: 1.0001
|
|
Release: 3%{?dist}
|
|
Summary: Parse cpanfile
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Module-CPANfile/
|
|
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: perl
|
|
BuildRequires: perl(base)
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(Cwd)
|
|
BuildRequires: perl(CPAN::Meta) >= 2.12091
|
|
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
|
BuildRequires: perl(CPAN::Meta::Feature) >= 2.12091
|
|
BuildRequires: perl(Data::Dumper)
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(warnings)
|
|
# tests
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(POSIX)
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
Requires: perl(CPAN::Meta) >= 2.12091
|
|
Requires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
|
Requires: perl(CPAN::Meta::Feature) >= 2.12091
|
|
Requires: perl(Data::Dumper)
|
|
Requires: perl(Pod::Usage)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
%?perl_default_filter
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(CPAN::Meta\\)$
|
|
|
|
%description
|
|
Module::CPANfile is a tool to handle cpanfile format to load application
|
|
specific dependencies, not just for CPAN distributions.
|
|
|
|
%prep
|
|
%setup -q -n Module-CPANfile-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc Changes LICENSE README
|
|
%{_bindir}/mymeta-cpanfile
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man1/mymeta-cpanfile*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Fri Aug 30 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-3
|
|
- fix all problems found in review rhbz#929254
|
|
|
|
* Tue Aug 27 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-2
|
|
- fix all problems found in review rhbz#929254
|
|
|
|
* Tue Aug 27 2013 Marcela Mašláňová <mmaslano@redhat.com> 1.0001-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|