Accepting request 24641 from Java:packages
Copy from Java:packages/jline based on submit request 24641 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/24641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jline?expand=0&rev=3
This commit is contained in:
parent
1c77547638
commit
edf401a90a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 12:27:34 UTC 2009 - mvyskocil@suse.cz
|
||||
|
||||
- Build using gcj - needed by rhino 1.7R2 - bnc#554532
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 11:04:53 CEST 2009 - mvyskocil@suse.cz
|
||||
|
||||
|
13
jline.spec
13
jline.spec
@ -27,9 +27,9 @@
|
||||
|
||||
Name: jline
|
||||
Version: 0.9.94
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Java library for reading and editing user input in console applications
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Url: http://jline.sourceforge.net/
|
||||
Group: Development/Libraries/Java
|
||||
Source0: http://download.sourceforge.net/sourceforge/jline/jline-0.9.94.zip
|
||||
@ -56,6 +56,7 @@ BuildRequires: maven-surefire-plugin
|
||||
%endif
|
||||
BuildRequires: unzip
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -68,7 +69,7 @@ chain to other console applications.
|
||||
|
||||
|
||||
%package demo
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Summary: Java library for reading and editing user input in console applications
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
@ -81,7 +82,7 @@ chain to other console applications.
|
||||
|
||||
|
||||
%package javadoc
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Summary: Java library for reading and editing user input in console applications
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
@ -123,7 +124,7 @@ mvn-jpp \
|
||||
%else
|
||||
export CLASSPATH=`pwd`/target/classes:`pwd`/target/test-classes
|
||||
export OPT_JAR_LIST=:
|
||||
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -Dbuild.sysclasspath=only jar javadoc
|
||||
ant jar javadoc
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -162,5 +163,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu May 07 2009 mvyskocil@suse.cz
|
||||
- Initial SUSE packaging 0.9.94 from jpp 5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user