This commit is contained in:
caomeng5@huawei.com 2019-12-17 15:56:54 +08:00
parent 481769439a
commit b462ba3694
2 changed files with 42 additions and 0 deletions

42
geronimo-interceptor.spec Normal file
View File

@ -0,0 +1,42 @@
%global spec_name_ver %{name}_3.0_spec-%{version}
Name: geronimo-interceptor
Version: 1.0.1
Release: 20
Summary: Java EE: Interceptor API v3.0
License: ASL 2.0
URL: http://geronimo.apache.org/
Source0: %{spec_name_ver}.tar.gz
BuildArch: noarch
BuildRequires: java-devel jpackage-utils maven-local geronimo-parent-poms
Provides: interceptor_api = 3.0
%description
Contains annotations and interfaces for defining interceptor methods,
interceptor classes and for binding interceptor classes to target classes.
%package_help
%prep
%autosetup -n %{spec_name_ver}
%mvn_alias : org.apache.geronimo.specs:%{name}_1.1_spec
%mvn_file : %{name} interceptor
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt
%files help -f .mfiles-javadoc
%changelog
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 1.0.1-20
- Package init

Binary file not shown.