!3 Upgrade to 2.2.14

From: @houyingchao 
Reviewed-by: @wangchong1995924 
Signed-off-by: @wangchong1995924
This commit is contained in:
openeuler-ci-bot 2022-05-26 07:20:52 +00:00 committed by Gitee
commit 2d50b04523
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,10 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: jboss-jsf-2.2-api Name: jboss-jsf-2.2-api
Version: 2.2.13 Version: 2.2.14
Release: 1 Release: 1
Summary: JavaServer Faces 2.2 API Summary: JavaServer Faces 2.2 API
License: (CDDL or GPLv2 with exceptions) and ASL 2.0 License: (CDDL or GPLv2 with exceptions) and ASL 2.0
URL: http://www.jboss.org URL: http://www.jboss.org
Source0: https://github.com/jboss/jboss-jsf-api_spec/archive/jboss-jsf-api_2.2_spec-%{namedversion}.tar.gz Source0: https://github.com/jboss/jboss-jsf-api_spec/archive/jboss-jsf-api_2.2_spec-%{version}.tar.gz
Source1: http://repository.jboss.org/licenses/cddl.txt Source1: http://repository.jboss.org/licenses/cddl.txt
Source2: http://www.apache.org/licenses/LICENSE-2.0.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: maven-local mvn(com.sun.faces:jsf-impl) mvn(javax.enterprise:cdi-api)
@ -25,8 +23,7 @@ Summary: Javadoc for %{name}
This package contains the API documentation for %{name}. This package contains the API documentation for %{name}.
%prep %prep
%setup -q -n jboss-jsf-api_spec-jboss-jsf-api_2.2_spec-%{namedversion} %setup -q -n jboss-jsf-api_spec-jboss-jsf-api_2.2_spec-%{version}
%pom_remove_dep "org.jboss.spec:jboss-javaee-all-7.0"
%pom_add_dep "javax.inject:javax.inject" %pom_add_dep "javax.inject:javax.inject"
%pom_add_dep "javax.enterprise:cdi-api" %pom_add_dep "javax.enterprise:cdi-api"
cp %{SOURCE1} . cp %{SOURCE1} .
@ -48,5 +45,8 @@ sed -i "s,59 Temple Place,51 Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1
%doc README %doc README
%changelog %changelog
* Thu May 26 2022 houyingchao <houyingchao@h-partners.com> - 2.2.14-1
- Upgrade to 2.2.14
* Fri Aug 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.2.13-1 * Fri Aug 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.2.13-1
- Package init - Package init

Binary file not shown.