!1 Package init

Merge pull request !1 from 成子晗/master
This commit is contained in:
openeuler-ci-bot 2020-08-29 16:07:01 +08:00 committed by Gitee
commit 62344e008d
3 changed files with 46 additions and 0 deletions

42
jboss-ejb-3.1-api.spec Normal file
View File

@ -0,0 +1,42 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: jboss-ejb-3.1-api
Version: 1.0.2
Release: 1
Summary: EJB 3.1 API
License: CDDL or GPLv2 with exceptions
Url: http://www.jboss.org
Source0: https://github.com/jboss/jboss-ejb-api_spec/archive/jboss-ejb-api_3.1_spec-%{namedversion}.tar.gz
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
BuildRequires: mvn(org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec)
BuildRequires: mvn(org.jboss.spec.javax.xml.rpc:jboss-jaxrpc-api_1.1_spec)
BuildArch: noarch
%description
The Java EJB 3.1 API classes.
%package javadoc
Summary: Javadocs for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n jboss-ejb-api_spec-jboss-ejb-api_3.1_spec-%{namedversion}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README
%license LICENSE
%files javadoc -f .mfiles-javadoc
%license LICENSE
%changelog
* Sat Aug 1 2020 chengzihan <chengzihan2@huawei.com> - 1.0.2-1
- Package init

4
jboss-ejb-3.1-api.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: jboss/jboss-ejb-api_spec
tag_prefix: "jboss-ejb-api_3.1_spec-"
seperator: "."

Binary file not shown.