forked from pool/perl-File-ShareDir-ProjectDistDir
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir-ProjectDistDir?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
8a19485c3d
commit
fd0635efb2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7afa4b47fd74f188c0b5c5e29756dd621be5c56a65a531d2fec726ab7047dc58
|
||||
size 28428
|
||||
3
File-ShareDir-ProjectDistDir-1.000001.tar.gz
Normal file
3
File-ShareDir-ProjectDistDir-1.000001.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c6a5e07a94e2dd6727c3510abb624a527aff0863aecaa8163f14a56d790e61e
|
||||
size 48126
|
||||
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 09:19:58 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 1.000001
|
||||
[Bugfix]
|
||||
- Fixed test failure on Perls that don't like unsetting %INC
|
||||
|
||||
[Dependencies::Aggregate]
|
||||
- 5.008 : 47 → 47
|
||||
- 5.010 : 37 → 37
|
||||
- 5.019 : 20 → 20
|
||||
|
||||
1.000000 2014-02-28T15:00:49Z
|
||||
[00 MAJOR CHANGES]
|
||||
- add 'strict' mode
|
||||
- defer dev path and determination to calltime
|
||||
- switch to float versions.
|
||||
- start warning about Path::Class usage
|
||||
- stop depending on Path::Class
|
||||
- stop using Path::Class
|
||||
- use EUMM for tooling.
|
||||
- Seriously, read SIGNIFICANT CHANGES for details.
|
||||
|
||||
[Dependencies::Aggregate]
|
||||
- 5.008 : 47 deps
|
||||
- 5.010 : 37 deps
|
||||
- 5.019 : 20 deps
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 0.5.2, see Changes.deps{,.all,.dev} for
|
||||
details
|
||||
- build: -1
|
||||
- configure: +2 -1
|
||||
- develop: +43 ↑1 -4
|
||||
- runtime: +1 ↑1 -2
|
||||
- test: +8 ↓1 -3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 12:13:11 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-ShareDir-ProjectDistDir
|
||||
#
|
||||
# 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-File-ShareDir-ProjectDistDir
|
||||
Version: 0.5.2
|
||||
Version: 1.000001
|
||||
Release: 0
|
||||
%define cpan_name File-ShareDir-ProjectDistDir
|
||||
Summary: Simple set-and-forget using of a '/share' directory in your projects root
|
||||
@@ -30,27 +30,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(Module::Build) >= 0.4007
|
||||
BuildRequires: perl(Path::Class::Dir)
|
||||
BuildRequires: perl(Path::Class::File)
|
||||
BuildRequires: perl(Path::FindDev)
|
||||
BuildRequires: perl(Path::IsDev)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
#BuildRequires: perl(Data::Dump)
|
||||
#BuildRequires: perl(Example_01)
|
||||
#BuildRequires: perl(Example_02)
|
||||
#BuildRequires: perl(Example_04)
|
||||
#BuildRequires: perl(Example_05)
|
||||
#BuildRequires: perl(Example_06)
|
||||
#BuildRequires: perl(File::ShareDir::ProjectDistDir)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(YAML::Dumper)
|
||||
#BuildRequires: perl(YAML::Loader)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(Path::Class::Dir)
|
||||
Requires: perl(Path::Class::File)
|
||||
Requires: perl(Path::FindDev)
|
||||
Requires: perl(Path::IsDev)
|
||||
Requires: perl(Path::Tiny)
|
||||
@@ -64,18 +50,19 @@ Simple set-and-forget using of a '/share' directory in your projects root
|
||||
%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 Changes.deps Changes.deps.all Changes.deps.dev LICENSE perlcritic.deps perlcritic.rc README weaver.ini
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user