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-39-source-release.zip
|
||||
/mojo-parent-40-source-release.zip
|
||||
/mojo-parent-40.tar.gz
|
||||
|
@ -1,24 +1,23 @@
|
||||
Name: mojo-parent
|
||||
Version: 40
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Codehaus MOJO parent project pom file
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://mojo.codehaus.org/
|
||||
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
URL: http://www.mojohaus.org/mojo-parent/
|
||||
Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: codehaus-parent
|
||||
BuildRequires: maven-checkstyle-plugin
|
||||
BuildRequires: maven-site-plugin
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||
|
||||
%description
|
||||
Codehaus MOJO parent project pom file
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
# Cobertura plugin is executed only during clean Maven phase.
|
||||
%pom_remove_plugin :cobertura-maven-plugin
|
||||
# Not needed in Fedora.
|
||||
@ -37,6 +36,9 @@ cp %SOURCE1 .
|
||||
%doc LICENSE-2.0.txt
|
||||
|
||||
%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
|
||||
- Update to upstream version 40
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user