This commit is contained in:
parent
bf16d9b741
commit
cde01f42d4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 27 14:41:08 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de
|
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Version: 2.18
|
Version: 2.18
|
||||||
Release: 6
|
Release: 7
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
@ -43,6 +43,7 @@ Patch10: graphviz-2.18-duplicate_decls.patch
|
|||||||
Patch11: graphviz-%{version}-interpreter_names.patch
|
Patch11: graphviz-%{version}-interpreter_names.patch
|
||||||
#Patch from CVS, will be obsolete with next release after 2.18
|
#Patch from CVS, will be obsolete with next release after 2.18
|
||||||
Patch12: graphviz-dot_verify_plugins.patch
|
Patch12: graphviz-dot_verify_plugins.patch
|
||||||
|
Patch13: graphviz-stddefs.patch
|
||||||
#Patches above 100 are graphviz-plugins specific.
|
#Patches above 100 are graphviz-plugins specific.
|
||||||
Patch100: graphviz-plugins-fix_install_dirs.patch
|
Patch100: graphviz-plugins-fix_install_dirs.patch
|
||||||
Patch101: graphviz-plugins-tcl_install_dir.patch
|
Patch101: graphviz-plugins-tcl_install_dir.patch
|
||||||
@ -371,6 +372,7 @@ Authors:
|
|||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
%patch12
|
||||||
|
%patch13
|
||||||
%patch100
|
%patch100
|
||||||
%patch101
|
%patch101
|
||||||
%patch102
|
%patch102
|
||||||
@ -564,6 +566,8 @@ done
|
|||||||
%doc __doc/*
|
%doc __doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 27 2008 coolo@suse.de
|
||||||
|
- fix build
|
||||||
* Tue Apr 22 2008 pth@suse.de
|
* Tue Apr 22 2008 pth@suse.de
|
||||||
- Move all GTK/GNOME related stuff to plugins package.
|
- Move all GTK/GNOME related stuff to plugins package.
|
||||||
* Thu Apr 17 2008 pth@suse.de
|
* Thu Apr 17 2008 pth@suse.de
|
||||||
|
31
graphviz-stddefs.patch
Normal file
31
graphviz-stddefs.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
--- lib/sfio/sfvprintf.c.orig 2008-04-27 12:42:51.000000000 +0200
|
||||||
|
+++ lib/sfio/sfvprintf.c 2008-04-27 12:43:00.000000000 +0200
|
||||||
|
@@ -14,6 +14,7 @@
|
||||||
|
* AT&T Research, Florham Park NJ *
|
||||||
|
**********************************************************/
|
||||||
|
|
||||||
|
+#include <stddef.h>
|
||||||
|
#include "sfhdr.h"
|
||||||
|
|
||||||
|
/* The engine for formatting data
|
||||||
|
--- lib/sfio/sftable.c.orig 2008-04-27 12:40:15.000000000 +0200
|
||||||
|
+++ lib/sfio/sftable.c 2008-04-27 12:42:43.000000000 +0200
|
||||||
|
@@ -14,6 +14,8 @@
|
||||||
|
* AT&T Research, Florham Park NJ *
|
||||||
|
**********************************************************/
|
||||||
|
|
||||||
|
+#include <stddef.h>
|
||||||
|
+
|
||||||
|
#include "sfhdr.h"
|
||||||
|
|
||||||
|
/* Dealing with $ argument addressing stuffs.
|
||||||
|
--- lib/sfio/sfvscanf.c.orig 2008-04-27 13:56:17.000000000 +0200
|
||||||
|
+++ lib/sfio/sfvscanf.c 2008-04-27 13:56:35.000000000 +0200
|
||||||
|
@@ -14,6 +14,7 @@
|
||||||
|
* AT&T Research, Florham Park NJ *
|
||||||
|
**********************************************************/
|
||||||
|
|
||||||
|
+#include <stddef.h>
|
||||||
|
#include "sfhdr.h"
|
||||||
|
|
||||||
|
/* The main engine for reading formatted data
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 27 14:41:01 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de
|
Tue Apr 22 14:37:18 CEST 2008 - pth@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,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
|
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
Version: 2.18
|
Version: 2.18
|
||||||
Release: 11
|
Release: 13
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
@ -37,6 +37,7 @@ Patch10: graphviz-2.18-duplicate_decls.patch
|
|||||||
Patch11: graphviz-%{version}-interpreter_names.patch
|
Patch11: graphviz-%{version}-interpreter_names.patch
|
||||||
#Patch obsolete with the next release after 2.18
|
#Patch obsolete with the next release after 2.18
|
||||||
Patch12: graphviz-dot_verify_plugins.patch
|
Patch12: graphviz-dot_verify_plugins.patch
|
||||||
|
Patch13: graphviz-stddefs.patch
|
||||||
Url: http://www.graphviz.org/
|
Url: http://www.graphviz.org/
|
||||||
License: IBM Public License
|
License: IBM Public License
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
@ -100,6 +101,7 @@ Authors:
|
|||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
%patch12
|
||||||
|
%patch13
|
||||||
# Fix path in generated man pages
|
# Fix path in generated man pages
|
||||||
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
|
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
|
||||||
# remove broken macros
|
# remove broken macros
|
||||||
@ -214,6 +216,8 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
|
|||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 27 2008 coolo@suse.de
|
||||||
|
- fix build
|
||||||
* Tue Apr 22 2008 pth@suse.de
|
* Tue Apr 22 2008 pth@suse.de
|
||||||
- Move all GTK/GNOME related stuff to plugins package.
|
- Move all GTK/GNOME related stuff to plugins package.
|
||||||
* Tue Apr 15 2008 pth@suse.de
|
* Tue Apr 15 2008 pth@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user