From 9a22244c377b991e8a07aff342f89876b20bd4c6 Mon Sep 17 00:00:00 2001 From: chenyanpan <> Date: Mon, 7 Sep 2020 14:56:53 +0800 Subject: [PATCH] fix check_spec_file --- patch-tracking.spec | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/patch-tracking.spec b/patch-tracking.spec index c4dbc83..d59870d 100644 --- a/patch-tracking.spec +++ b/patch-tracking.spec @@ -1,19 +1,12 @@ -%define name patch-tracking -%define version 1.0.0 -%define release 2 +Summary: This is a tool for automatically tracking upstream repository code patches +Name: patch-tracking +Version: 1.0.0 +Release: 2 +License: Mulan PSL v2 +URL: https://gitee.com/openeuler/openEuler-Advisor +Source0: https://gitee.com/openeuler/openEuler-Advisor/%{name}-%{version}.tar +BuildArch: noarch -Summary: This is a tool for automatically tracking upstream repository code patches -Name: %{name} -Version: %{version} -Release: %{release} -Source0: %{name}-%{version}.tar -License: Mulan PSL v2 -Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Prefix: %{_prefix} -BuildArch: noarch -Vendor: ChenYanpan -Url: https://openeuler.org/zh/ BuildRequires: python3-setuptools # Requires: python3.7 python3-flask python3-sqlalchemy python3-requests