43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
Name: jboss-transaction-1.1-api
|
|
Version: 1.0.1
|
|
Release: 2
|
|
Summary: Transaction 1.1 API
|
|
License: CDDL-1.0 or GPLv2 with exceptions
|
|
Url: http://www.jboss.org
|
|
Source0: https://github.com/jboss/jboss-transaction-api_spec/archive/jboss-transaction-api_1.1_spec-%{version}.Final.tar.gz
|
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The Java Transaction 1.1 API classes.
|
|
|
|
%package javadoc
|
|
Summary: Javadocs for %{name}
|
|
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n jboss-transaction-api_spec-jboss-transaction-api_1.1_spec-%{version}.Final
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README
|
|
%license LICENSE.txt
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.txt
|
|
|
|
%changelog
|
|
* Thu Jun 13 2024 wulei <wu_lei@hoperun.com> - 1.0.1-2
|
|
- Regulate license information
|
|
|
|
* Thu Sep 3 2020 leiju <leiju4@huawei.com> - 1.0.1-1
|
|
- Package init
|