8
0

Accepting request 990971 from devel:languages:perl:autoupdate

- updated to 0.240
   see /usr/share/doc/packages/perl-Test-File-Contents/Changes

OBS-URL: https://build.opensuse.org/request/show/990971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-Contents?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2022-07-28 12:41:39 +00:00
committed by Git OBS Bridge
parent 7431aef340
commit 61fa598911
4 changed files with 28 additions and 23 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd6fadfb910b34b4b53991ff231dad99929ca8850abec3ad0e2810c4bd7b1f3d
size 10095

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7d2914b81a8487ba426e2e908ec722d0d17694a593a416402074bac31ae8e5f
size 15939

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 18 03:08:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.240
see /usr/share/doc/packages/perl-Test-File-Contents/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:03:55 UTC 2016 - coolo@suse.com Mon Mar 21 12:03:55 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-File-Contents # spec file for package perl-Test-File-Contents
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# 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
@@ -12,53 +12,52 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Test-File-Contents
Version: 0.23
Release: 0
%define cpan_name Test-File-Contents %define cpan_name Test-File-Contents
Name: perl-Test-File-Contents
Version: 0.240
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test routines for examining the contents of files Summary: Test routines for examining the contents of files
License: Artistic-1.0 or GPL-1.0+ URL: https://metacpan.org/release/%{cpan_name}
Group: Development/Libraries/Perl Source0: https://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Test-File-Contents/
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.300000
BuildRequires: perl(Test::Builder) >= 0.70 BuildRequires: perl(Test::Builder) >= 0.70
BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::More) >= 0.70
BuildRequires: perl(Text::Diff) >= 0.35 BuildRequires: perl(Text::Diff) >= 0.35
Requires: perl(Test::Builder) >= 0.70 Requires: perl(Test::Builder) >= 0.70
Requires: perl(Text::Diff) >= 0.35 Requires: perl(Text::Diff) >= 0.35
Recommends: perl(Test::Pod) >= 1.41
Recommends: perl(Test::Pod::Coverage) >= 1.06
%{perl_requires} %{perl_requires}
%description %description
Test routines for examining the contents of files Got an app that generates files? Then you need to test those files to make
sure that their contents are correct. This module makes that easy. Use its
test functions to make sure that the contents of files are exactly what you
expect them to be.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor perl Makefile.PL INSTALLDIRS=vendor
./Build build flags=%{?_smp_mflags} %make_build
%check %check
./Build test make test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE
%changelog %changelog