import jaf-1.2.1-4.module+el8.2.1+6691+6e8ab5bc

This commit is contained in:
CentOS Sources 2020-07-21 11:05:10 -04:00 committed by Andrew Lukoshko
parent 3a025f6080
commit ffd3190dca

View File

@ -1,6 +1,6 @@
Name: jaf Name: jaf
Version: 1.2.1 Version: 1.2.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: JavaBeans Activation Framework Summary: JavaBeans Activation Framework
License: BSD License: BSD
@ -10,6 +10,7 @@ Source0: https://github.com/eclipse-ee4j/jaf/archive/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: junit
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
@ -69,6 +70,9 @@ cp -r %{_builddir}/%{name}-%{version}/activation/src/main/java/javax/ %{_builddi
%doc README.md %doc README.md
%changelog %changelog
* Tue May 19 2020 Alex Macdonald <almacdon@redhat.com> - 1.2.1-4
- Add BuildRequires on junit
* Tue May 28 2019 Jie Kang <jkang@redhat.com> - 1.2.1-3 * Tue May 28 2019 Jie Kang <jkang@redhat.com> - 1.2.1-3
- Remove osgiversion-maven-plugin build requirement - Remove osgiversion-maven-plugin build requirement
- Remove javadoc plugin not needed in Fedora builds - Remove javadoc plugin not needed in Fedora builds