Blame SPECS/graphviz.spec

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