OBS User unknown 2008-04-08 21:34:21 +00:00 committed by Git OBS Bridge
parent a3a56ce038
commit 8930f83475
5 changed files with 36 additions and 2 deletions

View File

@ -0,0 +1,16 @@
--- tclpkg/gv/demo/modgraph.lua
+++ tclpkg/gv/demo/modgraph.lua
@@ -1,4 +1,4 @@
-#!/usr/bin/lua
+#!/usr/bin/lua5.1
-- display the kernel module dependencies
--- tclpkg/gv/demo/modgraph.php
+++ tclpkg/gv/demo/modgraph.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/php5
<?
include("gv.php");

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 7 13:32:38 CEST 2008 - pth@suse.de
- Fix paths for lua and php interpreter in examples.
-------------------------------------------------------------------
Thu Apr 3 16:31:10 CEST 2008 - pth@suse.de

View File

@ -24,7 +24,7 @@ BuildRequires: graphviz libgnomeui-devel
BuildRequires: fdupes
%endif
Version: 2.18
Release: 3
Release: 4
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -40,6 +40,7 @@ Patch7: graphviz-codecleanup.patch
Patch8: graphviz-missing_includes.patch
Patch9: graphviz-configure_grok_vars.patch
Patch10: graphviz-2.18-duplicate_decls.patch
Patch11: graphviz-%{version}-interpreter_names.patch
#Patches above 100 are graphviz-plugins specific.
Patch100: graphviz-plugins-fix_install_dirs.patch
Patch101: graphviz-plugins-tcl_install_dir.patch
@ -343,6 +344,7 @@ Authors:
%patch8
%patch9
%patch10
%patch11
%patch100
%patch101
# Fix path in generated man pages
@ -533,6 +535,8 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%doc __doc/*
%changelog
* Mon Apr 07 2008 pth@suse.de
- Fix paths for lua and php interpreter in examples.
* Thu Apr 03 2008 pth@suse.de
- Fix package and filelist correctly.
- Install tcl specific libraries to %%_libdir

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 7 13:32:38 CEST 2008 - pth@suse.de
- Fix paths for lua and php in examples
-------------------------------------------------------------------
Fri Mar 28 12:53:29 CET 2008 - pth@suse.de

View File

@ -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
PreReq: /bin/rm
Version: 2.18
Release: 6
Release: 8
AutoReqProv: on
Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph
@ -34,6 +34,7 @@ Patch7: graphviz-codecleanup.patch
Patch8: graphviz-missing_includes.patch
Patch9: graphviz-configure_grok_vars.patch
Patch10: graphviz-2.18-duplicate_decls.patch
Patch11: graphviz-%{version}-interpreter_names.patch
Url: http://www.graphviz.org/
License: IBM Public License
Prefix: /usr
@ -95,6 +96,7 @@ Authors:
%patch8
%patch9
%patch10
%patch11
# 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
# remove broken macros
@ -209,6 +211,8 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
#%exclude %{_libdir}/graphviz/*.so
%changelog
* Mon Apr 07 2008 pth@suse.de
- Fix paths for lua and php in examples
* Fri Mar 28 2008 pth@suse.de
- Update to 2.18. Changes since 2.12:
- Lots of bugs fixed, see ChangeLog for detailed list.