From 74ce2aad65ac162178517e23383cea1ed77750e7 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Fri, 14 Apr 2023 17:59:45 +0800 Subject: [PATCH] Add yaml --- perl-Glib.spec | 5 ++++- perl-Glib.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 perl-Glib.yaml diff --git a/perl-Glib.spec b/perl-Glib.spec index 0ce58ae..5947bef 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3293 -Release: 3 +Release: 4 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1 Group: Development/Libraries @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Apr 14 2023 yangxianzhao 1.3293-4 +- Add yaml + * Fri Feb 10 2023 lichaoran 1.3293-3 - add buildRequires: add gcc as we using it to compile - and perl-generators to auto-generate perl module provides diff --git a/perl-Glib.yaml b/perl-Glib.yaml new file mode 100644 index 0000000..5fccebc --- /dev/null +++ b/perl-Glib.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: mate-desktop/perl-Glib +tag_prefix: "^v" +separator: "." -- Gitee