forked from pool/perl-Path-IsDev
Accepting request 478920 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/478920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-IsDev?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95f98dd68cbda926eb0c2ed3061ac746a5f584af1bfe7206397f2e546960598d
|
|
||||||
size 190868
|
|
||||||
3
Path-IsDev-1.001003.tar.gz
Normal file
3
Path-IsDev-1.001003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37d66bfe205d7916824a46ad6290b8fb170fc602c16f8dc8169576f2ad682949
|
||||||
|
size 188687
|
||||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 11 07:19:29 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.001003
|
||||||
|
see /usr/share/doc/packages/perl-Path-IsDev/Changes
|
||||||
|
|
||||||
|
1.001003 2017-03-09T20:21:10Z 4dcd533
|
||||||
|
- Bugfix: Avoid -Ddefault_inc_excludes_dot failures ( also makes tests *much* faster )
|
||||||
|
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed since 1.001002, see misc/*.deps* for details
|
||||||
|
- configure: +1 (recommends: ↑1)
|
||||||
|
- develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
|
||||||
|
- runtime: (recommends: +1)
|
||||||
|
- test: +1 ↓1 (recommends: ↑1 ↓1)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 17:41:13 UTC 2015 - coolo@suse.com
|
Tue Apr 14 17:41:13 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Path-IsDev
|
# spec file for package perl-Path-IsDev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Path-IsDev
|
Name: perl-Path-IsDev
|
||||||
Version: 1.001002
|
Version: 1.001003
|
||||||
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
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Path-IsDev/
|
Url: http://search.cpan.org/dist/Path-IsDev/
|
||||||
Source: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -37,7 +38,6 @@ 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) >= 0.89
|
|
||||||
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)
|
||||||
@@ -45,6 +45,7 @@ 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)
|
||||||
|
Recommends: perl(Path::Tiny) >= 0.058
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -72,6 +73,7 @@ development"
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user