OBS User unknown 2008-08-15 16:00:43 +00:00 committed by Git OBS Bridge
parent 012255bd96
commit 7a40ef1b42
4 changed files with 25 additions and 17 deletions

View File

@ -1,3 +0,0 @@
#! /bin/sh
echo "pkg:graphviz"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 14 16:51:30 CEST 2008 - ro@suse.de
- drop get_release_number script
- remove release requires in plugins package, require just
the same version
-------------------------------------------------------------------
Thu Aug 7 15:53:42 CEST 2008 - ro@suse.de

View File

@ -30,7 +30,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel
BuildRequires: fdupes
%endif
Version: 2.20.2
Release: 2
Release: 3
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -75,7 +75,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Graphviz plugins that use gtk/GNOME
Requires: graphviz = %{version}-%{release}
Requires: graphviz = %{version}
PreReq: /bin/rm
%description -n graphviz-gnome
@ -97,7 +97,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Graphviz plugin for renderers based on gd
Requires: graphviz = %{version}-%{release} gd
Requires: graphviz = %{version} gd
PreReq: /bin/rm
%description -n graphviz-gd
@ -120,7 +120,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Graph Visualization Tools
Requires: graphviz = %{version}-%{release} guile
Requires: graphviz = %{version} guile
%description -n graphviz-guile
A collection of tools and tcl packages for the manipulation and layout
@ -142,7 +142,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Graph Visualization Tools
Requires: graphviz = %{version}-%{release} java
Requires: graphviz = %{version} java
%description -n graphviz-java
A collection of tools and tcl packages for the manipulation and layout
@ -164,7 +164,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Lua extension for graphviz
Requires: graphviz = %{version}-%{release} lua
Requires: graphviz = %{version} lua
%description -n graphviz-lua
The graphviz-lua package contains the lua extension for the graphviz
@ -186,7 +186,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: OCAML extension for graphviz
Requires: graphviz = %{version}-%{release} ocaml
Requires: graphviz = %{version} ocaml
%description -n graphviz-ocaml
The graphviz-ocaml package contains the Objective Caml extension for
@ -208,7 +208,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Perl extension for Graphviz
Requires: graphviz = %{version}-%{release} perl
Requires: graphviz = %{version} perl
%description -n graphviz-perl
The graphviz-perl package contains the Perl extension for the graphviz
@ -230,7 +230,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: PHP Extension for Graphviz
Requires: graphviz = %{version}-%{release} php5
Requires: graphviz = %{version} php5
%description -n graphviz-php
The graphviz-php package contains the PHP extension for the graphviz
@ -252,7 +252,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Python Extension for Graphviz
Requires: graphviz = %{version}-%{release} python
Requires: graphviz = %{version} python
%description -n graphviz-python
The graphviz-python package contains the Python extension for the
@ -274,7 +274,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: Ruby Extension for Graphviz
Requires: graphviz = %{version}-%{release} ruby
Requires: graphviz = %{version} ruby
%description -n graphviz-ruby
The graphviz-ruby package contains the ruby extension for the graphviz
@ -296,7 +296,7 @@ Authors:
License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph
Summary: C# Extension for Graphviz
Requires: graphviz = %{version}-%{release} mono-core
Requires: graphviz = %{version} mono-core
%description -n graphviz-sharp
The graphviz-sharp package contains the C# extension for the graphviz
@ -318,7 +318,7 @@ Authors:
License: IBM Public License
Group: Development/Libraries/Tcl
Summary: Tcl extension tools for graphviz
Requires: graphviz = %{version}-%{release} tcl >= 8.3 tk
Requires: graphviz = %{version} tcl >= 8.3 tk
%description -n graphviz-tcl
The graphviz-tcl package contains the various tcl packages (extensions)
@ -551,6 +551,10 @@ done
%doc __doc/*
%changelog
* Thu Aug 14 2008 ro@suse.de
- drop get_release_number script
- remove release requires in plugins package, require just
the same version
* Thu Aug 07 2008 ro@suse.de
- drop nodebug, require main graphviz package from debuginfo
instead

View File

@ -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: 17
Release: 23
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph