!4 Modify homepage url and source url

From: @wang--ge
Reviewed-by: @small_leek,@wangchong1995924
Signed-off-by: @small_leek,@wangchong1995924
This commit is contained in:
openeuler-ci-bot 2021-01-11 14:26:28 +08:00 committed by Gitee
commit 9bbde6ffd2
3 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: idlj-maven-plugin
Version: 1.2.1
Release: 1
Release: 2
Summary: The CORBA IDL Compiler Maven Plugin
License: ASL 2.0
URL: http://mojo.codehaus.org/idlj-maven-plugin
Source0: idlj-maven-plugin-%{version}.tar.xz
Source1: LICENSE-2.0.txt
URL: http://www.mojohaus.org/plugins.html
Source0: https://github.com/mojohaus/%{name}/archive/%{name}-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local mvn(avalon-logkit:avalon-logkit) mvn(junit:junit)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
@ -21,7 +21,7 @@ Summary: Javadoc for %{name}
This package contains the API documentation for %{name}.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{name}-%{version}
%pom_change_dep :plexus-compiler-api org.codehaus.plexus:
%pom_change_dep org.jacorb: :jacorb-idl-compiler
cp %{SOURCE1} .
@ -40,5 +40,8 @@ cp %{SOURCE1} .
%license LICENSE-2.0.txt
%changelog
* Sat Jan 09 2021 Ge Wang <wangge20@huawei.com> - 1.2.1-2
- Modify homepage url and Source url
* Wed Oct 28 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.2.1-1
- Package init