This commit is contained in:
parent
a3a56ce038
commit
8930f83475
16
graphviz-2.18-interpreter_names.patch
Normal file
16
graphviz-2.18-interpreter_names.patch
Normal 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");
|
||||||
|
|
@ -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
|
Thu Apr 3 16:31:10 CEST 2008 - pth@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: graphviz libgnomeui-devel
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Version: 2.18
|
Version: 2.18
|
||||||
Release: 3
|
Release: 4
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
@ -40,6 +40,7 @@ Patch7: graphviz-codecleanup.patch
|
|||||||
Patch8: graphviz-missing_includes.patch
|
Patch8: graphviz-missing_includes.patch
|
||||||
Patch9: graphviz-configure_grok_vars.patch
|
Patch9: graphviz-configure_grok_vars.patch
|
||||||
Patch10: graphviz-2.18-duplicate_decls.patch
|
Patch10: graphviz-2.18-duplicate_decls.patch
|
||||||
|
Patch11: graphviz-%{version}-interpreter_names.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
|
||||||
@ -343,6 +344,7 @@ Authors:
|
|||||||
%patch8
|
%patch8
|
||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
|
%patch11
|
||||||
%patch100
|
%patch100
|
||||||
%patch101
|
%patch101
|
||||||
# Fix path in generated man pages
|
# 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/*
|
%doc __doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 07 2008 pth@suse.de
|
||||||
|
- Fix paths for lua and php interpreter in examples.
|
||||||
* Thu Apr 03 2008 pth@suse.de
|
* Thu Apr 03 2008 pth@suse.de
|
||||||
- Fix package and filelist correctly.
|
- Fix package and filelist correctly.
|
||||||
- Install tcl specific libraries to %%_libdir
|
- Install tcl specific libraries to %%_libdir
|
||||||
|
@ -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
|
Fri Mar 28 12:53:29 CET 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: 6
|
Release: 8
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
@ -34,6 +34,7 @@ Patch7: graphviz-codecleanup.patch
|
|||||||
Patch8: graphviz-missing_includes.patch
|
Patch8: graphviz-missing_includes.patch
|
||||||
Patch9: graphviz-configure_grok_vars.patch
|
Patch9: graphviz-configure_grok_vars.patch
|
||||||
Patch10: graphviz-2.18-duplicate_decls.patch
|
Patch10: graphviz-2.18-duplicate_decls.patch
|
||||||
|
Patch11: graphviz-%{version}-interpreter_names.patch
|
||||||
Url: http://www.graphviz.org/
|
Url: http://www.graphviz.org/
|
||||||
License: IBM Public License
|
License: IBM Public License
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
@ -95,6 +96,7 @@ Authors:
|
|||||||
%patch8
|
%patch8
|
||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
|
%patch11
|
||||||
# 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
|
||||||
@ -209,6 +211,8 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
|
|||||||
#%exclude %{_libdir}/graphviz/*.so
|
#%exclude %{_libdir}/graphviz/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 07 2008 pth@suse.de
|
||||||
|
- Fix paths for lua and php in examples
|
||||||
* Fri Mar 28 2008 pth@suse.de
|
* Fri Mar 28 2008 pth@suse.de
|
||||||
- Update to 2.18. Changes since 2.12:
|
- Update to 2.18. Changes since 2.12:
|
||||||
- Lots of bugs fixed, see ChangeLog for detailed list.
|
- Lots of bugs fixed, see ChangeLog for detailed list.
|
||||||
|
Loading…
Reference in New Issue
Block a user