Bring source file into correspondence with described in spec file

This commit is contained in:
wang--ge 2022-11-09 17:50:56 +08:00
parent b6826119ac
commit aff18a9208
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
%global addver v20160715 %global addver v20160715
Name: jetty-alpn-api Name: jetty-alpn-api
Version: 1.1.3 Version: 1.1.3
Release: 1 Release: 2
Summary: Jetty ALPN API Summary: Jetty ALPN API
License: ASL 2.0 and EPL License: Apache-2.0 and EPL-1.0
URL: http://www.eclipse.org/jetty URL: http://www.eclipse.org/jetty
Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.alpn.git/snapshot/org.eclipse.jetty.alpn-alpn-api-%{version}.%{addver}.tar.gz Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.alpn.git/snapshot/org.eclipse.jetty.alpn-alpn-api-%{version}.%{addver}.tar.gz
Source1: http://www.eclipse.org/legal/epl-v10.html Source1: http://www.eclipse.org/legal/epl-v10.html
@ -41,5 +41,8 @@ cp %{SOURCE1} %{SOURCE2} .
%license epl-v10.html LICENSE-2.0.txt %license epl-v10.html LICENSE-2.0.txt
%changelog %changelog
* Wed Nov 09 2022 Ge Wang <wangge20@h-partners.com> - 1.1.3-2
- Bring source file into correspondence with descirbed in spec file
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1.3-1 * Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1.3-1
- package init - package init