2020-10-28 14:25:14 +08:00
|
|
|
Name: idlj-maven-plugin
|
|
|
|
|
Version: 1.2.1
|
2021-01-11 10:37:03 +08:00
|
|
|
Release: 2
|
2020-10-28 14:25:14 +08:00
|
|
|
Summary: The CORBA IDL Compiler Maven Plugin
|
|
|
|
|
License: ASL 2.0
|
2021-01-11 10:37:03 +08:00
|
|
|
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
|
2020-10-28 14:25:14 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: maven-local mvn(avalon-logkit:avalon-logkit) mvn(junit:junit)
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-compiler-api)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) mvn(org.jacorb:jacorb-idl-compiler)
|
|
|
|
|
%description
|
|
|
|
|
The CORBA IDL Compiler Maven Plugin is used for processing IDL files into java sources.
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
%description javadoc
|
|
|
|
|
This package contains the API documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-01-11 10:37:03 +08:00
|
|
|
%setup -q -n %{name}-%{name}-%{version}
|
2020-10-28 14:25:14 +08:00
|
|
|
%pom_change_dep :plexus-compiler-api org.codehaus.plexus:
|
|
|
|
|
%pom_change_dep org.jacorb: :jacorb-idl-compiler
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build -f
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%dir %{_javadir}/%{name}
|
|
|
|
|
%license LICENSE-2.0.txt
|
|
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
|
%license LICENSE-2.0.txt
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-01-11 10:37:03 +08:00
|
|
|
* Sat Jan 09 2021 Ge Wang <wangge20@huawei.com> - 1.2.1-2
|
|
|
|
|
- Modify homepage url and Source url
|
|
|
|
|
|
2020-10-28 14:25:14 +08:00
|
|
|
* Wed Oct 28 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.2.1-1
|
|
|
|
|
- Package init
|