Regenerate build-requires
This commit is contained in:
parent
f640f31bf9
commit
a8eb3fff11
1 changed files with 9 additions and 9 deletions
|
|
@ -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 <mizdebsk@redhat.com> - 1.3.1-6
|
||||
- Regenerate build-requires
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue