forked from pool/perl-Module-Runtime-Conflicts
Accepting request 404125 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/404125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Runtime-Conflicts?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
9e64ffa8a6
commit
fccc2c3185
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8a98bd53ddcc56baba85400b0bc6b5723ec3369386e06f242dffa88eff4e480
|
|
||||||
size 24802
|
|
3
Module-Runtime-Conflicts-0.003.tar.gz
Normal file
3
Module-Runtime-Conflicts-0.003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875
|
||||||
|
size 24935
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 23 06:41:01 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.003
|
||||||
|
see /usr/share/doc/packages/perl-Module-Runtime-Conflicts/Changes
|
||||||
|
|
||||||
|
0.003 2016-06-23 03:40:02Z
|
||||||
|
- Makefile.PL now also checks for incompatible Moose versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 18:45:19 UTC 2015 - coolo@suse.com
|
Tue Apr 14 18:45:19 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Runtime-Conflicts
|
# spec file for package perl-Module-Runtime-Conflicts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Runtime-Conflicts
|
Name: perl-Module-Runtime-Conflicts
|
||||||
Version: 0.002
|
Version: 0.003
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Runtime-Conflicts
|
%define cpan_name Module-Runtime-Conflicts
|
||||||
Summary: Provide information on conflicts for Module::Runtime
|
Summary: Provide information on conflicts for Module::Runtime
|
||||||
@@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Dist::CheckConflicts)
|
BuildRequires: perl(Dist::CheckConflicts)
|
||||||
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
BuildRequires: perl(Module::Metadata)
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(Dist::CheckConflicts)
|
Requires: perl(Dist::CheckConflicts)
|
||||||
@@ -39,26 +39,27 @@ Requires: perl(Module::Runtime)
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides conflicts checking for the Module::Runtime manpage,
|
This module provides conflicts checking for Module::Runtime, which had a
|
||||||
which had a recent release that broke some versions of the Moose manpage.
|
recent release that broke some versions of Moose. It is called from
|
||||||
It is called from the Moose::Conflicts manpage and 'moose-outdated'.
|
Moose::Conflicts and 'moose-outdated'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL --installdirs=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build build --flags=%{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING LICENSE README
|
%doc Changes CONTRIBUTING LICENCE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user