forked from pool/perl-Path-IsDev
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-IsDev?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
d2047a4153
commit
c21d06983f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:baf13259206cf8e43b62a3bb53ee8e0681b975a13e3219da478a395f9ced2ea0
|
|
||||||
size 188112
|
|
||||||
3
Path-IsDev-1.001000.tar.gz
Normal file
3
Path-IsDev-1.001000.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75f744ec9cf7aea76d38db7409cec93e4fbfc6f413b89c4307fb03b987579647
|
||||||
|
size 196548
|
||||||
@@ -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
|
Mon Nov 25 07:38:55 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Path-IsDev
|
# 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
|
# 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-Path-IsDev
|
Name: perl-Path-IsDev
|
||||||
Version: 1.000002
|
Version: 1.001000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-IsDev
|
%define cpan_name Path-IsDev
|
||||||
Summary: Determine if a given Path resembles a development source tree
|
Summary: Determine if a given Path resembles a development source tree
|
||||||
@@ -31,18 +31,18 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::Tiny) >= 0.010
|
BuildRequires: perl(Class::Tiny) >= 0.010
|
||||||
BuildRequires: perl(File::HomeDir)
|
BuildRequires: perl(File::HomeDir)
|
||||||
BuildRequires: perl(Module::Build) >= 0.4202
|
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny) >= 0.004
|
||||||
BuildRequires: perl(Role::Tiny)
|
BuildRequires: perl(Role::Tiny)
|
||||||
BuildRequires: perl(Role::Tiny::With)
|
BuildRequires: perl(Role::Tiny::With)
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Test::Fatal)
|
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(Class::Tiny) >= 0.010
|
||||||
Requires: perl(File::HomeDir)
|
Requires: perl(File::HomeDir)
|
||||||
Requires: perl(Module::Runtime)
|
Requires: perl(Module::Runtime)
|
||||||
Requires: perl(Path::Tiny)
|
Requires: perl(Path::Tiny) >= 0.004
|
||||||
Requires: perl(Role::Tiny)
|
Requires: perl(Role::Tiny)
|
||||||
Requires: perl(Role::Tiny::With)
|
Requires: perl(Role::Tiny::With)
|
||||||
Requires: perl(Sub::Exporter)
|
Requires: perl(Sub::Exporter)
|
||||||
@@ -60,18 +60,19 @@ development"
|
|||||||
%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 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
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user