Add build-dependency on junit

This commit is contained in:
Mikolaj Izdebski 2021-06-28 12:01:33 +02:00
parent 532c76a8ff
commit 5ec9200d10

View File

@ -1,18 +1,16 @@
%global srcname mail
Name: jakarta-mail
Version: 1.6.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Jakarta Mail API
License: EPL-2.0 or GPLv2 with exceptions
URL: https://github.com/eclipse-ee4j/mail
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
Source0: https://github.com/eclipse-ee4j/mail/archive/%{version}/mail-%{version}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(com.sun.activation:jakarta.activation)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
@ -29,9 +27,8 @@ Obsoletes: javamail-javadoc < 1.5.2-16
The Jakarta Mail API provides a platform-independent and
protocol-independent framework to build mail and messaging applications.
%prep
%autosetup -n %{srcname}-%{version} -p1
%setup -n mail-%{version}
# remove unnecessary dependency on parent POM
%pom_remove_parent
@ -67,22 +64,21 @@ sed -i "s/\${mail\.osgiversion}/%{version}/g" mailapi/pom.xml
javamail/javax.mail \
javax.mail/javax.mail
%build
# skip javadoc build due to https://github.com/fedora-java/xmvn/issues/58
%mvn_build -j
%install
%mvn_install
%files -f .mfiles
%license LICENSE.md NOTICE.md
%doc README.md
%changelog
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-3
- Add build-dependency on junit
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild