8
0

Accepting request 459434 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/459434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-SemanticDiff?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2017-02-28 14:17:21 +00:00
committed by Git OBS Bridge
parent 595335dc51
commit 1d0ad18ff6
5 changed files with 51 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-SemanticDiff
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,21 @@
Name: perl-XML-SemanticDiff
Version: 1.0004
Version: 1.0005
Release: 0
%define cpan_name XML-SemanticDiff
Summary: Perl extension for comparing XML documents.
Summary: Perl extension for comparing XML documents
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-SemanticDiff/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{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.39
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(XML::Parser)
Requires: perl(XML::Parser)
%{perl_requires}
@@ -55,6 +57,7 @@ hashref describes a single difference between the two docs.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes eg LICENSE README
%doc Changes eg README
%license LICENSE
%changelog