!3 Bring source file into correspondence with described in spec file

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-10 02:25:40 +00:00 committed by Gitee
commit c0dc4e34a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 26 additions and 22 deletions

View File

@ -3,25 +3,26 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Eclipse Public License - Version 1.0</title> <title>Eclipse Public License - Version 1.0</title>
<style type="text/css"> <style type="text/css">
body{ body {
size: 8.5in 11.0in; size: 8.5in 11.0in;
margin: .25in .5in .25in .5in; margin: 0.25in 0.5in 0.25in 0.5in;
tab-interval: .5in; tab-interval: 0.5in;
} }
p{ p {
margin-left: auto; margin-left: auto;
margin-top: .5em; margin-top: 0.5em;
margin-bottom: .5em; margin-bottom: 0.5em;
} }
p.list{ p.list {
margin-left: .5in; margin-left: 0.5in;
margin-top: .05em; margin-top: 0.05em;
margin-bottom: .05em; margin-bottom: 0.05em;
} }
</style> </style>
</head> </head>
<body lang="EN-US"> <body lang="EN-US">

View File

@ -1,8 +1,8 @@
Name: jetty-assembly-descriptors Name: jetty-assembly-descriptors
Version: 1.0 Version: 1.0
Release: 1 Release: 2
Summary: Jetty assembly descriptors used for building Summary: Jetty assembly descriptors used for building
License: ASL 2.0 or EPL License: Apache-2.0 or 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.toolchain.git/snapshot/org.eclipse.jetty.toolchain-%{name}-%{version}.tar.gz Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -26,5 +26,8 @@ cp -p %{SOURCE1} %{SOURCE2} .
%doc LICENSE-2.0.txt epl-v10.html %doc LICENSE-2.0.txt epl-v10.html
%changelog %changelog
* Wed Nov 09 2022 Ge Wang <wangge20@h-partners.com> - 1.0-2
- bring source file into correspondence with described in spec file
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0-1 * Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0-1
- package init - package init