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:
commit
cd0cfd3d48
@ -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
|
Tue Jan 7 14:03:13 UTC 2014 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pentaho-reporting-flow-engine
|
Name: pentaho-reporting-flow-engine
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -23,6 +24,7 @@ License: LGPL-2.1+
|
|||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://reporting.pentaho.org/
|
Url: http://reporting.pentaho.org/
|
||||||
Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
|
Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
|
||||||
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: flute
|
BuildRequires: flute
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
@ -36,8 +38,8 @@ BuildRequires: librepository
|
|||||||
BuildRequires: libserializer
|
BuildRequires: libserializer
|
||||||
BuildRequires: pentaho-libxml
|
BuildRequires: pentaho-libxml
|
||||||
BuildRequires: sac
|
BuildRequires: sac
|
||||||
BuildRequires: xml-commons-apis
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: xml-commons-apis
|
||||||
Requires: flute
|
Requires: flute
|
||||||
Requires: java
|
Requires: java
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
@ -72,7 +74,9 @@ build-jar-repository -s -p lib commons-logging-api libbase libloader \
|
|||||||
libserializer
|
libserializer
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant jar javadoc
|
ant \
|
||||||
|
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
||||||
|
jar javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user