Update upstream URLs
This commit is contained in:
parent
80195cb76a
commit
678403ce6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ mojo-parent-29-source-release.zip
|
|||||||
/mojo-parent-38-source-release.zip
|
/mojo-parent-38-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
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
Name: mojo-parent
|
Name: mojo-parent
|
||||||
Version: 40
|
Version: 40
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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://mojo.codehaus.org/
|
URL: http://www.mojohaus.org/mojo-parent/
|
||||||
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
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
|
||||||
BuildRequires: codehaus-parent
|
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin)
|
||||||
BuildRequires: maven-checkstyle-plugin
|
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||||
BuildRequires: maven-site-plugin
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Codehaus MOJO parent project pom file
|
Codehaus MOJO parent project pom file
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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.
|
||||||
@ -37,6 +36,9 @@ cp %SOURCE1 .
|
|||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 40-2
|
||||||
|
- Update upstream URLs
|
||||||
|
|
||||||
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 40-1
|
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 40-1
|
||||||
- Update to upstream version 40
|
- Update to upstream version 40
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user