Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
||||
SOURCES/mail-1.6.5.tar.gz
|
||||
/results_*/
|
||||
/*.src.rpm
|
||||
|
||||
/mail-1.6.5.tar.gz
|
||||
/mail-1.6.7.tar.gz
|
||||
/mail-2.1.0.tar.gz
|
||||
/mail-2.1.2.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
87b7b390e39d6afa9d4111c2301ed0236b789ba5 SOURCES/mail-1.6.5.tar.gz
|
@ -1,95 +0,0 @@
|
||||
Name: jakarta-mail
|
||||
Version: 1.6.5
|
||||
Release: 5%{?dist}
|
||||
Summary: Jakarta Mail API
|
||||
License: EPL-2.0 or GPLv2 with exceptions
|
||||
URL: https://github.com/eclipse-ee4j/mail
|
||||
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)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
# package renamed in fedora 34, remove in fedora 36+
|
||||
Provides: javamail = %{version}-%{release}
|
||||
Obsoletes: javamail < 1.5.2-16
|
||||
|
||||
# javadoc package is currently not built
|
||||
Obsoletes: javamail-javadoc < 1.5.2-16
|
||||
|
||||
%description
|
||||
The Jakarta Mail API provides a platform-independent and
|
||||
protocol-independent framework to build mail and messaging applications.
|
||||
|
||||
%prep
|
||||
%setup -n mail-%{version}
|
||||
|
||||
# remove unnecessary dependency on parent POM
|
||||
%pom_remove_parent
|
||||
|
||||
# disable unnecessary maven plugins
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :osgiversion-maven-plugin
|
||||
|
||||
# disable android-specific code
|
||||
%pom_disable_module android
|
||||
|
||||
# remove profiles that only add unnecessary things
|
||||
%pom_xpath_remove "pom:project/pom:profiles"
|
||||
|
||||
# inject OSGi bundle versions manually instead of using osgiversion-maven-plugin
|
||||
sed -i "s/\${mail\.osgiversion}/%{version}/g" mail/pom.xml
|
||||
sed -i "s/\${mail\.osgiversion}/%{version}/g" mailapi/pom.xml
|
||||
|
||||
# add aliases for old maven artifact coordinates
|
||||
%mvn_alias com.sun.mail:mailapi \
|
||||
javax.mail:mailapi
|
||||
%mvn_alias com.sun.mail:jakarta.mail \
|
||||
com.sun.mail:javax.mail \
|
||||
javax.mail:mail \
|
||||
org.eclipse.jetty.orbit:javax.mail.glassfish
|
||||
%mvn_alias jakarta.mail:jakarta.mail-api \
|
||||
javax.mail:javax.mail-api
|
||||
|
||||
# add symlinks for compatibilty with old classpaths
|
||||
%mvn_file com.sun.mail:jakarta.mail \
|
||||
%{name}/jakarta.mail \
|
||||
javamail/mail \
|
||||
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 Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.5-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-4
|
||||
- Add build-dependency on junit
|
||||
- Resolves: rhbz#1976998
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.5-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Sep 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.5-1
|
||||
- Initial package renamed from javamail.
|
||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
132
jakarta-mail.spec
Normal file
132
jakarta-mail.spec
Normal file
@ -0,0 +1,132 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: jakarta-mail
|
||||
Version: 2.1.2
|
||||
Release: 6%{?dist}
|
||||
Summary: Jakarta Mail API
|
||||
License: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
||||
URL: https://github.com/eclipse-ee4j/mail
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: https://github.com/eclipse-ee4j/mail/archive/%{version}/mail-%{version}.tar.gz
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(jakarta.activation:jakarta.activation-api)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Jakarta Mail API provides a platform-independent and
|
||||
protocol-independent framework to build mail and messaging applications.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n mail-api-%{version}
|
||||
|
||||
pushd api
|
||||
# Remove unnecessary dependency on parent POM
|
||||
%pom_remove_parent
|
||||
|
||||
%pom_remove_plugin :buildnumber-maven-plugin
|
||||
|
||||
# Missing dependency
|
||||
%pom_remove_dep :angus-activation
|
||||
rm src/test/java/jakarta/mail/internet/NonAsciiFileNamesTest.java
|
||||
popd
|
||||
|
||||
%build
|
||||
pushd api
|
||||
%mvn_build
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd api
|
||||
%mvn_install
|
||||
popd
|
||||
|
||||
%files -f api/.mfiles
|
||||
%license LICENSE.md NOTICE.md
|
||||
%doc README.md
|
||||
|
||||
%files javadoc -f api/.mfiles-javadoc
|
||||
%license LICENSE.md NOTICE.md
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-6
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-5
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Sep 01 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 2.1.2-1
|
||||
- Update to 2.1.2 release
|
||||
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-2
|
||||
- Rebuild
|
||||
|
||||
* Mon Aug 21 2023 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
|
||||
- Update to upstream version 2.1.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.6.7-2
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
* Fri Apr 29 2022 Marian Koncek <mkoncek@redhat.com> - 1.6.7-1
|
||||
- Update to upstream version 1.6.7
|
||||
|
||||
* Wed Apr 27 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-9
|
||||
- Workaround build issue with RPM 4.18
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.6.5-8
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jan 05 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-6
|
||||
- Disable tests failing due to glibc rhbz#2033020
|
||||
- Remove obsoletes/provides on javamail
|
||||
|
||||
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-5
|
||||
- Fix build with OpenJDK 17
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Sep 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.5-1
|
||||
- Initial package renamed from javamail.
|
7
plans/javapackages.fmf
Normal file
7
plans/javapackages.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: c10s
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user