You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.6 KiB
60 lines
1.6 KiB
3 months ago
|
%bcond_with bootstrap
|
||
|
|
||
|
Name: plexus-testing
|
||
|
Version: 1.3.0
|
||
|
Release: 3%{?dist}
|
||
|
Summary: Plexus Testing
|
||
|
License: Apache-2.0
|
||
|
URL: https://github.com/codehaus-plexus/plexus-testing
|
||
|
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(com.google.inject:guice)
|
||
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.inject)
|
||
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
||
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||
|
%endif
|
||
|
|
||
|
%description
|
||
|
The Plexus Testing contains the necessary classes to be able to test
|
||
|
Plexus components.
|
||
|
|
||
|
%{?javadoc_package}
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name}-%{name}-%{version}
|
||
|
|
||
|
# Some tests rely on Jakarta Injection API, which is not packaged
|
||
|
rm src/test/java/org/codehaus/plexus/testing/TestJakartaComponent.java
|
||
|
rm src/test/java/org/codehaus/plexus/testing/PlexusTestJakartaTest.java
|
||
|
|
||
|
%build
|
||
|
%mvn_build
|
||
|
|
||
|
%install
|
||
|
%mvn_install
|
||
|
|
||
|
%files -f .mfiles
|
||
|
%doc README.md
|
||
|
%license LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.0-3
|
||
|
- Rebuilt for MSVSphere 10
|
||
|
|
||
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-3
|
||
|
- Bump release for Aug 2024 java mass rebuild
|
||
|
|
||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.0-2
|
||
|
- Bump release for June 2024 mass rebuild
|
||
|
|
||
|
* Fri Feb 02 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.0-1
|
||
|
- Initial packaging
|