8
0

- Remove graphviz from build environment not to run test cases with

bug reports open for 7 years

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-RecordParser?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2022-01-22 08:54:02 +00:00
committed by Git OBS Bridge
parent 004675b89d
commit 9d6bb79f05
3 changed files with 10 additions and 17 deletions

View File

@@ -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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 22 08:53:28 UTC 2022 - Stephan Kulow <coolo@suse.com>
- 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

View File

@@ -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.