|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Module-Runtime-Conflicts
|
|
|
|
Name: perl-Module-Runtime-Conflicts
|
|
|
|
Version: 0.002
|
|
|
|
Version: 0.003
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Provide information on conflicts for Module::Runtime
|
|
|
|
Summary: Provide information on conflicts for Module::Runtime
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
|
@ -8,10 +8,11 @@ URL: http://search.cpan.org/dist/Module-Runtime-Conflicts/
|
|
|
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl(Dist::CheckConflicts)
|
|
|
|
BuildRequires: perl(Dist::CheckConflicts)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
|
|
|
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
|
|
|
BuildRequires: perl(Module::Runtime)
|
|
|
|
BuildRequires: perl(Module::Runtime)
|
|
|
@ -33,23 +34,26 @@ Moose::Conflicts and moose-outdated.
|
|
|
|
%setup -q -n Module-Runtime-Conflicts-%{version}
|
|
|
|
%setup -q -n Module-Runtime-Conflicts-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL --installdirs vendor
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
./Build
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
./Build install --destdir $RPM_BUILD_ROOT --create_packlist 0
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENCE
|
|
|
|
%{perl_vendorlib}/Module*
|
|
|
|
%{perl_vendorlib}/Module*
|
|
|
|
%{_mandir}/man3/Module*
|
|
|
|
%{_mandir}/man3/Module*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 24 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 0.003-1
|
|
|
|
|
|
|
|
- Update to 0.003
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.002-5
|
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.002-5
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|
|
|