|
|
|
@ -2,21 +2,21 @@
|
|
|
|
|
%define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
|
|
|
|
|
|
|
|
|
|
Name: pentaho-reporting-flow-engine
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 5.OOo31%{?dist}
|
|
|
|
|
Version: 0.9.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pentaho Flow Reporting Engine
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}-OOo31.zip
|
|
|
|
|
Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
|
|
|
|
|
URL: http://reporting.pentaho.org/
|
|
|
|
|
BuildRequires: ant, java-devel, jpackage-utils, libbase, jcommon-serializer
|
|
|
|
|
BuildRequires: libloader, libfonts, pentaho-libxml, xml-commons-apis
|
|
|
|
|
BuildRequires: librepository, sac, flute, liblayout, libformula
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: java, jpackage-utils, libbase >= 1.0.0, libfonts >= 0.3.4
|
|
|
|
|
Requires: pentaho-libxml, libformula >= 0.1.18, librepository >= 0.1.6
|
|
|
|
|
Requires: sac, flute, liblayout >= 0.2.9, jcommon-serializer
|
|
|
|
|
Requires: java, jpackage-utils, libbase >= 1.1.3, libfonts >= 1.1.3
|
|
|
|
|
Requires: pentaho-libxml, libformula >= 1.1.3, librepository >= 1.1.3
|
|
|
|
|
Requires: sac, flute, liblayout >= 0.2.10, jcommon-serializer
|
|
|
|
|
%if %{with_gcj}
|
|
|
|
|
BuildRequires: java-gcj-compat-devel >= 1.0.31
|
|
|
|
|
Requires(post): java-gcj-compat >= 1.0.31
|
|
|
|
@ -96,6 +96,9 @@ fi
|
|
|
|
|
%{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 03 2009 Caolan McNamara <caolanm@redhat.com> 0.9.4-1
|
|
|
|
|
- latest version
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Caolan McNamara <caolanm@redhat.com> 0.9.2-5.OOo31
|
|
|
|
|
- make javadoc no-arch when building as arch-dependant aot
|
|
|
|
|
|
|
|
|
|