Accepting request 236810 from home:cyberiad:branches:devel:languages:perl
update to version 1.000001 OBS-URL: https://build.opensuse.org/request/show/236810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-ShareDir?expand=0&rev=3
This commit is contained in:
parent
74203fe9d4
commit
398bbe3496
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:877e14afb6f432bd888ef730c0afd776dd149b14bc520bc2ce842d114e5886a2
|
||||
size 19642
|
3
Test-File-ShareDir-1.000001.tar.gz
Normal file
3
Test-File-ShareDir-1.000001.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de4a1bd445d226be6b9c8b552172e88f932e1c9d74ef2f1611f41de8b7e6ff1e
|
||||
size 66766
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 06:14:21 UTC 2014 - stephan.barth@suse.com
|
||||
|
||||
- Fixed summary which ended with a dot
|
||||
- make check now BuildRequires perl(Class::Tiny)
|
||||
- The new version uses GNU make so %build, %check and %install were adjusted
|
||||
- upgrade to version 1.000001 from 0.3.3
|
||||
Noteworthy changes from upstream:
|
||||
1.000001 2014-06-07T15:14:38Z
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 1.000000, see misc/*.deps* for details
|
||||
|
||||
1.000000 2014-01-30T15:23:48Z
|
||||
[00 Tooling and Version replacement]
|
||||
- Switched to EUMM to accelerate clean-install time.
|
||||
- version schema moved from x.y.z to x.YYYzzz and is the primary reason for
|
||||
incrementing the major
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 0.4.1, see misc/*.deps* for details
|
||||
|
||||
0.4.1 2013-11-21T06:51:24Z
|
||||
[00 Trivial Doc Fix]
|
||||
- Escaping of code containing > was done wrong.
|
||||
|
||||
0.4.0 2013-11-21T06:38:44Z
|
||||
[00 Major Changes]
|
||||
- New Modules/Interfaces to make life easier for people who only need one of
|
||||
(Dist|Module) shares.
|
||||
|
||||
[Dependencies::Noteworthy]
|
||||
- use Class::Tiny
|
||||
- use new MB and TestMore
|
||||
|
||||
[Dependencies::Stats]
|
||||
- Dependencies changed since 0.3.3, see misc/*.deps* for details
|
||||
|
||||
[Documentation]
|
||||
- Encoding specified
|
||||
- MetaPOD annotations added
|
||||
|
||||
[Packaging]
|
||||
- use new MB syntax for fallback
|
||||
|
||||
[Tests]
|
||||
- use Test::Compile::PerFile
|
||||
- Regenerate ReportVersions::Tiny to not report develop deps.
|
||||
- Regenerate CPAN::Changes test
|
||||
- Regenerate Kwalitee test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 15:54:12 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-File-ShareDir
|
||||
#
|
||||
# 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,10 +17,10 @@
|
||||
|
||||
|
||||
Name: perl-Test-File-ShareDir
|
||||
Version: 0.3.3
|
||||
Version: 1.000001
|
||||
Release: 0
|
||||
%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+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-File-ShareDir/
|
||||
@ -29,6 +29,7 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Tiny)
|
||||
BuildRequires: perl(File::Copy::Recursive)
|
||||
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||
BuildRequires: perl(Module::Build) >= 0.4004
|
||||
@ -54,14 +55,15 @@ this module will not be usable by you.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL installdirs=vendor
|
||||
make
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user