forked from pool/perl-Text-RecordParser
- 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:
committed by
Git OBS Bridge
parent
004675b89d
commit
9d6bb79f05
@@ -7,12 +7,6 @@
|
|||||||
#patches:
|
#patches:
|
||||||
# foo.patch: -p1
|
# foo.patch: -p1
|
||||||
# bar.patch:
|
# bar.patch:
|
||||||
preamble: |-
|
|
||||||
BuildRequires: cairo
|
|
||||||
BuildRequires: ghostscript-fonts-std
|
|
||||||
BuildRequires: graphviz-gnome
|
|
||||||
BuildRequires: pango
|
|
||||||
BuildRequires: perl(GraphViz)
|
|
||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
@@ -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
|
Sat Mar 17 05:22:56 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-RecordParser
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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+
|
#Upstream: GPL-1.0+
|
||||||
%define cpan_name Text-RecordParser
|
%define cpan_name Text-RecordParser
|
||||||
Summary: Read Record-Oriented Files
|
Summary: Read Record-Oriented Files
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -45,13 +45,6 @@ Requires: perl(Text::Autoformat)
|
|||||||
Recommends: perl(GraphViz)
|
Recommends: perl(GraphViz)
|
||||||
Recommends: perl(Text::TabularDisplay) >= 1.22
|
Recommends: perl(Text::TabularDisplay) >= 1.22
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
|
||||||
BuildRequires: cairo
|
|
||||||
BuildRequires: ghostscript-fonts-std
|
|
||||||
BuildRequires: graphviz-gnome
|
|
||||||
BuildRequires: pango
|
|
||||||
BuildRequires: perl(GraphViz)
|
|
||||||
# MANUAL END
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is for reading record-oriented data in a delimited text file.
|
This module is for reading record-oriented data in a delimited text file.
|
||||||
|
Reference in New Issue
Block a user