Accepting request 241185 from LibreOffice:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/241185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pentaho-reporting-flow-engine?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2014-07-19 09:05:21 +00:00 committed by Git OBS Bridge
commit cd0cfd3d48
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
- Specify target/source versions
-------------------------------------------------------------------
Tue Jan 7 14:03:13 UTC 2014 - mvyskocil@suse.com

View File

@ -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
@ -23,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
@ -36,8 +38,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 +74,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