modify homepage url and source url

This commit is contained in:
wang--ge 2021-01-11 10:37:03 +08:00
parent a967005cb9
commit 73fb922485
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