2024-08-05 18:45:55 +00:00
|
|
|
%bcond_with bootstrap
|
2024-02-02 16:16:32 +00:00
|
|
|
|
|
|
|
Name: plexus-xml
|
|
|
|
Version: 3.0.0
|
2024-10-29 16:03:33 +00:00
|
|
|
Release: 4%{?dist}
|
2024-02-02 16:16:32 +00:00
|
|
|
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
|
2024-10-29 16:03:33 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-4
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-08-01 17:34:13 +00:00
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-3
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
2024-06-24 16:15:15 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.0-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-02 16:16:32 +00:00
|
|
|
* Fri Feb 2 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
|
|
|
- Initial packaging
|