Update to upstream version 2.7
This commit is contained in:
parent
ddb87142b7
commit
9660cf135d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ sonatype-plexus-compiler-plexus-compiler-1.8.3-0-gef6142f.tar.gz
|
|||||||
/plexus-compiler-2.3.tar.gz
|
/plexus-compiler-2.3.tar.gz
|
||||||
/LICENSE-2.0.txt
|
/LICENSE-2.0.txt
|
||||||
/plexus-compiler-2.4.tar.gz
|
/plexus-compiler-2.4.tar.gz
|
||||||
|
/plexus-compiler-2.7.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global parent plexus
|
%global parent plexus
|
||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Version: 2.4
|
Version: 2.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
# extras subpackage has a bit different licensing
|
# extras subpackage has a bit different licensing
|
||||||
@ -10,7 +10,7 @@ Summary: Compiler call initiators for Plexus
|
|||||||
License: MIT and ASL 2.0
|
License: MIT and ASL 2.0
|
||||||
URL: https://github.com/codehaus-plexus/plexus-compiler
|
URL: https://github.com/codehaus-plexus/plexus-compiler
|
||||||
|
|
||||||
Source0: https://github.com/sonatype/%{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
|
||||||
|
|
||||||
@ -78,6 +78,8 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
# don't generate requires on test dependency (see #1007498)
|
# don't generate requires on test dependency (see #1007498)
|
||||||
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers
|
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers
|
||||||
|
|
||||||
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Tests are skipped because of unavailable plexus-compiler-test artifact
|
# Tests are skipped because of unavailable plexus-compiler-test artifact
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
@ -95,6 +97,9 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
%doc LICENSE LICENSE.MIT
|
%doc LICENSE LICENSE.MIT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-1
|
||||||
|
- Update to upstream version 2.7
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4-3
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user