8
0

Accepting request 368328 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/368328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-Contents?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2016-03-09 06:31:51 +00:00
committed by Git OBS Bridge
parent 1c362e032d
commit a838aa3f32
5 changed files with 48 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-File-Contents
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,19 +17,20 @@
Name: perl-Test-File-Contents
Version: 0.21
Version: 0.22
Release: 0
%define cpan_name Test-File-Contents
Summary: Test routines for examining the contents of files
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-File-Contents/
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.30
BuildRequires: perl(Module::Build) >= 0.300000
BuildRequires: perl(Test::Builder) >= 0.70
BuildRequires: perl(Test::More) >= 0.70
BuildRequires: perl(Text::Diff) >= 0.35
@@ -58,6 +59,6 @@ Test routines for examining the contents of files
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README.md
%doc Changes README
%changelog