diff --git a/cpanspec.yml b/cpanspec.yml index ea51f82..58096d6 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -7,12 +7,6 @@ #patches: # foo.patch: -p1 # bar.patch: -preamble: |- - BuildRequires: cairo - BuildRequires: ghostscript-fonts-std - BuildRequires: graphviz-gnome - BuildRequires: pango - BuildRequires: perl(GraphViz) #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL diff --git a/perl-Text-RecordParser.changes b/perl-Text-RecordParser.changes index 23ade91..bef8185 100644 --- a/perl-Text-RecordParser.changes +++ b/perl-Text-RecordParser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 22 08:53:28 UTC 2022 - Stephan Kulow + +- Remove graphviz from build environment not to run test cases with + bug reports open for 7 years + ------------------------------------------------------------------- Sat Mar 17 05:22:56 UTC 2018 - bwiedemann@suse.com diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec index 00d3b7e..1ae807a 100644 --- a/perl-Text-RecordParser.spec +++ b/perl-Text-RecordParser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-RecordParser # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -22,9 +22,9 @@ Release: 0 #Upstream: GPL-1.0+ %define cpan_name Text-RecordParser Summary: Read Record-Oriented Files -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Text-RecordParser/ +URL: http://search.cpan.org/dist/Text-RecordParser/ Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -45,13 +45,6 @@ Requires: perl(Text::Autoformat) Recommends: perl(GraphViz) Recommends: perl(Text::TabularDisplay) >= 1.22 %{perl_requires} -# MANUAL BEGIN -BuildRequires: cairo -BuildRequires: ghostscript-fonts-std -BuildRequires: graphviz-gnome -BuildRequires: pango -BuildRequires: perl(GraphViz) -# MANUAL END %description This module is for reading record-oriented data in a delimited text file.