diff --git a/apache-commons-email.spec b/apache-commons-email.spec index 1934fab..7f2d77a 100644 --- a/apache-commons-email.spec +++ b/apache-commons-email.spec @@ -2,19 +2,17 @@ Name: apache-%{short_name} Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Apache Commons Email Package -Group: Development/Libraries License: ASL 2.0 URL: http://commons.apache.org/proper/%{short_name}/ -Source0: http://archive.apache.org/dist/commons/email/source/%{short_name}-%{version}-src.tar.gz - BuildArch: noarch -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils -BuildRequires: maven-local -BuildRequires: javamail +Source0: http://archive.apache.org/dist/commons/email/source/%{short_name}-%{version}-src.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(javax.mail:mail) +BuildRequires: mvn(org.apache.commons:commons-parent:pom:) %description Commons-Email aims to provide an API for sending email. It is built on top of @@ -22,7 +20,6 @@ the JavaMail API, which it aims to simplify. %package javadoc Summary: Javadoc for %{name} -Group: Documentation %description javadoc This package contains the API documentation for %{name}. @@ -56,6 +53,9 @@ This package contains the API documentation for %{name}. %doc LICENSE.txt NOTICE.txt %changelog +* Wed Jun 15 2016 Mikolaj Izdebski - 1.3.1-6 +- Regenerate build-requires + * Wed Feb 03 2016 Fedora Release Engineering - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild