update to version 50
This commit is contained in:
parent
848b1b9594
commit
815a9d079c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ mojo-parent-29-source-release.zip
|
|||||||
/mojo-parent-39-source-release.zip
|
/mojo-parent-39-source-release.zip
|
||||||
/mojo-parent-40-source-release.zip
|
/mojo-parent-40-source-release.zip
|
||||||
/mojo-parent-40.tar.gz
|
/mojo-parent-40.tar.gz
|
||||||
|
/mojo-parent-50.tar.gz
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
Name: mojo-parent
|
Name: mojo-parent
|
||||||
Version: 40
|
Version: 50
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Codehaus MOJO parent project pom file
|
Summary: Codehaus MOJO parent project pom file
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.mojohaus.org/mojo-parent/
|
|
||||||
|
URL: https://www.mojohaus.org/mojo-parent/
|
||||||
Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/mojohaus/mojo-parent/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
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -16,8 +17,10 @@ Codehaus MOJO parent project pom file
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
# Cobertura plugin is executed only during clean Maven phase.
|
# Cobertura plugin is executed only during clean Maven phase.
|
||||||
%pom_remove_plugin :cobertura-maven-plugin
|
%pom_remove_plugin :cobertura-maven-plugin
|
||||||
|
|
||||||
# Not needed in Fedora.
|
# Not needed in Fedora.
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
@ -25,17 +28,24 @@ Codehaus MOJO parent project pom file
|
|||||||
|
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_alias : org.codehaus.mojo:mojo
|
%mvn_alias : org.codehaus.mojo:mojo
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE-2.0.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2020 Fabio Valentini <decathorpe@gmail.com> - 50-1
|
||||||
|
- Update to version 50.
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 40-10
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 40-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
@ -169,3 +179,4 @@ cp %SOURCE1 .
|
|||||||
|
|
||||||
* Mon Sep 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-1
|
* Mon Sep 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-1
|
||||||
- Initial version of the package
|
- Initial version of the package
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
7927e99a8033ac447c7c35d32e0ba9aa mojo-parent-40.tar.gz
|
SHA512 (mojo-parent-50.tar.gz) = 64b62629914776b7d139c5acee159f4a8d6dabc5885643f65724b7930fe6760e00d9dd92533806dea5deb2f187e0af0e5b6e356256944f0c8ad13dc2b5e78fc8
|
||||||
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
|
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||||
|
Loading…
Reference in New Issue
Block a user