forked from pool/jline
Accepting request 46998 from Java:packages
Copy from Java:packages/jline based on submit request 46998 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/46998 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jline?expand=0&rev=7
This commit is contained in:
parent
4fb90b9540
commit
57c7696d99
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 2 12:32:48 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- ignore antlr(-java) to reduce build cycles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 12:27:34 UTC 2009 - mvyskocil@suse.cz
|
Wed Nov 18 12:27:34 UTC 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
11
jline.spec
11
jline.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jline (Version 0.9.94)
|
# spec file for package jline (Version 0.9.94)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,9 +27,9 @@
|
|||||||
|
|
||||||
Name: jline
|
Name: jline
|
||||||
Version: 0.9.94
|
Version: 0.9.94
|
||||||
Release: 3
|
Release: 10
|
||||||
Summary: Java library for reading and editing user input in console applications
|
Summary: Java library for reading and editing user input in console applications
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Url: http://jline.sourceforge.net/
|
Url: http://jline.sourceforge.net/
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Source0: http://download.sourceforge.net/sourceforge/jline/jline-0.9.94.zip
|
Source0: http://download.sourceforge.net/sourceforge/jline/jline-0.9.94.zip
|
||||||
@ -57,6 +57,7 @@ BuildRequires: maven-surefire-plugin
|
|||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||||
|
#!BuildIgnore: antlr antlr-java
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -69,7 +70,7 @@ chain to other console applications.
|
|||||||
|
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Java library for reading and editing user input in console applications
|
Summary: Java library for reading and editing user input in console applications
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
@ -82,7 +83,7 @@ chain to other console applications.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Java library for reading and editing user input in console applications
|
Summary: Java library for reading and editing user input in console applications
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user