Update to 0.003

epel9
Emmanuel Seyman 9 years ago
parent 7e798967ae
commit 13f53d3cd5

1
.gitignore vendored

@ -1,2 +1,3 @@
/Module-Runtime-Conflicts-0.001.tar.gz
/Module-Runtime-Conflicts-0.002.tar.gz
/Module-Runtime-Conflicts-0.003.tar.gz

@ -1,6 +1,6 @@
Name: perl-Module-Runtime-Conflicts
Version: 0.002
Release: 5%{?dist}
Version: 0.003
Release: 1%{?dist}
Summary: Provide information on conflicts for Module::Runtime
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
BuildArch: noarch
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(Module::Runtime)
@ -33,23 +34,26 @@ Moose::Conflicts and moose-outdated.
%setup -q -n Module-Runtime-Conflicts-%{version}
%build
%{__perl} Build.PL --installdirs vendor
./Build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
./Build install --destdir $RPM_BUILD_ROOT --create_packlist 0
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
./Build test
make test
%files
%doc Changes CONTRIBUTING README
%license LICENSE
%license LICENCE
%{perl_vendorlib}/Module*
%{_mandir}/man3/Module*
%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
- Perl 5.24 rebuild

@ -1 +1 @@
6171a55eb2937b4429bed8dfd75080a9 Module-Runtime-Conflicts-0.002.tar.gz
67aaf699072063cc00c5b6afd4c67a6f Module-Runtime-Conflicts-0.003.tar.gz

Loading…
Cancel
Save