Accepting request 29523 from graphics

Copy from graphics/graphviz based on submit request 29523 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=31
This commit is contained in:
OBS User autobuild 2010-01-14 14:54:14 +00:00 committed by Git OBS Bridge
parent 015de6cde7
commit 1c60c548d9
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 13 23:37:02 CET 2009 - dmueller@suse.de
- require the exact perl version it was build against, otherwise
libperl.so can not be found
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package graphviz-plugins (Version 2.20.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,7 +30,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel
BuildRequires: fdupes
%endif
Version: 2.20.2
Release: 7
Release: 8
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -217,7 +217,8 @@ Authors:
License: IBM Public License ..
Group: Productivity/Graphics/Visualization/Graph
Summary: Perl extension for Graphviz
Requires: graphviz = %{version} perl
Requires: graphviz = %{version}
Requires: perl = %{perl_version}
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-perl

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 15 21:30:37 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package graphviz (Version 2.20.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXpm-devel
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel
PreReq: /bin/rm
Version: 2.20.2
Release: 44
Release: 45
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -127,7 +127,7 @@ export CPPFLAGS="%optflags"
--with-ipsepcola \
--without-ming \
--disable-io
make DESTDIR=%buildroot
make %{?jobs:-j%jobs} DESTDIR=%buildroot
%install
make install \