Hello community,
here is the log from the commit of package perl-TAP-Harness-JUnit for
openSUSE:Leap:15.2 checked in at 2020-02-21 10:51:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-TAP-Harness-JUnit (Old)
and /work/SRC/openSUSE:Leap:15.2/.perl-TAP-Harness-JUnit.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-TAP-Harness-JUnit"
Fri Feb 21 10:51:14 2020 rev:1 rq:776024 version:0.42
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.perl-TAP-Harness-JUnit.new.26092/perl-TAP-Harness-JUnit.changes
2020-02-21 10:51:14.579153447 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Mon Apr 13 18:35:26 UTC 2015 - [email protected]
+
+- initial package $version
+ * created by $NAME $VERSION
+
New:
----
TAP-Harness-JUnit-0.42.tar.gz
perl-TAP-Harness-JUnit.changes
perl-TAP-Harness-JUnit.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-TAP-Harness-JUnit.spec ++++++
#
# spec file for package perl-TAP-Harness-JUnit
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-TAP-Harness-JUnit
Version: 0.42
Release: 0
%define cpan_name TAP-Harness-JUnit
Summary: Generate JUnit compatible output from TAP results
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/TAP-Harness-JUnit/
Source:
http://www.cpan.org/authors/id/J/JL/JLAVALLEE/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(TAP::Harness) >= 3.05
BuildRequires: perl(TAP::Parser)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(XML::Simple)
Requires: perl(TAP::Harness) >= 3.05
Requires: perl(TAP::Parser)
Requires: perl(XML::Simple)
%{perl_requires}
%description
The only difference between this module and _TAP::Harness_ is that this
module adds the optional arguments 'xmlfile', 'package', and 'namemangle'
that cause the output to be formatted into XML in a format similar to the
one that is produced by the JUnit testing framework.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog README.md
%changelog