Accepting request 401423 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/401423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph-Easy?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2016-06-12 14:11:47 +00:00
committed by Git OBS Bridge
parent 0952578091
commit 84581f40a6
5 changed files with 56 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Graph-Easy
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,19 +17,20 @@
Name: perl-Graph-Easy
Version: 0.75
Version: 0.76
Release: 0
%define cpan_name Graph-Easy
Summary: Convert or render graphs (as ASCII, HTML, SVG or via Graphviz)
License: GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Graph-Easy/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.36
BuildRequires: perl(Module::Build) >= 0.360000
Recommends: perl(Graph::Easy::As_svg) >= 0.23
%{perl_requires}
@@ -37,15 +38,15 @@ Recommends: perl(Graph::Easy::As_svg) >= 0.23
'Graph::Easy' lets you generate graphs consisting of various shaped nodes
connected by edges (with optional labels).
It can read and write graphs in a varity of formats, as well as render them
via its own grid-based layouter.
It can read and write graphs in a variety of formats, as well as render
them via its own grid-based layouter.
Since the layouter works on a grid (manhattan layout), the output is most
useful for flow charts, network diagrams, or hierarchy trees.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor