Compare commits
No commits in common. "imports/c9-beta/maven-plugin-build-helper-3.2.0-7.el9" and "c8-stream-201902" have entirely different histories.
imports/c9
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/build-helper-maven-plugin-3.2.0-source-release.zip
|
SOURCES/maven-plugin-build-helper-1.9.1.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
891ccebb4600f4a57ec4b687c8659224ab7a5d19 SOURCES/build-helper-maven-plugin-3.2.0-source-release.zip
|
674f0fdf0a6dbea4d96fdab27d57d338f49b68ca SOURCES/maven-plugin-build-helper-1.9.1.tar.xz
|
||||||
|
@ -1,31 +1,30 @@
|
|||||||
%bcond_with bootstrap
|
|
||||||
|
|
||||||
Name: maven-plugin-build-helper
|
Name: maven-plugin-build-helper
|
||||||
Version: 3.2.0
|
Version: 1.9.1
|
||||||
Release: 7%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Build Helper Maven Plugin
|
Summary: Build Helper Maven Plugin
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.mojohaus.org/build-helper-maven-plugin/
|
URL: http://mojo.codehaus.org/build-helper-maven-plugin/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: https://repo1.maven.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/%{version}/build-helper-maven-plugin-%{version}-source-release.zip
|
# The source tarball has been generated from upstream VCS:
|
||||||
|
# svn export https://svn.codehaus.org/mojo/tags/build-helper-maven-plugin-%{version} %{name}-%{version}
|
||||||
|
# tar caf %{name}-%{version}.tar.xz %{name}-%{version}
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
%if %{with bootstrap}
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||||
BuildRequires: javapackages-bootstrap
|
|
||||||
%else
|
|
||||||
BuildRequires: mvn(junit:junit)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
||||||
BuildRequires: mvn(org.apache.maven.shared:file-management)
|
|
||||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.assertj:assertj-core)
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
|
BuildRequires: mvn(org.beanshell:bsh)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.testng:testng)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This plugin contains various small independent goals to assist with
|
This plugin contains various small independent goals to assist with
|
||||||
@ -38,82 +37,29 @@ Summary: API documentation for %{name}
|
|||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n build-helper-maven-plugin-%{version}
|
%setup -q
|
||||||
|
|
||||||
%pom_add_dep junit:junit::test
|
%pom_add_dep org.apache.maven:maven-compat
|
||||||
|
|
||||||
find -name BeanshellPropertyMojo.java -delete
|
|
||||||
%pom_remove_dep :bsh
|
|
||||||
|
|
||||||
%pom_remove_plugin :maven-invoker-plugin
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE.txt
|
%license header.txt
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE.txt
|
%license header.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-7
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-6
|
|
||||||
- Rebuild to workaround DistroBaker issue
|
|
||||||
|
|
||||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-5
|
|
||||||
- Bootstrap Maven for CentOS Stream 9
|
|
||||||
|
|
||||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-4
|
|
||||||
- Bump release
|
|
||||||
|
|
||||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-2
|
|
||||||
- Bootstrap build
|
|
||||||
- Non-bootstrap build
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 21 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
|
||||||
- Update to version 3.2.0.
|
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.0-2
|
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
||||||
|
|
||||||
* Mon Jun 22 2020 Marian Koncek <mkoncek@redhat.com> - 3.2.0-1
|
|
||||||
- Update to upstream version 3.2.0
|
|
||||||
|
|
||||||
* Sun May 17 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-1
|
|
||||||
- Update to upstream version 3.1.0
|
|
||||||
|
|
||||||
* Sat May 09 2020 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1
|
|
||||||
- Update to version 3.1.0.
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-10
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-10
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-9
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-9
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 18 2018 Michael Simacek <msimacek@redhat.com> - 1.9.1-8
|
* Wed Jul 18 2018 Michael Simacek <msimacek@redhat.com> - 1.9.1-8
|
||||||
- Correct license to just MIT, The ASL 2.0 files are not shipped in the binary
|
- Correct license to just MIT, The ASL 2.0 files are not shipped in the binary
|
||||||
RPM
|
RPM
|
||||||
|
Loading…
Reference in New Issue
Block a user