diff --git a/graphviz-plugins.changes b/graphviz-plugins.changes index a5136fe..0613e5c 100644 --- a/graphviz-plugins.changes +++ b/graphviz-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 4 10:58:25 UTC 2012 - reddwarf@opensuse.org + +- Force lua 5.1 to fix Factory build + ------------------------------------------------------------------- Tue Feb 28 09:43:45 CET 2012 - jsmeix@suse.de diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index 44b5d49..4843f40 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz-plugins # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -37,7 +37,6 @@ BuildRequires: libgnomeui-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libstdc++-devel -BuildRequires: lua-devel BuildRequires: m4 BuildRequires: mono-core BuildRequires: ocaml @@ -59,16 +58,18 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libglade-2.0) +BuildRequires: pkgconfig(lua) < 5.2 +BuildRequires: pkgconfig(lua) >= 5.1 BuildRequires: pkgconfig(pango) %if 0%{?suse_version} > 1020 BuildRequires: fdupes %endif Version: 2.28.0 -Release: 1 -License: IPL-1.0 +Release: 0 Summary: Graph Visualization Tools -Url: http://www.graphviz.org/ +License: IPL-1.0 Group: Productivity/Graphics/Visualization/Graph +Url: http://www.graphviz.org/ Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{mname}-%{version}.tar.gz Patch1: graphviz-gd_png_check_sig.patch Patch100: graphviz-plugins-fix_install_dirs.patch @@ -92,7 +93,6 @@ A collection of tools and tcl packages for the manipulation and layout of graphs (as in nodes and edges, not as in bar charts). %package -n graphviz-gnome -License: IPL-1.0 Summary: Graphviz plugins that use gtk/GNOME Group: Productivity/Graphics/Visualization/Graph Requires(pre): coreutils @@ -104,7 +104,6 @@ Provides: graphviz_plugin = %{version} Graphviz plugins that use gtk/GNOME. %package -n graphviz-gd -License: IPL-1.0 Summary: Graphviz plugin for renderers based on gd Group: Productivity/Graphics/Visualization/Graph Requires(pre): coreutils @@ -117,7 +116,6 @@ The graphviz-gd package contains the gd extensions for the graphviz tools. %package -n graphviz-guile -License: IPL-1.0 Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -129,7 +127,6 @@ A collection of tools and tcl packages for the manipulation and layout of graphs (as in nodes and edges, not as in bar charts). %package -n graphviz-java -License: IPL-1.0 Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -141,7 +138,6 @@ A collection of tools and tcl packages for the manipulation and layout of graphs (as in nodes and edges, not as in bar charts). %package -n graphviz-lua -License: IPL-1.0 Summary: Lua extension for graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -153,7 +149,6 @@ The graphviz-lua package contains the lua extension for the graphviz tools. %package -n graphviz-ocaml -License: IPL-1.0 Summary: OCAML extension for graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -165,7 +160,6 @@ The graphviz-ocaml package contains the Objective Caml extension for the graphviz tools. %package -n graphviz-perl -License: IPL-1.0 Summary: Perl extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -177,7 +171,6 @@ The graphviz-perl package contains the Perl extension for the graphviz tools. %package -n graphviz-php -License: IPL-1.0 Summary: PHP Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -189,7 +182,6 @@ The graphviz-php package contains the PHP extension for the graphviz tools. %package -n graphviz-python -License: IPL-1.0 Summary: Python Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -201,7 +193,6 @@ The graphviz-python package contains the Python extension for the graphviz tools. %package -n graphviz-ruby -License: IPL-1.0 Summary: Ruby Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -213,7 +204,6 @@ The graphviz-ruby package contains the ruby extension for the graphviz tools. %package -n graphviz-sharp -License: IPL-1.0 Summary: C# Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} @@ -225,7 +215,6 @@ The graphviz-sharp package contains the C# extension for the graphviz tools. %package -n graphviz-tcl -License: IPL-1.0 Summary: Tcl extension tools for graphviz Group: Development/Libraries/Tcl Requires: graphviz = %{version} @@ -238,7 +227,6 @@ The graphviz-tcl package contains the various tcl packages (extensions) for the graphviz tools. %package -n graphviz-doc -License: IPL-1.0 Summary: Documentation for graphviz Group: Productivity/Graphics/Visualization/Graph diff --git a/graphviz.spec b/graphviz.spec index b65c235..57c7b77 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -21,11 +21,11 @@ Name: graphviz Version: 2.28.0 -Release: 1 -License: IPL-1.0 +Release: 0 Summary: Graph Visualization Tools -Url: http://www.graphviz.org/ +License: IPL-1.0 Group: Productivity/Graphics/Visualization/Graph +Url: http://www.graphviz.org/ Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz Source2: graphviz-rpmlintrc Patch1: graphviz-gd_png_check_sig.patch @@ -62,7 +62,6 @@ A collection of tools and tcl packages for the manipulation and layout of graphs (as in nodes and edges, not as in bar charts). %package devel -License: IPL-1.0 Summary: Graphiviz development package Group: Development/Libraries/C and C++ Requires: %{name} = %{version}