Hello community,
here is the log from the commit of package perl-HTML-SimpleParse for
openSUSE:Factory checked in at 2019-11-26 16:52:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-SimpleParse (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-SimpleParse.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-SimpleParse"
Tue Nov 26 16:52:41 2019 rev:21 rq:748269 version:0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-HTML-SimpleParse/perl-HTML-SimpleParse.changes
2011-11-21 12:40:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-HTML-SimpleParse.new.26869/perl-HTML-SimpleParse.changes
2019-11-26 16:53:00.136235465 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 12:58:50 UTC 2019 - Arjen de Korte <[email protected]>
+
+- Change architecture to 'noarch'
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-SimpleParse.spec ++++++
--- /var/tmp/diff_new_pack.V4UgFV/_old 2019-11-26 16:53:00.612235293 +0100
+++ /var/tmp/diff_new_pack.V4UgFV/_new 2019-11-26 16:53:00.616235292 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-SimpleParse
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,27 +12,25 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-HTML-SimpleParse
Version: 0.12
-Release: 266
+Release: 0
Provides: HTML-SimpleParse
Conflicts: perlmod
-AutoReqProv: on
-Group: Development/Libraries/Perl
-License: Artistic-1.0
Url: http://search.cpan.org/perldoc?HTML::SimpleParse
Summary: a bare-bones HTML parser
+License: Artistic-1.0
+Group: Development/Libraries/Perl
Source: HTML-SimpleParse-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
+BuildArch: noarch
%description
This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
@@ -69,18 +67,12 @@
make test
%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
%perl_process_packlist
+%perl_gen_filelist
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
+%files -f %{name}.files
%defattr(-, root, root)
%doc Changes README
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/HTML
-%{perl_vendorarch}/auto/HTML
%changelog