forked from pool/graphviz
fix patches
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=88
This commit is contained in:
parent
29a671772a
commit
ff4418efcd
@ -23,7 +23,7 @@ Index: tclpkg/Makefile.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- tclpkg/Makefile.in.orig 2013-09-07 03:11:21.000000000 +0200
|
--- tclpkg/Makefile.in.orig 2013-09-07 03:11:21.000000000 +0200
|
||||||
+++ tclpkg/Makefile.in 2013-09-09 13:52:50.830269146 +0200
|
+++ tclpkg/Makefile.in 2013-09-09 13:52:50.830269146 +0200
|
||||||
@@ -522,8 +522,9 @@ pkgpython26dir = $(pkglibdir)/python26
|
@@ -527,8 +527,9 @@ pkgpython26dir = $(pkglibdir)/python26
|
||||||
pkgpython27dir = $(pkglibdir)/python27
|
pkgpython27dir = $(pkglibdir)/python27
|
||||||
pkgRdir = $(pkglibdir)/R
|
pkgRdir = $(pkglibdir)/R
|
||||||
pkgrubydir = $(pkglibdir)/ruby
|
pkgrubydir = $(pkglibdir)/ruby
|
||||||
@ -34,4 +34,4 @@ Index: tclpkg/Makefile.in
|
|||||||
+
|
+
|
||||||
@WITH_TCL_TRUE@pkgindex_DATA = pkgIndex.tcl
|
@WITH_TCL_TRUE@pkgindex_DATA = pkgIndex.tcl
|
||||||
SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv
|
SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv
|
||||||
EXTRA_DIST = Makefile.old mkpkgindex.sh
|
EXTRA_DIST = mkpkgindex.sh
|
||||||
|
@ -34,12 +34,12 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: freetype2-devel >= 2
|
BuildRequires: freetype2-devel >= 2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libgd-devel
|
|
||||||
BuildRequires: ghostscript
|
BuildRequires: ghostscript
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: guile-devel
|
BuildRequires: guile-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libgd-devel
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
@ -102,7 +102,6 @@ Patch103: graphviz-2.20.2-interpreter_names.patch
|
|||||||
Patch106: graphviz-fix-pkgIndex.patch
|
Patch106: graphviz-fix-pkgIndex.patch
|
||||||
#PATCH-FIX-UPSTREAM Don't warn about harmless issues with swig generated code
|
#PATCH-FIX-UPSTREAM Don't warn about harmless issues with swig generated code
|
||||||
Patch108: graphviz-useless_warnings.patch
|
Patch108: graphviz-useless_warnings.patch
|
||||||
Patch109: graphviz-ppc64le_lib64_support.patch
|
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -274,7 +273,6 @@ Provides some additional PDF and HTML documentation for graphviz.
|
|||||||
%patch103
|
%patch103
|
||||||
%patch106
|
%patch106
|
||||||
%patch108
|
%patch108
|
||||||
%patch109
|
|
||||||
rm -f contrib/gprof2dot.awk
|
rm -f contrib/gprof2dot.awk
|
||||||
|
|
||||||
# Fix path in generated man pages
|
# Fix path in generated man pages
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -102,7 +102,7 @@ if test -z "$LIBPOSTFIX"; then
|
|
||||||
case "${host_os}" in
|
|
||||||
*linux* )
|
|
||||||
case "${host_cpu}" in
|
|
||||||
- aarch64 | powerpc64 | s390x | x86_64 | sparc64 )
|
|
||||||
+ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 )
|
|
||||||
LIBPOSTFIX="64"
|
|
||||||
;;
|
|
||||||
esac
|
|
Loading…
Reference in New Issue
Block a user