From 9a84fb4408864d764f7ec67b5d22a8cc862e81d3 Mon Sep 17 00:00:00 2001 From: wenzhiwei11 Date: Tue, 14 Jun 2022 15:17:46 +0800 Subject: [PATCH] Add yaml file and delete %{?dist} --- mingw-binutils.spec | 7 +++++-- mingw-binutils.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 mingw-binutils.yaml diff --git a/mingw-binutils.spec b/mingw-binutils.spec index f8322e7..38777a2 100644 --- a/mingw-binutils.spec +++ b/mingw-binutils.spec @@ -2,7 +2,7 @@ Name: mingw-binutils Version: 2.32 -Release: 7%{?dist} +Release: 2 Summary: Cross-compiled version of binutils for Win32 and Win64 environments License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+ @@ -399,5 +399,8 @@ rm -rf $RPM_BUILD_ROOT/multilib %changelog -* Thu Oct 08 2020 Zhiyi Weng - 2.32-7 +* Tue Jun 14 2022 Wen Zhiwei - 2.32-2 +- delete %{?dist} + +* Thu Oct 08 2020 Zhiyi Weng - 2.32-1 - Initial version diff --git a/mingw-binutils.yaml b/mingw-binutils.yaml new file mode 100644 index 0000000..cbe1f3a --- /dev/null +++ b/mingw-binutils.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: clearlinux-pkgs/mingw-binutils +tag_prefix: "" +separator: "." -- Gitee