update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-ShareDir?expand=0&rev=5
This commit is contained in:
parent
398bbe3496
commit
9742832b6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de4a1bd445d226be6b9c8b552172e88f932e1c9d74ef2f1611f41de8b7e6ff1e
|
|
||||||
size 66766
|
|
3
Test-File-ShareDir-1.000005.tar.gz
Normal file
3
Test-File-ShareDir-1.000005.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bcd9bbae9fb1df70ca55cf38d542cb8f3f1c9ace4397f1aa9a3d37bd05599914
|
||||||
|
size 60541
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 15 12:52:33 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.000005
|
||||||
|
[00 Trivial]
|
||||||
|
- CPANDAY!
|
||||||
|
- no code changes.
|
||||||
|
- tests augmented.
|
||||||
|
- whitespace greatly reduced.
|
||||||
|
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed since 1.000004, see misc/*.deps* for details
|
||||||
|
- configure: ↓1
|
||||||
|
- develop: +1 (suggests: ↑1)
|
||||||
|
- test: -4 (recommends: ↑1 -2)
|
||||||
|
|
||||||
|
[Misc]
|
||||||
|
- Improve source side POD to reduce build side whitespace.
|
||||||
|
|
||||||
|
[Tests]
|
||||||
|
- update Test::ReportPrereqs
|
||||||
|
|
||||||
|
1.000004 2014-07-22T19:29:27Z
|
||||||
|
[Doc Bugfix]
|
||||||
|
- Previous releases changelog was misleading.
|
||||||
|
- We're requiring a newer Path::Tiny to avoid a problem. ( As opposed to the impression that a newer Path::Tiny caused
|
||||||
|
the problem, grammar-- )
|
||||||
|
|
||||||
|
1.000003 2014-07-22T19:02:06Z
|
||||||
|
[Bugfix]
|
||||||
|
- Attempt to avoid tempdir(CLEANUP => 1) being an error by requiring newer Path::Tiny
|
||||||
|
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed since 1.000002, see misc/*.deps* for details
|
||||||
|
- runtime: ↑1
|
||||||
|
|
||||||
|
1.000002 2014-07-18T16:33:36Z
|
||||||
|
[00 Trivial]
|
||||||
|
- Minor packaging cleanups shaving ~7k
|
||||||
|
|
||||||
|
[Dependencies::Stats]
|
||||||
|
- Dependencies changed since 1.000001, see misc/*.deps* for details
|
||||||
|
- develop: (suggests: ↑2)
|
||||||
|
- test: +2 ↑1 (recommends: +1)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 06:14:21 UTC 2014 - stephan.barth@suse.com
|
Wed Jun 11 06:14:21 UTC 2014 - stephan.barth@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-File-ShareDir
|
Name: perl-Test-File-ShareDir
|
||||||
Version: 1.000001
|
Version: 1.000005
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-File-ShareDir
|
%define cpan_name Test-File-ShareDir
|
||||||
Summary: Create a Fake ShareDir for your modules for testing
|
Summary: Create a Fake ShareDir for your modules for testing.
|
||||||
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/Test-File-ShareDir/
|
Url: http://search.cpan.org/dist/Test-File-ShareDir/
|
||||||
@ -32,16 +32,13 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Class::Tiny)
|
BuildRequires: perl(Class::Tiny)
|
||||||
BuildRequires: perl(File::Copy::Recursive)
|
BuildRequires: perl(File::Copy::Recursive)
|
||||||
BuildRequires: perl(File::ShareDir) >= 1.00
|
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||||
BuildRequires: perl(Module::Build) >= 0.4004
|
BuildRequires: perl(Path::Tiny) >= 0.018
|
||||||
BuildRequires: perl(Path::Tiny)
|
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
#BuildRequires: perl(Example)
|
Requires: perl(Class::Tiny)
|
||||||
#BuildRequires: perl(Test::File::ShareDir)
|
|
||||||
#BuildRequires: perl(Test::File::ShareDir::TempDirObject)
|
|
||||||
Requires: perl(File::Copy::Recursive)
|
Requires: perl(File::Copy::Recursive)
|
||||||
Requires: perl(File::ShareDir) >= 1.00
|
Requires: perl(File::ShareDir) >= 1.00
|
||||||
Requires: perl(Path::Tiny)
|
Requires: perl(Path::Tiny) >= 0.018
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,11 +52,11 @@ this module will not be usable by you.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL installdirs=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
make
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -68,6 +65,6 @@ make test
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE perlcritic.rc README weaver.ini
|
%doc Changes dist.ini.meta LICENSE perlcritic.rc README weaver.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user