From 20ee3e9929aef76109dec0b72da5ae887db1ec0380134160f08b8c254c40444c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 21 Oct 2024 12:14:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/glassfish-activation?expand=0&rev=21 --- .gitattributes | 23 +++++ .gitignore | 1 + _service | 14 +++ activation-1.2.0.tar.xz | 3 + activation-1.2.2.tar.xz | 3 + activation-build.xml | 162 +++++++++++++++++++++++++++++++++++ glassfish-activation.changes | 48 +++++++++++ glassfish-activation.spec | 129 ++++++++++++++++++++++++++++ 8 files changed, 383 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 activation-1.2.0.tar.xz create mode 100644 activation-1.2.2.tar.xz create mode 100644 activation-build.xml create mode 100644 glassfish-activation.changes create mode 100644 glassfish-activation.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..ff499ec --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + https://github.com/jakartaee/jaf-api.git + 1.2.2 + @PARENT_TAG@ + doc + activation + + + *.tar + xz + + diff --git a/activation-1.2.0.tar.xz b/activation-1.2.0.tar.xz new file mode 100644 index 0000000..a154ce8 --- /dev/null +++ b/activation-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1554e3cc8253831179076f0d2a787e01e8247ebbfbc4a8c25a2677251a52a58 +size 58960 diff --git a/activation-1.2.2.tar.xz b/activation-1.2.2.tar.xz new file mode 100644 index 0000000..690da63 --- /dev/null +++ b/activation-1.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73833998cc1b20a16f6156578592d7c13c8b3cf46424ef3cf27026b9fb6b99f0 +size 101368 diff --git a/activation-build.xml b/activation-build.xml new file mode 100644 index 0000000..f573ff9 --- /dev/null +++ b/activation-build.xml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glassfish-activation.changes b/glassfish-activation.changes new file mode 100644 index 0000000..203308d --- /dev/null +++ b/glassfish-activation.changes @@ -0,0 +1,48 @@ +------------------------------------------------------------------- +Wed Oct 2 15:39:44 UTC 2024 - Fridrich Strba + +- Spec file cleanup + +------------------------------------------------------------------- +Wed Jul 13 14:11:54 UTC 2022 - Fridrich Strba + +- Avoid missing symlink %_javadir/jaf.jar, by recreating it when + gnu-jaf is uninstalled + +------------------------------------------------------------------- +Tue Jul 12 09:28:43 UTC 2022 - Fridrich Strba + +- Add symlinks to jaf.jar and activation.jar which were part + of the obsoleted gnu-jaf + +------------------------------------------------------------------- +Fri Mar 18 16:49:05 UTC 2022 - Fridrich Strba + +- Build with source/target levels 8 + +------------------------------------------------------------------- +Fri Mar 18 05:48:14 UTC 2022 - Fridrich Strba + +- Rename package to glassfish-activation and split it into two, + the whole activation jar and the jar with only the apis + +------------------------------------------------------------------- +Thu Mar 17 03:01:43 UTC 2022 - Fridrich Strba + +- Rewrite the build system so that it does not need maven + +------------------------------------------------------------------- +Wed Dec 15 11:46:54 UTC 2021 - Fridrich Strba + +- Remove alias for the new jakarta name, since it will be provided + by a new package + +------------------------------------------------------------------- +Tue Apr 14 08:00:37 UTC 2020 - Fridrich Strba + +- Add alias for the new jakarta name + +------------------------------------------------------------------- +Fri Mar 6 10:59:10 UTC 2020 - Fridrich Strba + +- Initial packaging of JavaBeans Activation Framework 1.2.0 diff --git a/glassfish-activation.spec b/glassfish-activation.spec new file mode 100644 index 0000000..c275cb4 --- /dev/null +++ b/glassfish-activation.spec @@ -0,0 +1,129 @@ +# +# spec file for package glassfish-activation +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: glassfish-activation +Version: 1.2.2 +Release: 0 +Summary: JavaBeans Activation Framework +License: (BSD-3-Clause AND GPL-2.0-only WITH Classpath-exception-2.0) OR CDDL-1.1 +Group: Development/Libraries/Java +URL: https://github.com/javaee/activation +Source0: activation-%{version}.tar.xz +Source1: activation-build.xml +BuildRequires: ant +BuildRequires: fdupes +BuildRequires: javapackages-local >= 6 +Obsoletes: gnu-jaf < %{version} +Obsoletes: jaf +BuildArch: noarch + +%description +The JavaBeans Activation Framework (JAF) is a standard extension to the +Java platform that lets you take advantage of standard services to: +determine the type of an arbitrary piece of data; encapsulate access to it; +discover the operations available on it; and instantiate the appropriate +bean to perform the operation(s). + +%package api +Summary: JavaBeans Activation Framework API jar +Provides: gnu-jaf = %{version} +Obsoletes: gnu-jaf < %{version} +Obsoletes: jaf + +%description api +The JavaBeans Activation Framework (JAF) is a standard extension to the +Java platform that lets you take advantage of standard services to: +determine the type of an arbitrary piece of data; encapsulate access to it; +discover the operations available on it; and instantiate the appropriate +bean to perform the operation(s). + +This package contains a Java library with only the APIs + +%package javadoc +Summary: Javadoc for %{name} +Group: Documentation/HTML + +%description javadoc +%{summary}. + +%prep +%setup -q -n activation-%{version} +cp %{SOURCE1} activation/build.xml + +%pom_disable_module demo + +# maven-dependency-plugin doesn't work correctly without access to remote repos +%pom_remove_plugin :maven-dependency-plugin activationapi + +%pom_remove_plugin org.codehaus.mojo:build-helper-maven-plugin +%pom_remove_plugin -r :maven-javadoc-plugin +%pom_remove_plugin -r :maven-source-plugin +%pom_remove_plugin -r :maven-enforcer-plugin + +%pom_remove_plugin -r :osgiversion-maven-plugin +%pom_xpath_inject pom:project/pom:properties "\${project.version}" activation + +%build +pushd activation +%{ant} package javadoc +popd + +%install +# jar +install -d -m 0755 %{buildroot}%{_javadir}/ +install -m 0644 activation/target/javax.activation-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar +install -m 0644 activation/target/javax.activation-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar +ln -sf %{name}-api.jar %{buildroot}%{_javadir}/activation.jar +ln -sf %{name}-api.jar %{buildroot}%{_javadir}/jaf.jar + +# pom +install -d -m 0755 %{buildroot}%{_mavenpomdir}/%{name} +%{mvn_install_pom} activation/pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} activationapi/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-api.pom +%add_maven_depmap %{name}.pom %{name}.jar +%add_maven_depmap %{name}-api.pom %{name}-api.jar -a javax.activation:activation -f api + +# javadoc +install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} +cp -r activation/target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name} +%fdupes -s %{buildroot}%{_javadocdir} + +%triggerpostun api -- gnu-jaf +if [ -f %{_javadir}/%{name}-api.jar ] ; then + if [ -f %{_javadir}/jaf.jar ] ; then + rm -f %{_javadir}/jaf.jar + fi + ln -sf %{name}-api.jar %{_javadir}/jaf.jar +fi +exit 0 + +%files -f .mfiles +%license LICENSE.md +%doc README.md + +%files api -f .mfiles-api +%{_javadir}/activation.jar +%{_javadir}/jaf.jar +%license LICENSE.md + +%files javadoc +%{_javadocdir}/%{name} +%license LICENSE.md +%doc README.md + +%changelog