forked from pool/graphviz
Accepting request 241164 from home:TheBlackCat:branches:graphics
This should fix the build errors when building in the openSUSE:Factory repository. The openSUSE_Factory_standard_direct build target builds against the openSUSE:Factory repository directly, not graphics, so if it builds there it will build in openSUSE:Factory. OBS-URL: https://build.opensuse.org/request/show/241164 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=91
This commit is contained in:
parent
454305e77c
commit
597e3941e4
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 11:17:42 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Require gd-devel instead of libgd-devel. That is the current
|
||||||
|
name for the package.
|
||||||
|
- Remove upstream-included patch graphviz-ppc64le_lib64_support.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 18 12:32:34 CEST 2014 - pth@suse.de
|
Wed Jun 18 12:32:34 CEST 2014 - pth@suse.de
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ BuildRequires: gmp-devel
|
|||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: guile-devel
|
BuildRequires: guile-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgd-devel
|
BuildRequires: gd-devel
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
@ -102,8 +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
|
||||||
#PATCH-FIX-UPSTREAM Add ppc64le as using lib64
|
|
||||||
Patch109: graphviz-ppc64le_lib64_support.patch
|
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -273,7 +271,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
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 11:33:27 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Remove upstream-included patch graphviz-ppc64le_lib64_support.patch
|
||||||
|
from graphviz-plugins.spec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 23 16:46:05 CEST 2014 - pth@suse.de
|
Fri May 23 16:46:05 CEST 2014 - pth@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user