2020-08-25 11:52:07 +08:00
|
|
|
Name: jboss-jsf-2.2-api
|
2022-05-25 19:37:05 +08:00
|
|
|
Version: 2.2.14
|
2022-07-26 08:36:55 +00:00
|
|
|
Release: 2
|
2020-08-25 11:52:07 +08:00
|
|
|
Summary: JavaServer Faces 2.2 API
|
2022-07-26 08:36:55 +00:00
|
|
|
License: (CDDL-1.0 or GPLv2 with exceptions) and ASL 2.0
|
2020-08-25 11:52:07 +08:00
|
|
|
URL: http://www.jboss.org
|
2022-05-25 19:37:05 +08:00
|
|
|
Source0: https://github.com/jboss/jboss-jsf-api_spec/archive/jboss-jsf-api_2.2_spec-%{version}.tar.gz
|
2020-08-25 11:52:07 +08:00
|
|
|
Source1: http://repository.jboss.org/licenses/cddl.txt
|
|
|
|
|
Source2: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
BuildRequires: maven-local mvn(com.sun.faces:jsf-impl) mvn(javax.enterprise:cdi-api)
|
|
|
|
|
BuildRequires: mvn(javax.inject:javax.inject) mvn(javax.validation:validation-api)
|
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.jboss:jboss-parent:pom:)
|
|
|
|
|
BuildRequires: mvn(org.jboss.spec.javax.el:jboss-el-api_3.0_spec)
|
|
|
|
|
BuildRequires: mvn(org.jboss.spec.javax.servlet.jsp:jboss-jsp-api_2.3_spec)
|
|
|
|
|
BuildRequires: mvn(org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%description
|
|
|
|
|
This package contains JSR-344: JavaServer Faces 2.2 API.
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
%description javadoc
|
|
|
|
|
This package contains the API documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-05-25 19:37:05 +08:00
|
|
|
%setup -q -n jboss-jsf-api_spec-jboss-jsf-api_2.2_spec-%{version}
|
2020-08-25 11:52:07 +08:00
|
|
|
%pom_add_dep "javax.inject:javax.inject"
|
|
|
|
|
%pom_add_dep "javax.enterprise:cdi-api"
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
cp %{SOURCE2} .
|
|
|
|
|
sed -i "s,59 Temple Place,51 Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1307,02110-1301," LICENSE
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%license cddl.txt LICENSE LICENSE-2.0.txt
|
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
|
%license cddl.txt LICENSE LICENSE-2.0.txt
|
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-07-26 08:36:55 +00:00
|
|
|
* Tue Jul 26 2022 Chenyx <chenyixiong3@huawei.com> - 2.2.14-2
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
2022-05-25 19:37:05 +08:00
|
|
|
* Thu May 26 2022 houyingchao <houyingchao@h-partners.com> - 2.2.14-1
|
|
|
|
|
- Upgrade to 2.2.14
|
|
|
|
|
|
2020-08-25 11:52:07 +08:00
|
|
|
* Fri Aug 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.2.13-1
|
|
|
|
|
- Package init
|