diff --git a/Path-IsDev-1.000002.tar.gz b/Path-IsDev-1.000002.tar.gz deleted file mode 100644 index 80fd517..0000000 --- a/Path-IsDev-1.000002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf13259206cf8e43b62a3bb53ee8e0681b975a13e3219da478a395f9ced2ea0 -size 188112 diff --git a/Path-IsDev-1.001000.tar.gz b/Path-IsDev-1.001000.tar.gz new file mode 100644 index 0000000..93c8c84 --- /dev/null +++ b/Path-IsDev-1.001000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f744ec9cf7aea76d38db7409cec93e4fbfc6f413b89c4307fb03b987579647 +size 196548 diff --git a/perl-Path-IsDev.changes b/perl-Path-IsDev.changes index d1d8d0b..d011456 100644 --- a/perl-Path-IsDev.changes +++ b/perl-Path-IsDev.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Mar 10 07:13:45 UTC 2014 - coolo@suse.com + +- updated to 1.001000 + [00 Majorish] + - Tooling switched to ExtUtils::MakeMaker + + [Bug fixes] + - Needed newer Path::Tiny for ->realpath + + [Dependencies::Aggregate] + - 5.008 - 48 → 43 + - 5.010 - 31 → 32 + - 5.019 - 17 → 16 + + [Dependencies::Stats] + - Dependencies changed since 1.000002, see Changes.deps{,.all,.dev} for + details + - build: -1 + - configure: +2 -1 + - develop: +7 ↑1 -9 + - runtime: +1 ↑2 + - test: +8 ↓1 + ------------------------------------------------------------------- Mon Nov 25 07:38:55 UTC 2013 - coolo@suse.com diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec index 6ee07ef..e8c0af9 100644 --- a/perl-Path-IsDev.spec +++ b/perl-Path-IsDev.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-IsDev # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Path-IsDev -Version: 1.000002 +Version: 1.001000 Release: 0 %define cpan_name Path-IsDev Summary: Determine if a given Path resembles a development source tree @@ -31,18 +31,18 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Tiny) >= 0.010 BuildRequires: perl(File::HomeDir) -BuildRequires: perl(Module::Build) >= 0.4202 BuildRequires: perl(Module::Runtime) -BuildRequires: perl(Path::Tiny) +BuildRequires: perl(Path::Tiny) >= 0.004 BuildRequires: perl(Role::Tiny) BuildRequires: perl(Role::Tiny::With) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Test::More) >= 1.001002 +BuildRequires: perl(Test::More) >= 0.89 +BuildRequires: perl(version) Requires: perl(Class::Tiny) >= 0.010 Requires: perl(File::HomeDir) Requires: perl(Module::Runtime) -Requires: perl(Path::Tiny) +Requires: perl(Path::Tiny) >= 0.004 Requires: perl(Role::Tiny) Requires: perl(Role::Tiny::With) Requires: perl(Sub::Exporter) @@ -60,18 +60,19 @@ development" %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes Changes.deps Changes.deps.all Changes.deps.dev LICENSE perlcritic.rc README weaver.ini +%doc Changes Changes.deps Changes.deps.all Changes.deps.dev LICENSE perlcritic.deps perlcritic.rc README weaver.ini %changelog