From 10e70eef315c3803bd11a36c25fbf7beb11a82c5a334eb4f7ceec03b541dad4f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 29 Sep 2024 20:37:24 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-interpolation?expand=0&rev=12 --- .gitattributes | 23 ++++ .gitignore | 1 + plexus-interpolation-1.27.0.tar.gz | 3 + plexus-interpolation-build.xml | 211 +++++++++++++++++++++++++++++ plexus-interpolation.changes | 28 ++++ plexus-interpolation.spec | 79 +++++++++++ 6 files changed, 345 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 plexus-interpolation-1.27.0.tar.gz create mode 100644 plexus-interpolation-build.xml create mode 100644 plexus-interpolation.changes create mode 100644 plexus-interpolation.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/plexus-interpolation-1.27.0.tar.gz b/plexus-interpolation-1.27.0.tar.gz new file mode 100644 index 0000000..6eb3411 --- /dev/null +++ b/plexus-interpolation-1.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c1272df4185b6f6b7b05fd8b1223ce978578fa0c408b94cbbf9282bbcf2d45 +size 60195 diff --git a/plexus-interpolation-build.xml b/plexus-interpolation-build.xml new file mode 100644 index 0000000..ade6a78 --- /dev/null +++ b/plexus-interpolation-build.xml @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in the test classpath or your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plexus-interpolation.changes b/plexus-interpolation.changes new file mode 100644 index 0000000..57fe07c --- /dev/null +++ b/plexus-interpolation.changes @@ -0,0 +1,28 @@ +------------------------------------------------------------------- +Thu Jun 13 17:09:48 UTC 2024 - Fridrich Strba + +- Upgrade to version 1.27.0 + * New features and improvements + + Added support for PPC64LE + + Add dependabot and release drafter configuration + + Move to Junit5 + * Dependency updates + + Bump plexus from 7 to 16 + + Bump maven-bundle-plugin from 3.0.1 to 5.1.9 + +------------------------------------------------------------------- +Sun Mar 20 15:43:05 UTC 2022 - Fridrich Strba + +- Build with java source and target levels 1.8 + +------------------------------------------------------------------- +Sun Nov 24 16:48:14 UTC 2019 - Fridrich Strba + +- Upgrade to version 1.26 + +------------------------------------------------------------------- +Wed Mar 6 17:18:37 UTC 2019 - Fridrich Strba + +- Initial packaging of plexus-interpolation 1.22 +- Generate and customize ant build.xml file to be able to build + outside maven diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec new file mode 100644 index 0000000..6a4985e --- /dev/null +++ b/plexus-interpolation.spec @@ -0,0 +1,79 @@ +# +# spec file for package plexus-interpolation +# +# 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/ +# + + +%bcond_with tests +Name: plexus-interpolation +Version: 1.27.0 +Release: 0 +Summary: Plexus Interpolation API +License: Apache-1.1 AND Apache-2.0 AND MIT +Group: Development/Libraries/Java +URL: https://github.com/codehaus-plexus/%{name} +Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz +Source1: %{name}-build.xml +BuildRequires: ant +BuildRequires: fdupes +BuildRequires: javapackages-local >= 6 +BuildArch: noarch +%if %{with tests} +BuildRequires: ant-junit +%endif + +%description +Plexus interpolator is the outgrowth of multiple iterations of development +focused on providing a more modular, flexible interpolation framework for +the expression language style commonly seen in Maven, Plexus, and other +related projects. + +%package javadoc +Summary: Javadoc for %{name} +Group: Documentation/HTML + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} +cp %{SOURCE1} build.xml + +%build +ant \ +%if %{without tests} + -Dtest.skip=true \ +%endif + jar javadoc + +%install +# jar +install -dm 0755 %{buildroot}%{_javadir}/plexus +install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/plexus/interpolation.jar +# pom +install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/interpolation.pom +%add_maven_depmap plexus/interpolation.pom plexus/interpolation.jar +# javadoc +install -dm 0755 %{buildroot}%{_javadocdir}/%{name} +cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/ +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles + +%files javadoc +%{_javadocdir}/%{name} + +%changelog From db69796ec6e97c6ba2431a01c57d6a78cf350cc9b7dd7b286a46041f2d514e32 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 2 Oct 2024 15:58:58 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-interpolation?expand=0&rev=13 --- plexus-interpolation.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plexus-interpolation.changes b/plexus-interpolation.changes index 57fe07c..7f231c5 100644 --- a/plexus-interpolation.changes +++ b/plexus-interpolation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 2 15:58:55 UTC 2024 - Fridrich Strba + +- Spec file cleanup + ------------------------------------------------------------------- Thu Jun 13 17:09:48 UTC 2024 - Fridrich Strba