forked from pool/perl-Path-IsDev
Compare commits
10 Commits
838a8ec03b
...
02cbbbbc54
Author | SHA256 | Date | |
---|---|---|---|
02cbbbbc54 | |||
|
5966c98ffd | ||
8e9fa9dc3e | |||
|
c8875fc406 | ||
|
14e28b3e35 | ||
|
22627d4bc4 | ||
|
6cbe16cb31 | ||
|
c21d06983f | ||
|
637e33424c | ||
|
d2047a4153 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf5b30cd54b7fba8c7f3a5c0bf9a5bd975732e3814dcceb8f7376c223d472fbb
|
||||
size 169952
|
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,128 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to 1.001002
|
||||
see /usr/share/doc/packages/perl-Path-IsDev/Changes
|
||||
|
||||
1.001002 2014-08-16T04:40:51Z
|
||||
[00 Trivial]
|
||||
- CPANDAY!
|
||||
- no code changes
|
||||
- tests augmented
|
||||
- whitespace reduced
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 1.001001, see misc/*.deps* for details
|
||||
- configure: ↓1
|
||||
- develop: +1 (suggests: ↑2)
|
||||
- test: +1 -3 (recommends: ↑1 -1)
|
||||
|
||||
[Metadata]
|
||||
- move to kentnl org
|
||||
|
||||
[Misc]
|
||||
- Improve source side POD to reduce build side whitespace.
|
||||
|
||||
[Tests]
|
||||
- update Test::ReportPrereqs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 05:30:45 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 1.001001
|
||||
[00 Trivial]
|
||||
- Misc packaging cleanups.
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 1.001000, see misc/*.deps* for details
|
||||
- configure: (recommends: ↑1)
|
||||
- develop: +3 -3 (suggests: +2 -1)
|
||||
- test: (recommends: ↑2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to 1.000002
|
||||
- Attempt to avoid failures on some Win32's where methods other than
|
||||
File::HomeDir->my_home don't work at all.
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed, see Changes.deps{,.all,.dev} for details
|
||||
- develop: ↑1
|
||||
|
||||
[Maintenance]
|
||||
- Split Changes into Changes.{deps,deps.all,deps.dev} for easier reading
|
||||
for maintainers.
|
||||
|
||||
1.000001 2013-11-21T11:49:20Z
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed, see Changes.deps{,.all,.dev} for details
|
||||
- build: ↑1
|
||||
- configure: ↑1
|
||||
- develop: +42 ↑1
|
||||
- test: ↑1 -3
|
||||
|
||||
[Documentation]
|
||||
- README.mkdn → MetaCPAN
|
||||
- Encoding → UTF-8
|
||||
|
||||
[Maintenance]
|
||||
- Increase deps on Module::Build and Test::More
|
||||
- Removes a few deps no longer needed.
|
||||
|
||||
[Packaging]
|
||||
- Use new fallback code in MB
|
||||
|
||||
[Tests]
|
||||
- Replace Test::Compile with Test::Compile::PerFile
|
||||
|
||||
1.000000 2013-10-18T09:55:20Z
|
||||
[00 Supermajor Changes - Breaking Everything]
|
||||
- This release comes with many significant changes that are likely to
|
||||
break any closely built dependencies.
|
||||
- External export interface contains no visible changes, but underyling
|
||||
plumbing is under heavy construction.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 07:30:24 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Path-IsDev
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX 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,49 +17,35 @@
|
||||
|
||||
|
||||
Name: perl-Path-IsDev
|
||||
Version: 0.6.0
|
||||
Version: 1.001003
|
||||
Release: 0
|
||||
%define cpan_name Path-IsDev
|
||||
Summary: Determine if a given Path resembles a development source tree
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Tiny) >= 0.010
|
||||
BuildRequires: perl(Module::Build) >= 0.4007
|
||||
BuildRequires: perl(File::HomeDir)
|
||||
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) >= 0.98
|
||||
#BuildRequires: perl(Data::Dump)
|
||||
#BuildRequires: perl(Path::FindDev)
|
||||
#BuildRequires: perl(Path::IsDev)
|
||||
#BuildRequires: perl(Path::IsDev::Object)
|
||||
#BuildRequires: perl(Path::IsDev::Result)
|
||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic)
|
||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyDir)
|
||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyFile)
|
||||
#BuildRequires: perl(Path::IsDev::Role::Heuristic::RegexpFile)
|
||||
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet)
|
||||
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet::Simple)
|
||||
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic)
|
||||
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic::AnyFile)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(YAML::Dumper)
|
||||
#BuildRequires: perl(YAML::Loader)
|
||||
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)
|
||||
Recommends: perl(Path::Tiny) >= 0.058
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -74,18 +60,20 @@ 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 LICENSE perlcritic.rc README weaver.ini
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user