From 2457cd26572a66a7853714d7c8afb50a0a77ffd00386799b2d0b1444292853c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jul 2014 14:07:59 +0000 Subject: [PATCH 1/2] - Specify target/source versions OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/pentaho-reporting-flow-engine?expand=0&rev=4 --- pentaho-reporting-flow-engine.changes | 5 +++++ pentaho-reporting-flow-engine.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pentaho-reporting-flow-engine.changes b/pentaho-reporting-flow-engine.changes index 5aab71a..9bb2b08 100644 --- a/pentaho-reporting-flow-engine.changes +++ b/pentaho-reporting-flow-engine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 14:07:44 UTC 2014 - tchvatal@suse.com + +- Specify target/source versions + ------------------------------------------------------------------- Tue Jan 7 14:03:13 UTC 2014 - mvyskocil@suse.com diff --git a/pentaho-reporting-flow-engine.spec b/pentaho-reporting-flow-engine.spec index 332e539..c96c9ff 100644 --- a/pentaho-reporting-flow-engine.spec +++ b/pentaho-reporting-flow-engine.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: pentaho-reporting-flow-engine Version: 0.9.4 Release: 0 @@ -36,8 +37,8 @@ BuildRequires: librepository BuildRequires: libserializer BuildRequires: pentaho-libxml BuildRequires: sac -BuildRequires: xml-commons-apis BuildRequires: unzip +BuildRequires: xml-commons-apis Requires: flute Requires: java Requires: jpackage-utils @@ -72,7 +73,9 @@ build-jar-repository -s -p lib commons-logging-api libbase libloader \ libserializer %build -ant jar javadoc +ant \ + -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \ + jar javadoc %install From 6cefc9cf95c7ab732a16b4e3d44188060723b7398e6bb13810c060bd9a49590d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 9 Jul 2014 10:34:02 +0000 Subject: [PATCH 2/2] - Add rpmlintrc to Sources. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/pentaho-reporting-flow-engine?expand=0&rev=5 --- pentaho-reporting-flow-engine.changes | 5 +++++ pentaho-reporting-flow-engine.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/pentaho-reporting-flow-engine.changes b/pentaho-reporting-flow-engine.changes index 9bb2b08..b1d14c7 100644 --- a/pentaho-reporting-flow-engine.changes +++ b/pentaho-reporting-flow-engine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 9 10:33:50 UTC 2014 - tchvatal@suse.com + +- Add rpmlintrc to Sources. + ------------------------------------------------------------------- Tue Jul 1 14:07:44 UTC 2014 - tchvatal@suse.com diff --git a/pentaho-reporting-flow-engine.spec b/pentaho-reporting-flow-engine.spec index c96c9ff..36b07c2 100644 --- a/pentaho-reporting-flow-engine.spec +++ b/pentaho-reporting-flow-engine.spec @@ -24,6 +24,7 @@ License: LGPL-2.1+ Group: Development/Libraries/Java Url: http://reporting.pentaho.org/ Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip +Source99: %{name}-rpmlintrc BuildRequires: ant BuildRequires: flute BuildRequires: java-devel