45 lines
1.3 KiB
RPMSpec
45 lines
1.3 KiB
RPMSpec
%global namedreltag .20120319git49a904
|
|
%global namedversion %{version}%{?namedreltag}
|
|
%global commitid 49a90471d8108b5b2a2da6063b5591a9f41ed24a
|
|
Name: jboss-interceptors-1.1-api
|
|
Version: 1.0.2
|
|
Release: 2
|
|
Summary: Interceptors 1.1 API
|
|
License: CDDL-1.0 or GPLv2 with exceptions
|
|
URL: http://www.jboss.org
|
|
Source0: https://github.com/jboss/jboss-interceptors-api_spec/archive/49a90471d8108b5b2a2da6063b5591a9f41ed24a.tar.gz
|
|
BuildArch: noarch
|
|
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:)
|
|
%description
|
|
This package contains The JavaEE Interceptors 1.1 API classes from JSR 318.
|
|
|
|
%package javadoc
|
|
Summary: Javadocs for %{name}
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n jboss-interceptors-api_spec-%{commitid}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README
|
|
%license LICENSE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Thu Jun 13 2024 wulei <wu_lei@hoperun.com> - 1.0.2-2
|
|
- Regulate license information
|
|
|
|
* Mon Aug 10 2020 chengzihan <chengzihan2@huawei.com> - 1.0.2-1
|
|
- Package init
|