update to version 5.1
This commit is contained in:
parent
47cd4985d9
commit
ebe613f237
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,9 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/plexus-pom-3.0.1.tar.xz
|
||||
/plexus-pom-3.3.1.tar.xz
|
||||
/LICENSE-2.0.txt
|
||||
/plexus-3.3.3.tar.gz
|
||||
/plexus-5.0.tar.gz
|
||||
/plexus-5.1.tar.gz
|
||||
|
||||
@ -1,15 +1,17 @@
|
||||
Name: plexus-pom
|
||||
Version: 5.0
|
||||
Release: 6%{?dist}
|
||||
Version: 5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Root Plexus Projects POM
|
||||
License: ASL 2.0
|
||||
|
||||
URL: https://github.com/codehaus-plexus/plexus-pom
|
||||
Source0: https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz
|
||||
Source0: %{url}/archive/plexus-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-enforcer-plugin
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
|
||||
%description
|
||||
The Plexus project provides a full software stack for creating and
|
||||
@ -18,12 +20,14 @@ Plexus packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n plexus-pom-plexus-%{version}
|
||||
|
||||
# * require: org.codehaus.plexus plexus-stylus-skin 1.0
|
||||
# org.apache.maven.wagon wagon-webdav-jackrabbit 1.0
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
||||
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
|
||||
%build
|
||||
@ -36,6 +40,9 @@ cp -p %{SOURCE1} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2019 Fabio Valentini <decathorpe@gmail.com> - 5.1-1
|
||||
- Update to version 5.1.
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (plexus-5.0.tar.gz) = c476b2a915ab77d98515dc8eede1382256e49bea34e04bbe93a1b132166582af7c6ac8c9f111a2cf2d14c805011f72a114af174494bd122a72d950ab706b01f2
|
||||
SHA512 (plexus-5.1.tar.gz) = 1e811e1dd113a479a9fcec0706c04938f89c46dd5311fc2c3e92d71aa3088570517c2911bc251f5e245c0c97585de78edcfd23c34f92ff15b4bb1d9d6b0436b3
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user