2011-12-11 20:40:01 +00:00
|
|
|
# Necessary conditionals
|
2014-03-19 21:19:29 +00:00
|
|
|
%ifarch %{power64} s390 s390x sparc64 %{arm} alpha aarch64
|
2011-12-11 20:40:01 +00:00
|
|
|
%global SHARP 0
|
|
|
|
%else
|
|
|
|
%global SHARP 1
|
2012-06-09 15:33:33 +00:00
|
|
|
%endif
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%global OCAML 1
|
|
|
|
|
|
|
|
%global DEVIL 1
|
2013-12-28 21:05:10 +00:00
|
|
|
%ifarch aarch64
|
|
|
|
%global ARRRR 0
|
|
|
|
%else
|
2011-12-11 20:40:01 +00:00
|
|
|
%global ARRRR 1
|
2013-12-28 21:05:10 +00:00
|
|
|
%endif
|
2011-12-11 20:40:01 +00:00
|
|
|
|
|
|
|
# Build with QT applications (currently only gvedit)
|
|
|
|
# Disabled until the package gets better structuring, see bug #447133
|
|
|
|
%global QTAPPS 0
|
|
|
|
|
|
|
|
%global GTS 1
|
|
|
|
%global LASI 1
|
|
|
|
|
|
|
|
# Not in Fedora yet.
|
|
|
|
%global MING 0
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%global SHARP 0
|
|
|
|
%global ARRRR 0
|
|
|
|
%global DEVIL 0
|
|
|
|
%global GTS 0
|
|
|
|
%global LASI 0
|
|
|
|
%endif
|
|
|
|
|
2013-06-25 19:13:39 +00:00
|
|
|
# Plugins version
|
|
|
|
%global pluginsver 6
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
|
2012-01-20 16:56:23 +00:00
|
|
|
# Fix private-shared-object-provides
|
|
|
|
# RPM 4.9
|
|
|
|
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$
|
2009-07-13 15:54:45 +00:00
|
|
|
|
2012-08-17 15:06:28 +00:00
|
|
|
# Fix for the 387 extended precision (rhbz#772637)
|
|
|
|
%ifarch i386 i686
|
|
|
|
%global FFSTORE -ffloat-store
|
|
|
|
%endif
|
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
Name: graphviz
|
|
|
|
Summary: Graph Visualization Tools
|
2014-04-14 14:03:44 +00:00
|
|
|
Version: 2.38.0
|
2014-04-24 08:27:55 +00:00
|
|
|
Release: 3%{?dist}
|
2009-03-03 01:59:37 +00:00
|
|
|
Group: Applications/Multimedia
|
2011-05-13 18:13:25 +00:00
|
|
|
License: EPL
|
2009-03-03 01:59:37 +00:00
|
|
|
URL: http://www.graphviz.org/
|
|
|
|
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
2014-04-14 14:03:44 +00:00
|
|
|
# Fix typo in testsuite (upstream ticket #2441).
|
|
|
|
Patch0: graphviz-2.38.0-rtest-fix.patch
|
2009-03-03 01:59:37 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2
|
2013-06-25 20:19:47 +00:00
|
|
|
BuildRequires: ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig
|
2009-03-03 01:59:37 +00:00
|
|
|
BuildRequires: fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby, guile-devel, python-devel
|
|
|
|
BuildRequires: libXaw-devel, libSM-devel, libXext-devel, java-devel, php-devel
|
|
|
|
BuildRequires: cairo-devel >= 1.1.10, pango-devel, gmp-devel, lua-devel, gtk2-devel, libgnomeui-devel
|
2013-10-31 23:24:01 +00:00
|
|
|
BuildRequires: gd-devel, perl-devel, swig >= 1.3.33, automake, autoconf, libtool, qpdf
|
2013-03-22 20:10:41 +00:00
|
|
|
# Temporary workaound for perl(Carp) not pulled
|
|
|
|
BuildRequires: perl-Carp
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{SHARP}
|
|
|
|
BuildRequires: mono-core
|
|
|
|
%endif
|
|
|
|
%if %{DEVIL}
|
|
|
|
BuildRequires: DevIL-devel
|
|
|
|
%endif
|
|
|
|
%if %{ARRRR}
|
|
|
|
BuildRequires: R-devel
|
2009-03-03 01:59:37 +00:00
|
|
|
%endif
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{OCAML}
|
|
|
|
BuildRequires: ocaml
|
|
|
|
%endif
|
|
|
|
%if %{QTAPPS}
|
|
|
|
BuildRequires: qt-devel
|
|
|
|
%endif
|
|
|
|
%if %{GTS}
|
|
|
|
BuildRequires: gts-devel
|
|
|
|
%endif
|
|
|
|
%if %{LASI}
|
|
|
|
BuildRequires: lasi-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: urw-fonts, perl-ExtUtils-Embed, ghostscript-devel, librsvg2-devel
|
2011-02-22 15:56:44 +00:00
|
|
|
Requires: urw-fonts
|
2013-09-16 13:28:22 +00:00
|
|
|
# The vim is required by vimdot. The vim explicit dependency is not the best
|
|
|
|
# solution, because gvim can be used instead, but there is nothing like
|
|
|
|
# conditional dependencies in RPM, thus explicit dependency on vim shouldn't
|
|
|
|
# harm too much.
|
|
|
|
Requires: vim-enhanced
|
2009-03-03 01:59:37 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
|
|
%description
|
|
|
|
A collection of tools for the manipulation and layout of graphs (as in nodes
|
|
|
|
and edges, not as in barcharts).
|
2006-12-11 18:42:36 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development package for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, pkgconfig
|
2011-07-07 12:31:01 +00:00
|
|
|
Requires: %{name}-gd = %{version}-%{release}
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
A collection of tools for the manipulation and layout of graphs (as in nodes
|
|
|
|
and edges, not as in barcharts). This package contains development files for
|
|
|
|
graphviz.
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{DEVIL}
|
2009-03-03 01:59:37 +00:00
|
|
|
%package devil
|
2011-01-06 23:04:57 +00:00
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Graphviz plugin for renderers based on DevIL
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%description devil
|
|
|
|
Graphviz plugin for renderers based on DevIL. (Unless you absolutely have
|
|
|
|
to use BMP, TIF, or TGA, you are recommended to use the PNG format instead
|
|
|
|
supported directly by the cairo+pango based renderer in the base graphviz rpm.)
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Group: Documentation
|
|
|
|
Summary: PDF and HTML documents for graphviz
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Provides some additional PDF and HTML documentation for graphviz.
|
|
|
|
|
|
|
|
%package gd
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Graphviz plugin for renderers based on gd
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires(post): %{_bindir}/dot /sbin/ldconfig
|
|
|
|
Requires(postun): %{_bindir}/dot /sbin/ldconfig
|
|
|
|
|
|
|
|
%description gd
|
|
|
|
Graphviz plugin for renderers based on gd. (Unless you absolutely have to use
|
|
|
|
GIF, you are recommended to use the PNG format instead because of the better
|
|
|
|
quality anti-aliased lines provided by the cairo+pango based renderer.)
|
|
|
|
|
|
|
|
%package graphs
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Demo graphs for graphviz
|
|
|
|
|
|
|
|
%description graphs
|
|
|
|
Some demo graphs for graphviz.
|
|
|
|
|
|
|
|
%package guile
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Guile extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, guile
|
|
|
|
|
|
|
|
%description guile
|
|
|
|
Guile extension for graphviz.
|
|
|
|
|
|
|
|
%package java
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Java extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description java
|
|
|
|
Java extension for graphviz.
|
|
|
|
|
|
|
|
%package lua
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Lua extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, lua
|
|
|
|
|
|
|
|
%description lua
|
|
|
|
Lua extension for graphviz.
|
|
|
|
|
|
|
|
%if %{MING}
|
|
|
|
%package ming
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Graphviz plugin for flash renderer based on ming
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description ming
|
|
|
|
Graphviz plugin for -Tswf (flash) renderer based on ming.
|
2006-12-11 18:42:36 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%if %{OCAML}
|
|
|
|
%package ocaml
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Ocaml extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, ocaml
|
|
|
|
|
|
|
|
%description ocaml
|
|
|
|
Ocaml extension for graphviz.
|
2007-08-23 16:40:18 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%package perl
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Perl extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
Perl extension for graphviz.
|
|
|
|
|
|
|
|
%package php
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: PHP extension for graphviz
|
2009-07-13 15:54:45 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: php(zend-abi) = %{php_zend_api}
|
|
|
|
Requires: php(api) = %{php_core_api}
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%description php
|
|
|
|
PHP extension for graphviz.
|
|
|
|
|
|
|
|
%package python
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Python extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, python
|
|
|
|
|
|
|
|
%description python
|
|
|
|
Python extension for graphviz.
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{ARRRR}
|
2009-03-03 01:59:37 +00:00
|
|
|
%package R
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: R extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, R-core
|
|
|
|
|
|
|
|
%description R
|
|
|
|
R extension for graphviz.
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%package ruby
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Ruby extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, ruby
|
|
|
|
|
|
|
|
%description ruby
|
|
|
|
Ruby extension for graphviz.
|
|
|
|
|
|
|
|
%if %{SHARP}
|
|
|
|
%package sharp
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: C# extension for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, mono-core
|
|
|
|
|
|
|
|
%description sharp
|
|
|
|
C# extension for graphviz.
|
2007-11-28 18:17:02 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%package tcl
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Summary: Tcl extension & tools for graphviz
|
|
|
|
Requires: %{name} = %{version}-%{release}, tcl >= 8.3, tk
|
|
|
|
|
|
|
|
%description tcl
|
|
|
|
Various tcl packages (extensions) for the graphviz tools.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-04-14 14:03:44 +00:00
|
|
|
%patch0 -p1 -b .rtest-fix
|
2009-03-03 01:59:37 +00:00
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
# Attempt to fix rpmlint warnings about executable sources
|
|
|
|
find -type f -regex '.*\.\(c\|h\)$' -exec chmod a-x {} ';'
|
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%build
|
2013-05-15 19:11:19 +00:00
|
|
|
autoreconf -if
|
2009-03-03 01:59:37 +00:00
|
|
|
# Hack in the java includes we need
|
|
|
|
sed -i '/JavaVM.framework/!s/JAVA_INCLUDES=/JAVA_INCLUDES=\"_MY_JAVA_INCLUDES_\"/g' configure
|
|
|
|
sed -i 's|_MY_JAVA_INCLUDES_|-I%{java_home}/include/ -I%{java_home}/include/linux/|g' configure
|
2012-02-06 15:04:22 +00:00
|
|
|
# Rewrite config_ruby.rb to work with Ruby 1.9
|
|
|
|
sed -i 's|expand(|expand(Config::|' config/config_ruby.rb
|
|
|
|
sed -i 's|sitearchdir|vendorarchdir|' config/config_ruby.rb
|
|
|
|
|
|
|
|
# get the path to search for ruby/config.h to CPPFLAGS, so that configure can find it
|
2012-02-16 22:30:34 +00:00
|
|
|
export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbConfig::CONFIG['sitearch'])" || echo /dev/null`
|
2009-03-03 01:59:37 +00:00
|
|
|
%configure --with-x --disable-static --disable-dependency-tracking --without-mylibgd --with-ipsepcola --with-pangocairo --with-gdk-pixbuf \
|
2011-12-11 20:40:01 +00:00
|
|
|
%if ! %{LASI}
|
|
|
|
--without-lasi \
|
|
|
|
%endif
|
|
|
|
%if ! %{GTS}
|
|
|
|
--without-gts \
|
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
%if ! %{SHARP}
|
|
|
|
--disable-sharp \
|
2008-03-03 16:05:19 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
%if ! %{OCAML}
|
|
|
|
--disable-ocaml \
|
2008-01-04 05:11:28 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
%if ! %{MING}
|
|
|
|
--without-ming \
|
2006-12-11 18:42:36 +00:00
|
|
|
%endif
|
2011-12-11 20:40:01 +00:00
|
|
|
%if ! %{ARRRR}
|
|
|
|
--disable-r \
|
|
|
|
%endif
|
|
|
|
%if ! %{DEVIL}
|
|
|
|
--without-devil \
|
|
|
|
%endif
|
|
|
|
%if ! %{QTAPPS}
|
|
|
|
--without-qt \
|
|
|
|
%endif
|
2006-12-11 18:42:36 +00:00
|
|
|
|
2013-01-09 10:35:38 +00:00
|
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" \
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}"
|
2005-08-29 11:33:04 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%install
|
2012-05-22 10:29:23 +00:00
|
|
|
rm -rf %{buildroot}
|
2009-03-03 01:59:37 +00:00
|
|
|
make DESTDIR=%{buildroot} \
|
2013-08-06 14:11:47 +00:00
|
|
|
docdir=%{buildroot}%{_docdir}/%{name} \
|
2011-01-06 23:04:57 +00:00
|
|
|
pkgconfigdir=%{_libdir}/pkgconfig \
|
|
|
|
install
|
2009-03-03 01:59:37 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
chmod -x %{buildroot}%{_datadir}/%{name}/lefty/*
|
2012-05-23 09:51:45 +00:00
|
|
|
|
|
|
|
# Move docs to the right place
|
2013-08-06 14:11:47 +00:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
|
|
|
mv %{buildroot}%{_datadir}/%{name}/doc/* %{buildroot}%{_docdir}/%{name}
|
2009-03-03 01:59:37 +00:00
|
|
|
|
2012-05-23 09:51:45 +00:00
|
|
|
# Install README
|
2013-08-06 14:11:47 +00:00
|
|
|
install -m0644 README %{buildroot}%{_docdir}/%{name}
|
2012-05-23 09:51:45 +00:00
|
|
|
|
2009-07-13 15:54:45 +00:00
|
|
|
# PHP configuration file
|
|
|
|
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
|
|
|
|
%{__cat} << __EOF__ > %{buildroot}%{_sysconfdir}/php.d/%{name}.ini
|
|
|
|
; Enable %{name} extension module
|
|
|
|
extension=gv.so
|
|
|
|
__EOF__
|
|
|
|
|
2012-05-22 10:29:23 +00:00
|
|
|
# Remove executable modes from demos
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/demo -type f -exec chmod a-x {} ';'
|
|
|
|
|
|
|
|
# Move demos to doc
|
2013-08-06 14:11:47 +00:00
|
|
|
mv %{buildroot}%{_datadir}/%{name}/demo %{buildroot}%{_docdir}/%{name}/
|
2012-05-22 10:29:23 +00:00
|
|
|
|
2012-08-17 15:06:28 +00:00
|
|
|
# Rename python demos to prevent byte compilation
|
2013-08-06 14:11:47 +00:00
|
|
|
find %{buildroot}%{_docdir}/%{name}/demo -type f -name "*.py" -exec mv {} {}.demo ';'
|
2012-08-17 15:06:28 +00:00
|
|
|
|
2013-01-09 10:35:38 +00:00
|
|
|
# Remove dot_builtins, on demand loading should be sufficient
|
|
|
|
rm -f %{buildroot}%{_bindir}/dot_builtins
|
|
|
|
|
2013-10-31 23:24:01 +00:00
|
|
|
# Remove metadata from generated PDFs
|
|
|
|
pushd %{buildroot}%{_docdir}/%{name}/pdf
|
|
|
|
for f in prune lneato.1 lefty.1 gvgen.1 gc.1 dotty.1 dot.1 cluster.1
|
|
|
|
do
|
|
|
|
if [ -f $f.pdf ]
|
|
|
|
then
|
|
|
|
# ugly, but there is probably no better solution
|
|
|
|
qpdf --empty --static-id --pages $f.pdf -- $f.pdf.$$
|
|
|
|
mv -f $f.pdf.$$ $f.pdf
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
2013-06-25 19:13:39 +00:00
|
|
|
# Ghost plugins config
|
|
|
|
touch %{buildroot}%{_libdir}/graphviz/config%{pluginsver}
|
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%check
|
2012-01-20 16:56:23 +00:00
|
|
|
# Minimal load test of php extension
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
|
|
|
php --no-php-ini \
|
2012-01-20 17:25:12 +00:00
|
|
|
--define extension_dir=%{buildroot}%{_libdir}/graphviz/php/ \
|
|
|
|
--define extension=libgv_php.so \
|
2012-01-20 16:56:23 +00:00
|
|
|
--modules | grep gv
|
|
|
|
|
|
|
|
# upstream test suite
|
2014-04-14 14:03:44 +00:00
|
|
|
# testsuite seems broken, disabling it for now
|
|
|
|
# cd rtest
|
|
|
|
# make rtest
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
2005-01-23 16:27:43 +00:00
|
|
|
|
2007-08-23 16:40:18 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%{_bindir}/dot -c
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{DEVIL}
|
2012-08-17 17:58:50 +00:00
|
|
|
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
|
2009-03-03 01:59:37 +00:00
|
|
|
%post devil
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2012-08-17 15:06:28 +00:00
|
|
|
/sbin/ldconfig
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%postun devil
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2012-08-17 15:06:28 +00:00
|
|
|
/sbin/ldconfig
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2009-03-03 01:59:37 +00:00
|
|
|
|
2012-08-17 17:58:50 +00:00
|
|
|
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
|
2009-03-03 01:59:37 +00:00
|
|
|
%post gd
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2012-08-17 15:06:28 +00:00
|
|
|
/sbin/ldconfig
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%postun gd
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2009-03-03 01:59:37 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%if %{MING}
|
2012-08-17 17:58:50 +00:00
|
|
|
# run "dot -c" to generate plugin config in %%{_libdir}/graphviz/config*
|
2009-03-03 01:59:37 +00:00
|
|
|
%post ming
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2012-08-17 15:06:28 +00:00
|
|
|
/sbin/ldconfig
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%postun ming
|
2012-08-17 17:58:50 +00:00
|
|
|
%{_bindir}/dot -c 2>/dev/null || :
|
2012-08-17 15:06:28 +00:00
|
|
|
/sbin/ldconfig
|
2009-03-03 01:59:37 +00:00
|
|
|
%endif
|
|
|
|
|
2006-02-22 17:28:01 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2013-08-06 14:11:47 +00:00
|
|
|
%doc %{_docdir}/%{name}
|
2006-02-22 17:28:01 +00:00
|
|
|
%{_bindir}/*
|
2006-12-11 18:42:36 +00:00
|
|
|
%dir %{_libdir}/graphviz
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/graphviz/*.so.*
|
2006-02-22 17:28:01 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
2007-08-23 16:40:18 +00:00
|
|
|
%{_mandir}/man7/*.7*
|
2006-12-11 18:42:36 +00:00
|
|
|
%dir %{_datadir}/graphviz
|
2013-08-06 14:11:47 +00:00
|
|
|
%exclude %{_docdir}/%{name}/html
|
|
|
|
%exclude %{_docdir}/%{name}/pdf
|
|
|
|
%exclude %{_docdir}/%{name}/demo
|
2006-12-11 18:42:36 +00:00
|
|
|
%{_datadir}/graphviz/lefty
|
2013-01-14 12:29:06 +00:00
|
|
|
%{_datadir}/graphviz/gvpr
|
2013-06-25 19:13:39 +00:00
|
|
|
%ghost %{_libdir}/graphviz/config%{pluginsver}
|
2011-12-11 20:40:01 +00:00
|
|
|
|
|
|
|
%if %{QTAPPS}
|
|
|
|
%{_datadir}/graphviz/gvedit
|
|
|
|
%endif
|
|
|
|
|
2006-12-11 18:42:36 +00:00
|
|
|
%exclude %{_libdir}/graphviz/*/*
|
|
|
|
%exclude %{_libdir}/graphviz/libgvplugin_gd.*
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{DEVIL}
|
2007-11-28 18:17:02 +00:00
|
|
|
%exclude %{_libdir}/graphviz/libgvplugin_devil.*
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2007-11-28 18:17:02 +00:00
|
|
|
%if %{MING}
|
|
|
|
%exclude %{_libdir}/graphviz/libgvplugin_ming.*
|
2008-03-03 16:05:19 +00:00
|
|
|
%exclude %{_libdir}/graphviz/*fdb
|
2007-11-28 18:17:02 +00:00
|
|
|
%endif
|
2006-12-11 18:42:36 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/graphviz
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/graphviz/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/*.3.gz
|
2007-11-28 18:17:02 +00:00
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{DEVIL}
|
2007-11-28 18:17:02 +00:00
|
|
|
%files devil
|
2009-03-03 01:59:37 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-11-28 18:17:02 +00:00
|
|
|
%{_libdir}/graphviz/libgvplugin_devil.so.*
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%files doc
|
2006-02-22 17:28:01 +00:00
|
|
|
%defattr(-,root,root,-)
|
2013-08-06 14:11:47 +00:00
|
|
|
%doc %{_docdir}/%{name}/html
|
|
|
|
%doc %{_docdir}/%{name}/pdf
|
|
|
|
%doc %{_docdir}/%{name}/demo
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%files gd
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/graphviz/libgvplugin_gd.so.*
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%files graphs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_datadir}/graphviz
|
|
|
|
%{_datadir}/graphviz/graphs
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2006-02-22 17:28:01 +00:00
|
|
|
%files guile
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/guile/
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3guile*
|
2005-01-23 16:27:43 +00:00
|
|
|
|
2006-02-22 17:28:01 +00:00
|
|
|
%files java
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/java/
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3java*
|
2004-11-08 04:30:25 +00:00
|
|
|
|
2006-02-22 17:28:01 +00:00
|
|
|
%files lua
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/lua/
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_libdir}/lua*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3lua*
|
2009-03-03 01:59:37 +00:00
|
|
|
|
|
|
|
%if %{MING}
|
|
|
|
%files ming
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/graphviz/libgvplugin_ming.so.*
|
|
|
|
%{_libdir}/graphviz/*fdb
|
2006-12-11 18:42:36 +00:00
|
|
|
%endif
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2006-12-11 18:42:36 +00:00
|
|
|
%if %{OCAML}
|
2006-02-22 17:28:01 +00:00
|
|
|
%files ocaml
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/ocaml/
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3ocaml*
|
2006-12-11 18:42:36 +00:00
|
|
|
%endif
|
2005-08-11 09:24:26 +00:00
|
|
|
|
2006-02-22 17:28:01 +00:00
|
|
|
%files perl
|
2005-01-23 16:27:43 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/perl/
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_libdir}/perl*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3perl*
|
2006-02-22 17:28:01 +00:00
|
|
|
|
|
|
|
%files php
|
|
|
|
%defattr(-,root,root,-)
|
2009-07-13 15:54:45 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/php.d/%{name}.ini
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/php/
|
2009-07-13 15:54:45 +00:00
|
|
|
%{php_extdir}/gv.so
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_datadir}/php*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3php*
|
2006-02-22 17:28:01 +00:00
|
|
|
|
|
|
|
%files python
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/python/
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_libdir}/python*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3python*
|
2008-03-03 16:05:19 +00:00
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
%if %{ARRRR}
|
2008-11-24 22:27:18 +00:00
|
|
|
%files R
|
2008-03-03 16:05:19 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/R/
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3r.gz
|
2011-12-11 20:40:01 +00:00
|
|
|
%endif
|
2006-02-22 17:28:01 +00:00
|
|
|
|
|
|
|
%files ruby
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/ruby/
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_libdir}/*ruby*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3ruby*
|
2006-02-22 17:28:01 +00:00
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
%if %{SHARP}
|
|
|
|
%files sharp
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/graphviz/sharp/
|
2009-12-18 20:18:11 +00:00
|
|
|
%{_mandir}/man3/gv.3sharp*
|
2009-03-03 01:59:37 +00:00
|
|
|
%endif
|
2005-01-23 16:27:43 +00:00
|
|
|
|
|
|
|
%files tcl
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-03 01:59:37 +00:00
|
|
|
%{_libdir}/graphviz/tcl/
|
2008-11-24 22:27:18 +00:00
|
|
|
%{_libdir}/tcl*/*
|
2009-12-18 20:18:11 +00:00
|
|
|
# hack to include gv.3tcl only if available
|
|
|
|
# always includes tcldot.3tcl, gdtclft.3tcl
|
|
|
|
%{_mandir}/man3/*.3tcl*
|
|
|
|
%{_mandir}/man3/tkspline.3tk*
|
2004-11-08 04:30:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2014-04-24 08:27:55 +00:00
|
|
|
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 2.38.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
2014-04-15 12:30:05 +00:00
|
|
|
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.38.0-2
|
|
|
|
- Remove ocaml_arches macro (RHBZ#1087794).
|
|
|
|
|
2014-04-14 14:03:44 +00:00
|
|
|
* Mon Apr 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1052160
|
|
|
|
- Dropped testsuite-sigsegv-fix, rtest-errout-fix, lefty-getaddrinfo,
|
|
|
|
CVE-2014-0978-CVE-2014-1235, CVE-2014-1236, ppc64le-support
|
|
|
|
patches (all upstreamed)
|
|
|
|
- Added rtest-fix patch (sent upstream)
|
|
|
|
- Disabled test suite (for now)
|
|
|
|
|
2014-03-19 21:19:29 +00:00
|
|
|
* Wed Mar 19 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-9
|
|
|
|
- Added ppc64le support
|
|
|
|
Resolves: rhbz#1078464
|
|
|
|
|
2014-01-10 09:28:08 +00:00
|
|
|
* Thu Jan 9 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-8
|
|
|
|
- Prevent possible buffer overflow in yyerror()
|
|
|
|
Resolves: CVE-2014-1235
|
|
|
|
- Fix possible buffer overflow problem in chkNum of scanner
|
|
|
|
Resolves: CVE-2014-1236
|
|
|
|
|
2014-01-07 09:52:52 +00:00
|
|
|
* Tue Jan 7 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-7
|
|
|
|
- Fixed overflow in yyerror
|
2014-01-10 09:28:08 +00:00
|
|
|
Resolves: CVE-2014-0978
|
2014-01-07 09:52:52 +00:00
|
|
|
|
2013-12-28 21:05:10 +00:00
|
|
|
* Sat Dec 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-6
|
|
|
|
- Disable R bindings on aarch64 for the moment
|
|
|
|
|
2013-12-19 15:22:12 +00:00
|
|
|
* Thu Dec 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-5
|
|
|
|
- No mono on aarch64
|
|
|
|
|
2013-10-31 23:24:01 +00:00
|
|
|
* Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-4
|
|
|
|
- Removed metadata from generated PDFs
|
|
|
|
Related: rhbz#881173
|
|
|
|
|
2013-10-31 17:15:59 +00:00
|
|
|
* Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-3
|
|
|
|
- Fixed multilib conflicts
|
|
|
|
Rewrote lefty IO lib to use getaddrinfo instead of gethostbyname
|
|
|
|
(by lefty-getaddrinfo patch)
|
|
|
|
Resolves: rhbz#881173
|
|
|
|
|
2013-09-16 13:28:22 +00:00
|
|
|
* Mon Sep 16 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-2
|
|
|
|
- Added explicit dependency on vim (required by vimdot)
|
|
|
|
|
2013-09-16 09:13:39 +00:00
|
|
|
* Mon Sep 16 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1005957
|
2013-09-16 09:45:32 +00:00
|
|
|
- Dropped perl-fix patch (upstreamed)
|
2013-09-16 09:13:39 +00:00
|
|
|
|
2013-09-14 13:08:33 +00:00
|
|
|
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 2.32.0-2
|
|
|
|
- Rebuild for OCaml 4.01.0.
|
|
|
|
|
2013-08-19 15:14:20 +00:00
|
|
|
* Mon Aug 19 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.32.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#991752
|
|
|
|
- Dropped guile2-fix, cgraph, lua-52, smyrna-doc-opt, gv2gml-options-fix,
|
|
|
|
lefty-help, prune-help, man-fix patches (all upstreamed)
|
|
|
|
|
2013-08-06 14:11:47 +00:00
|
|
|
* Tue Aug 6 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-14
|
|
|
|
- Used unversioned doc directory
|
|
|
|
Resolves: rhbz#993803
|
|
|
|
|
2013-08-05 13:26:08 +00:00
|
|
|
* Mon Aug 5 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-13
|
|
|
|
- Fixed FTBFS related to perl config
|
|
|
|
Resolves: rhbz#991915
|
|
|
|
|
2013-08-03 16:30:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.1-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 15:09:51 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.30.1-11
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-12 13:48:21 +00:00
|
|
|
* Fri Jul 12 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-10
|
|
|
|
- Various man and built-in help fixes
|
|
|
|
|
2013-06-25 19:13:39 +00:00
|
|
|
* Tue Jun 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-9
|
|
|
|
- Fixed handling of the libdir/graphviz directory
|
|
|
|
|
2013-06-11 07:42:24 +00:00
|
|
|
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 2.30.1-8
|
|
|
|
- rebuild for new GD 2.1.0
|
|
|
|
|
2013-05-15 19:11:19 +00:00
|
|
|
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-7
|
|
|
|
- rebuild for lua 5.2
|
|
|
|
|
2013-04-23 20:19:50 +00:00
|
|
|
* Tue Apr 23 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-6
|
|
|
|
- patch libgvc.pc.in to refer to -lcgraph (-lgraph is dead and gone)
|
|
|
|
|
2013-04-11 15:02:40 +00:00
|
|
|
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 2.30.1-5
|
|
|
|
- rebuild for R3 (may not be needed, but better safe than sorry)
|
|
|
|
|
2013-03-25 14:15:55 +00:00
|
|
|
* Mon Mar 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-4
|
|
|
|
- Added support for aarch64
|
|
|
|
Resolves: rhbz#925487
|
|
|
|
|
2013-03-22 18:12:30 +00:00
|
|
|
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 2.30.1-3
|
|
|
|
- rebuild for http://fedoraproject.org/wiki/Features/Php55
|
2013-03-22 20:10:41 +00:00
|
|
|
- add explicit BuildRequires: perl-Carp (workaround)
|
2013-03-22 18:12:30 +00:00
|
|
|
|
2013-03-14 10:24:02 +00:00
|
|
|
* Thu Mar 14 2013 Vít Ondruch <vondruch@redhat.com> - 2.30.1-2
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
2013-02-15 11:06:31 +00:00
|
|
|
* Fri Feb 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.1-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#911520
|
|
|
|
Resolves: rhbz#704529
|
|
|
|
|
2013-01-24 14:31:10 +00:00
|
|
|
* Thu Jan 24 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.0-3
|
|
|
|
- Used ocaml_arches macros to enable ocaml on supported arches
|
|
|
|
|
2013-01-18 17:16:04 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.30.0-2
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2013-01-14 12:29:06 +00:00
|
|
|
* Mon Jan 14 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#895027
|
|
|
|
- Dropped guile-detect, ocaml4 patches (not needed)
|
|
|
|
- Fixed bogus date in changelog (guessing)
|
|
|
|
|
2013-01-09 10:41:24 +00:00
|
|
|
* Wed Jan 9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-26
|
2013-01-09 10:35:38 +00:00
|
|
|
- Rebuilt with -fno-strict-overflow to workaround the overflow problem
|
|
|
|
(upstream ticket: http://www.graphviz.org/mantisbt/view.php?id=2244)
|
|
|
|
- The dot_builtins was removed rather then excluded to fix the dangling
|
|
|
|
symlinks problem in debuginfo
|
|
|
|
|
2012-12-21 15:35:47 +00:00
|
|
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.28.0-25
|
|
|
|
- rebuild against new libjpeg
|
|
|
|
|
2012-10-17 14:52:50 +00:00
|
|
|
* Wed Oct 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-24
|
|
|
|
- Rebuilt for new ocaml
|
|
|
|
|
2012-08-17 17:58:50 +00:00
|
|
|
* Fri Aug 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-23
|
|
|
|
- Silenced 'dot -c' errors/warnings in post/postun
|
|
|
|
- Do not remove dot config in plugins post/postun
|
|
|
|
|
2012-08-17 15:06:28 +00:00
|
|
|
* Fri Aug 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-22
|
|
|
|
- dot_builtins no longer installed (lowers implicit deps)
|
|
|
|
- Fixed post/postuns for plugins
|
|
|
|
- Removed -ffast-math, added -ffloat-store (on i386) to fix arithmetic on i386
|
|
|
|
|
2012-07-19 09:52:37 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-10 20:34:41 +00:00
|
|
|
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.28.0-20
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-09 15:33:33 +00:00
|
|
|
* Sat Jun 9 2012 Richard W.M. Jones <rjones@redhat.com> - 2.28.0-19
|
|
|
|
- Rebuild for OCaml 4.00.0.
|
|
|
|
- Enable OCaml on arm and ppc64, since there are working native compilers
|
|
|
|
for both.
|
|
|
|
|
2012-05-23 09:51:45 +00:00
|
|
|
* Wed May 23 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-18
|
|
|
|
- Improved docs handling code in spec to be backward compatible with older RPM
|
|
|
|
|
2012-05-22 10:29:23 +00:00
|
|
|
* Tue May 22 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-17
|
|
|
|
- All docs are now installed into /usr/share/doc/graphviz-%%{version}
|
|
|
|
- Demos packaged as docs not to automatically bring in unnecessary deps
|
|
|
|
|
2012-02-28 18:33:58 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-16
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-16 22:30:34 +00:00
|
|
|
* Thu Feb 16 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.28.0-15
|
|
|
|
- fix CPPFLAGS export so it doesn't cause issues on ARM
|
|
|
|
|
2012-02-06 15:04:22 +00:00
|
|
|
* Mon Feb 06 2012 Vít Ondruch <vondruch@redhat.com> - 2.28.0-14
|
|
|
|
- Rebuilt for Ruby 1.9.3.
|
|
|
|
|
2012-01-20 16:56:23 +00:00
|
|
|
* Wed Jan 18 2012 Remi Collet <remi@fedoraproject.org> - 2.28.0-13
|
|
|
|
- build against php 5.4.0
|
|
|
|
- add filter to fix private-shared-object-provides
|
|
|
|
- add %%check for php extension
|
|
|
|
|
2012-01-08 17:07:12 +00:00
|
|
|
* Sun Jan 08 2012 Richard W.M. Jones <rjones@redhat.com> - 2.28.0-12
|
|
|
|
- Rebuild for OCaml 3.12.1.
|
|
|
|
|
2011-12-11 20:40:01 +00:00
|
|
|
* Thu Dec 8 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-11
|
|
|
|
- Added conditionals for ARRRR, DEVIL, QTAPPS (gvedit), GTS, LASI
|
|
|
|
- Fixed conditionals for SHARP, OCAML
|
|
|
|
- Built with gts, ghostscript, rsvg and lasi
|
|
|
|
Resolves: rhbz#760926
|
|
|
|
- Disabled gvedit
|
|
|
|
Resolves: rhbz#751807
|
|
|
|
- Fixed rpmlint warnings about executable sources
|
|
|
|
|
2011-11-09 18:19:06 +00:00
|
|
|
* Wed Nov 9 2011 Tom Callaway <spot@fedoraproject.org> - 2.28.0-10
|
|
|
|
- rebuild for R 2.14.0
|
|
|
|
|
2011-07-21 16:24:09 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.28.0-9
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-20 09:29:22 +00:00
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.28.0-8
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-07 12:31:01 +00:00
|
|
|
* Thu Jul 07 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-7
|
|
|
|
- Added gd as devel requirement
|
|
|
|
|
2011-06-17 17:38:29 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.28.0-6
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-10 11:43:46 +00:00
|
|
|
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.28.0-5
|
|
|
|
- Perl 5.14 mass rebuild
|
|
|
|
|
2011-05-20 14:17:41 +00:00
|
|
|
* Thu May 19 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-4
|
|
|
|
- Fixed detection of guile 2.x
|
|
|
|
Resolves: rhbz#704529
|
|
|
|
|
2011-05-13 18:13:25 +00:00
|
|
|
* Fri May 13 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-3
|
|
|
|
- Corrected license tag, the graphviz license is now EPL
|
|
|
|
|
2011-05-13 09:14:14 +00:00
|
|
|
* Fri May 13 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-2
|
|
|
|
- Recompiled with -fno-strict-aliasing in CXXFLAGS
|
|
|
|
|
2011-05-13 08:01:05 +00:00
|
|
|
* Tue May 10 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-1
|
|
|
|
- New version 2.28.0
|
|
|
|
- Added perl-ExtUtils-Embed to BuildRequires, it is now required
|
|
|
|
- Fixed build failure due to change in php_zend_api macro type
|
|
|
|
- Removed sparc64, gtk-progname, doc-index-fix, ppc-darwinhack
|
|
|
|
patches (all were upstreamed)
|
|
|
|
|
2011-03-03 13:44:35 +00:00
|
|
|
* Thu Mar 03 2011 Oliver Falk <oliver@linux-kernel.at> - 2.26.3-5
|
|
|
|
- Disable mono and ocaml on alpha
|
|
|
|
|
2011-02-22 15:56:44 +00:00
|
|
|
* Tue Feb 22 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-4
|
|
|
|
- Added urw-fonts to requires (#677114)
|
|
|
|
|
2011-02-09 06:05:48 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-21 13:27:21 +00:00
|
|
|
* Fri Jan 21 2011 Karsten Hopp <karsten@redhat.com> 2.26.3-2
|
|
|
|
- fix hack for powerpc-darwin8 in configure
|
|
|
|
|
2011-01-06 23:04:57 +00:00
|
|
|
* Thu Jan 06 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26.3-1
|
|
|
|
- New version (#580017)
|
|
|
|
- Fixed gtk plugin program-name (#640671, gtk-progname patch)
|
|
|
|
- Fixed broken links in doc index (#642536, doc-index-fix patch)
|
|
|
|
- Fixed SIGSEGVs on testsuite (#645703, testsuite-sigsegv-fix patch)
|
|
|
|
- Testsuite now do diff check also in case of err output (#645703,
|
|
|
|
rtest-errout-fix patch)
|
|
|
|
- Testsuite enabled on all arches (#645703)
|
|
|
|
- Added urw-fonts to BuildRequires
|
|
|
|
- Compiled with -fno-strict-aliasing
|
|
|
|
- Fixed rpmlint warnings on spec file
|
|
|
|
- Removed unused patches
|
|
|
|
|
2010-07-22 01:45:59 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.26.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-06-01 16:22:40 +00:00
|
|
|
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.26.0-3
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-01-04 14:56:04 +00:00
|
|
|
* Mon Jan 04 2010 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.26.0-2
|
|
|
|
- Rebuild for updated ocaml
|
|
|
|
- Happy new year, Fedora!
|
|
|
|
|
2009-12-18 20:18:11 +00:00
|
|
|
* Fri Dec 18 2009 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.26.0-1
|
|
|
|
- Updated to latest release
|
|
|
|
- Removed patches that have been applied upstream
|
|
|
|
- Fixed man page paths (mann -> man3)
|
|
|
|
- Disabled mono and ocaml for ARM (Jitesh Shah, BZ#532047)
|
|
|
|
- Disabled regression tests on sparc64 as well as ppc/ppc64 (Dennis Gilmore)
|
|
|
|
|
2009-07-25 01:24:35 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.3-5.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-13 16:36:55 +00:00
|
|
|
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 2.20.3-4.1
|
|
|
|
- fix mistake in make rtest fix
|
|
|
|
|
2009-07-13 15:54:45 +00:00
|
|
|
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 2.20.3-4
|
|
|
|
- rebuild for new PHP 5.3.0 ABI (20090626)
|
|
|
|
- add PHP ABI check
|
|
|
|
- use php_extdir (and don't own it)
|
|
|
|
- add php configuration file (/etc/php.d/graphviz.ini)
|
|
|
|
|
2009-03-03 01:59:37 +00:00
|
|
|
* Mon Mar 2 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.20.3-3
|
|
|
|
- this spec makes baby animals cry... massively clean it up
|
|
|
|
- hack in java includes to build against openjdk
|
|
|
|
- add ruby as a BuildRequires (configure checks for /usr/bin/ruby)
|
|
|
|
|
2009-02-27 14:25:33 +00:00
|
|
|
* Wed Feb 25 2009 John Ellson <ellson@graphviz.org> 2.20.3-2.2
|
|
|
|
- fixes for swig changes
|
|
|
|
|
2009-02-25 00:56:05 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.3-1.3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-11 15:29:20 +00:00
|
|
|
* Wed Feb 11 2009 Karsten Hopp <karsten@redhat.com> 2.20.3-.2
|
|
|
|
- make it build on s390, s390x (#469044)
|
|
|
|
|
2008-11-29 16:37:11 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.20.3-1.1
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-24 22:27:18 +00:00
|
|
|
* Mon Nov 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.20.3-1
|
|
|
|
- update to 2.20.3
|
|
|
|
|
2008-11-22 20:46:56 +00:00
|
|
|
* Sat Nov 22 2008 Rex Dieter <rdieter@fedoraproject.org> 2.16.1-0.7
|
|
|
|
- respin (libtool)
|
|
|
|
|
2008-07-07 18:12:57 +00:00
|
|
|
* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.16.1-0.6
|
|
|
|
- fix conditional comparison
|
|
|
|
|
2008-03-18 18:15:51 +00:00
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.16.1-0.5
|
|
|
|
- add Requires for versioned perl (libperl.so)
|
|
|
|
|
2008-03-04 18:41:07 +00:00
|
|
|
* Tue Mar 04 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16.1-0.4
|
|
|
|
- Disable R support
|
|
|
|
|
2008-03-03 16:05:19 +00:00
|
|
|
* Mon Mar 03 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16.1-0.2
|
|
|
|
- New upstream release (fixes BZ#433205, BZ#427376)
|
|
|
|
- Merged spec changes in from upstream
|
|
|
|
- Added patch from BZ#432683
|
|
|
|
|
2008-02-12 17:53:11 +00:00
|
|
|
* Tue Feb 12 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-3.3
|
|
|
|
- Added upstream-provided patch for building under GCC 4.3 (thanks John!)
|
|
|
|
|
2008-01-04 05:11:28 +00:00
|
|
|
* Thu Jan 3 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-3.2
|
|
|
|
- Re-added tcl/tk 8.5 patch
|
|
|
|
- Tweaked ming stuff
|
|
|
|
|
2008-01-04 04:28:39 +00:00
|
|
|
* Thu Jan 3 2008 Alex Lancaster <alexlan[AT]fedoraproject.org> - 2.16-3.1
|
2008-01-04 04:22:28 +00:00
|
|
|
- Rebuild against new Tcl 8.5
|
|
|
|
|
2007-12-12 18:25:45 +00:00
|
|
|
* Wed Dec 12 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-2
|
|
|
|
- What the heck? Can't BR stuff that hasn't even gotten reviewed yet.
|
|
|
|
|
2007-11-28 18:17:02 +00:00
|
|
|
* Wed Nov 28 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.16-1
|
|
|
|
- New upstream release
|
|
|
|
- Remove arith.h patch
|
|
|
|
|
2007-09-05 03:07:20 +00:00
|
|
|
* Tue Sep 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.14.1-3
|
|
|
|
- Patch to resurrect arith.h
|
|
|
|
|
2007-08-23 16:40:18 +00:00
|
|
|
* Thu Aug 23 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.14.1-2
|
|
|
|
- Added perl-devel to BR for F7+
|
|
|
|
|
|
|
|
* Wed Aug 15 2007 John Ellson <ellson@research.att.com>
|
|
|
|
- release 2.14.1 - see ChangeLog for details
|
2013-01-14 12:29:06 +00:00
|
|
|
* Thu Aug 2 2007 John Ellson <ellson@research.att.com>
|
2007-08-23 16:40:18 +00:00
|
|
|
- release 2.14 - see ChangeLog for details
|
|
|
|
* Fri Mar 16 2007 Stephen North <north@research.att.com>
|
|
|
|
- remove xorg-X11-devel from rhel >= 5
|
|
|
|
* Mon Dec 11 2006 John Ellson <john.ellson@comcast.net>
|
|
|
|
- fix graphviz-lua description (Fedora BZ#218191)
|
2006-12-11 18:42:36 +00:00
|
|
|
* Tue Sep 13 2005 John Ellson <ellson@research.att.com>
|
|
|
|
- split out language bindings into their own rpms so that
|
2007-01-24 20:00:02 +00:00
|
|
|
main rpm doesn't depend on (e.g.) ocaml
|
2006-12-11 18:42:36 +00:00
|
|
|
|
|
|
|
* Sat Aug 13 2005 John Ellson <ellson@research.att.com>
|
|
|
|
- imported various fixes from the Fedora-Extras .spec by Oliver Falk <oliver@linux-kernel.at>
|
2004-11-08 04:30:25 +00:00
|
|
|
|
2006-12-11 18:42:36 +00:00
|
|
|
* Wed Jul 20 2005 John Ellson <ellson@research.att.com>
|
|
|
|
- release 2.4
|