diff --git a/apache-commons-email.changes b/apache-commons-email.changes index a16e180..8c1afa2 100644 --- a/apache-commons-email.changes +++ b/apache-commons-email.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 21 07:49:03 UTC 2017 - tchvatal@suse.com + +- Remove javapackages-tools requires + ------------------------------------------------------------------- Fri Jul 18 13:04:14 UTC 2014 - tchvatal@suse.com diff --git a/apache-commons-email.spec b/apache-commons-email.spec index bd069fc..5290de5 100644 --- a/apache-commons-email.spec +++ b/apache-commons-email.spec @@ -1,7 +1,7 @@ # -# spec file for package apache-commons-email +# spec file for package apache # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -30,13 +30,10 @@ Url: http://commons.apache.org/%{base_name}/ Source0: %{short_name}-%{version}-src.tar.gz Source1: build.xml.tar.bz2 BuildRequires: ant -BuildRequires: java-devel >= 1.6.0 BuildRequires: javamail -BuildRequires: jpackage-utils +BuildRequires: javapackages-tools Requires: java >= 1.6.0 Requires: javamail -Requires: javapackages-tools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -45,8 +42,7 @@ the JavaMail API, which it aims to simplify. %package javadoc Summary: Javadoc for %{name} -Group: Documentation -Requires: jpackage-utils +Group: Documentation/Other %description javadoc This package contains the API documentation for %{name}.