OBS User unknown 2007-05-11 08:34:45 +00:00 committed by Git OBS Bridge
parent a699342562
commit 25c552eb14
5 changed files with 23 additions and 2 deletions

3
get_release_number.sh Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 11 10:32:51 CEST 2007 - ro@suse.de
- added get_release_number.sh to sync rel-number between
graphviz and graphviz-plugins
-------------------------------------------------------------------
Thu May 10 01:42:44 CEST 2007 - ro@suse.de

View File

@ -20,7 +20,7 @@ BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-dev
BuildRequires: cairo-devel gcc-java gmp-devel guile-devel libgcj-devel lua-devel mono-core ocaml pango-devel
BuildRequires: graphviz libgnomeui-devel php5-devel
Version: 2.12
Release: 1
Release: 4
Autoreqprov: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -449,6 +449,9 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%doc __doc/*
%changelog
* Fri May 11 2007 - ro@suse.de
- added get_release_number.sh to sync rel-number between
graphviz and graphviz-plugins
* Thu May 10 2007 - ro@suse.de
- create own specfile for all plugins to reduce build dependencies
of main package (and break various build cycles)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 11 10:32:20 CEST 2007 - ro@suse.de
- added get_release_number.sh to sync rel-number between
graphviz and graphviz-plugins
-------------------------------------------------------------------
Thu May 10 01:48:27 CEST 2007 - ro@suse.de

View File

@ -17,7 +17,7 @@ BuildRequires: bison flex glib2-devel xorg-x11-devel
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
Version: 2.12
Release: 2
Release: 4
Autoreqprov: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -199,6 +199,9 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%exclude %{_libdir}/graphviz/*.so
%changelog
* Fri May 11 2007 - ro@suse.de
- added get_release_number.sh to sync rel-number between
graphviz and graphviz-plugins
* Thu May 10 2007 - ro@suse.de
- split off plugins to separate specfile to break build cycles
* Tue May 08 2007 - pth@suse.de