Compare commits
No commits in common. "c8-stream-201902" and "c9-beta" have entirely different histories.
c8-stream-
...
c9-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/plexus-containers-2.0.0.tar.gz
|
SOURCES/plexus-containers-2.1.0.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
62fe39da30dfb4e15e7dd5ecd9d4b5205895d32b SOURCES/plexus-containers-2.0.0.tar.gz
|
66d8b7fc585e77ca4afc8bef01f646e96940cecf SOURCES/plexus-containers-2.1.0.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: plexus-containers
|
Name: plexus-containers
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 2%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Containers for Plexus
|
Summary: Containers for Plexus
|
||||||
# Most of the files are either under ASL 2.0 or MIT
|
# Most of the files are either under ASL 2.0 or MIT
|
||||||
# The following files are under xpp:
|
# The following files are under xpp:
|
||||||
@ -9,12 +11,16 @@ Summary: Containers for Plexus
|
|||||||
License: ASL 2.0 and MIT and xpp
|
License: ASL 2.0 and MIT and xpp
|
||||||
URL: https://github.com/codehaus-plexus/plexus-containers
|
URL: https://github.com/codehaus-plexus/plexus-containers
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
Source2: LICENSE.MIT
|
Source2: LICENSE.MIT
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local-openjdk8
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: mvn(com.google.guava:guava)
|
BuildRequires: mvn(com.google.guava:guava)
|
||||||
BuildRequires: mvn(com.thoughtworks.qdox:qdox)
|
BuildRequires: mvn(com.thoughtworks.qdox:qdox)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
@ -30,6 +36,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
|||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.jdom:jdom2)
|
BuildRequires: mvn(org.jdom:jdom2)
|
||||||
BuildRequires: mvn(org.ow2.asm:asm)
|
BuildRequires: mvn(org.ow2.asm:asm)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Plexus project seeks to create end-to-end developer tools for
|
The Plexus project seeks to create end-to-end developer tools for
|
||||||
@ -45,7 +52,7 @@ Summary: Component metadata from %{name}
|
|||||||
%description component-metadata
|
%description component-metadata
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%package -n %{?module_prefix}%{name}-component-annotations
|
%package component-annotations
|
||||||
Summary: Component API from %{name}
|
Summary: Component API from %{name}
|
||||||
|
|
||||||
%description -n %{?module_prefix}%{name}-component-annotations
|
%description -n %{?module_prefix}%{name}-component-annotations
|
||||||
@ -94,8 +101,12 @@ cp %{SOURCE2} .
|
|||||||
# keep compat symlink for maven's sake
|
# keep compat symlink for maven's sake
|
||||||
%mvn_file ":plexus-component-annotations" %{name}/plexus-component-annotations plexus/containers-component-annotations
|
%mvn_file ":plexus-component-annotations" %{name}/plexus-component-annotations plexus/containers-component-annotations
|
||||||
|
|
||||||
|
# remove some broken tests
|
||||||
|
rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/merge/ComponentsXmlMergerTest.java
|
||||||
|
rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/DefaultComponentDescriptorWriterTest.java
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f -s
|
%mvn_build -s
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -103,23 +114,82 @@ cp %{SOURCE2} .
|
|||||||
# plexus-containers pom goes into main package
|
# plexus-containers pom goes into main package
|
||||||
%files -f .mfiles-plexus-containers
|
%files -f .mfiles-plexus-containers
|
||||||
%license LICENSE-2.0.txt LICENSE.MIT
|
%license LICENSE-2.0.txt LICENSE.MIT
|
||||||
%files -n %{?module_prefix}%{name}-component-annotations -f .mfiles-plexus-component-annotations
|
|
||||||
|
%files component-annotations -f .mfiles-plexus-component-annotations
|
||||||
%license LICENSE-2.0.txt LICENSE.MIT
|
%license LICENSE-2.0.txt LICENSE.MIT
|
||||||
|
|
||||||
%files container-default -f .mfiles-plexus-container-default
|
%files container-default -f .mfiles-plexus-container-default
|
||||||
%license LICENSE-2.0.txt LICENSE.MIT
|
%license LICENSE-2.0.txt LICENSE.MIT
|
||||||
|
|
||||||
%files component-metadata -f .mfiles-plexus-component-metadata
|
%files component-metadata -f .mfiles-plexus-component-metadata
|
||||||
%license LICENSE-2.0.txt LICENSE.MIT
|
%license LICENSE-2.0.txt LICENSE.MIT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 2.1.0-13
|
||||||
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 2.1.0-12
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 2.1.0-11
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-10
|
||||||
|
- Rebuild to regenerate auto-requires
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.0-9
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-8
|
||||||
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-7
|
||||||
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-6
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 2.1.0-3
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-2
|
||||||
|
- Build with OpenJDK 8
|
||||||
|
|
||||||
|
* Wed Nov 20 2019 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
|
||||||
|
- Update to upstream version 2.1.0
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Thu Oct 24 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||||
|
- Update to version 2.1.0.
|
||||||
|
|
||||||
|
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 2.0.0-1
|
||||||
|
- Update to version 2.0.0.
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 2.0.0-1
|
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 2.0.0-1
|
||||||
- Update to upstream version 2.0.0
|
- Update to upstream version 2.0.0
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.1-9
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.1-9
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jul 31 2018 Michael Simacek <msimacek@redhat.com> - 1.7.1-8
|
* Tue Jul 31 2018 Michael Simacek <msimacek@redhat.com> - 1.7.1-8
|
||||||
- Fix license tag
|
- Fix license tag
|
||||||
- Include missing license files
|
- Include missing license files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user