1
0

Accepting request 497061 from Java:packages

- Remove unneeded requires

OBS-URL: https://build.opensuse.org/request/show/497061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-jxpath?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-05-22 08:48:33 +00:00 committed by Git OBS Bridge
commit 1a17f445cf
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 21 07:54:40 UTC 2017 - tchvatal@suse.com
- Remove unneeded requires
-------------------------------------------------------------------
Thu Jun 4 09:42:05 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package apache-commons-jxpath
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -32,7 +32,6 @@ Patch1: build.xml.patch
BuildRequires: ant
BuildRequires: apache-commons-beanutils
BuildRequires: el_api >= 3.0
BuildRequires: java-devel >= 1.6.0
BuildRequires: javapackages-tools
BuildRequires: jdom
BuildRequires: jsp
@ -41,11 +40,9 @@ BuildRequires: servlet >= 3.0
Requires: apache-commons-beanutils
Requires: apache-commons-logging
Requires: java >= 1.6.0
Requires: javapackages-tools
Requires: jdom >= 1.0
Provides: jakarta-%{short_name} = %{version}-%{release}
Obsoletes: jakarta-%{short_name} < %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description