commit 624e2118277f638da239294bf12e741571a998b5 Author: MSVSphere Packaging Team Date: Fri Oct 25 18:27:11 2024 +0300 import plexus-xml-3.0.0-3.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14c29dd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/plexus-xml-3.0.0.tar.gz diff --git a/.plexus-xml.metadata b/.plexus-xml.metadata new file mode 100644 index 0000000..8680fad --- /dev/null +++ b/.plexus-xml.metadata @@ -0,0 +1 @@ +ed11b87516110f41e39b24de93eeb2951319956e SOURCES/plexus-xml-3.0.0.tar.gz diff --git a/SPECS/plexus-xml.spec b/SPECS/plexus-xml.spec new file mode 100644 index 0000000..85372e5 --- /dev/null +++ b/SPECS/plexus-xml.spec @@ -0,0 +1,55 @@ +%bcond_with bootstrap + +Name: plexus-xml +Version: 3.0.0 +Release: 3%{?dist} +Summary: Plexus XML Utilities +# Licensing breakdown: +# Apache-1.1: src/main/java/org/codehaus/plexus/util/xml/StringUtils.java +# xpp: src/main/java/org/codehaus/plexus/util/xml/pull/MXParser.java +# Everything else is Apache-2.0 +License: Apache-1.1 AND Apache-2.0 AND xpp +URL: https://codehaus-plexus.github.io/plexus-xml/ +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz + +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local +BuildRequires: mvn(org.codehaus.plexus:plexus:pom:) +%endif + +%description +A collection of various utility classes to ease working with XML. + +%{?javadoc_package} + +%prep +%setup -q -n %{name}-%{name}-%{version} + +%build +# Test dependencies are not packaged +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license NOTICE.txt LICENSE.txt + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 3.0.0-3 +- Rebuilt for MSVSphere 10 + +* Thu Aug 01 2024 Troy Dawson - 3.0.0-3 +- Bump release for Aug 2024 java mass rebuild + +* Mon Jun 24 2024 Troy Dawson - 3.0.0-2 +- Bump release for June 2024 mass rebuild + +* Fri Feb 2 2024 Mikolaj Izdebski - 3.0.0-1 +- Initial packaging