- add findutils dependency (bnc#816314)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jline?expand=0&rev=7
This commit is contained in:
parent
df71d30af9
commit
99cc0b744c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 09:21:43 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- add findutils dependency (bnc#816314)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 2 12:32:48 UTC 2010 - mvyskocil@suse.cz
|
Thu Sep 2 12:32:48 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
19
jline.spec
19
jline.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jline (Version 0.9.94)
|
# spec file for package jline
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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,11 +27,11 @@
|
|||||||
|
|
||||||
Name: jline
|
Name: jline
|
||||||
Version: 0.9.94
|
Version: 0.9.94
|
||||||
Release: 10
|
Release: 0
|
||||||
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
|
License: BSD-3-Clause
|
||||||
Url: http://jline.sourceforge.net/
|
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
Url: http://jline.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/sourceforge/jline/jline-0.9.94.zip
|
Source0: http://download.sourceforge.net/sourceforge/jline/jline-0.9.94.zip
|
||||||
Source1: CatalogManager.properties
|
Source1: CatalogManager.properties
|
||||||
Source2: jline-build.xml
|
Source2: jline-build.xml
|
||||||
@ -40,9 +40,14 @@ Requires: /bin/sh
|
|||||||
Requires: /bin/stty
|
Requires: /bin/stty
|
||||||
Requires(post): jpackage-utils
|
Requires(post): jpackage-utils
|
||||||
Requires(postun): jpackage-utils
|
Requires(postun): jpackage-utils
|
||||||
|
#bnc#816314: for update_maven_depmap
|
||||||
|
Requires(post): findutils
|
||||||
|
Requires(postun): findutils
|
||||||
BuildRequires: jpackage-utils >= 1.7.2
|
BuildRequires: jpackage-utils >= 1.7.2
|
||||||
BuildRequires: xml-commons-resolver
|
BuildRequires: xml-commons-resolver
|
||||||
%if %with maven
|
%if %with maven
|
||||||
|
BuildRequires: maven-release
|
||||||
|
BuildRequires: maven-surefire-plugin
|
||||||
BuildRequires: maven2
|
BuildRequires: maven2
|
||||||
BuildRequires: maven2-plugin-assembly
|
BuildRequires: maven2-plugin-assembly
|
||||||
BuildRequires: maven2-plugin-compiler
|
BuildRequires: maven2-plugin-compiler
|
||||||
@ -51,12 +56,10 @@ BuildRequires: maven2-plugin-jar
|
|||||||
BuildRequires: maven2-plugin-javadoc
|
BuildRequires: maven2-plugin-javadoc
|
||||||
BuildRequires: maven2-plugin-resources
|
BuildRequires: maven2-plugin-resources
|
||||||
BuildRequires: maven2-plugin-site
|
BuildRequires: maven2-plugin-site
|
||||||
BuildRequires: maven-release
|
|
||||||
BuildRequires: maven-surefire-plugin
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||||
|
BuildRequires: unzip
|
||||||
#!BuildIgnore: antlr antlr-java
|
#!BuildIgnore: antlr antlr-java
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -70,7 +73,6 @@ chain to other console applications.
|
|||||||
|
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
License: BSD-3-Clause
|
|
||||||
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
|
||||||
|
|
||||||
@ -83,7 +85,6 @@ chain to other console applications.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: BSD-3-Clause
|
|
||||||
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…
Reference in New Issue
Block a user