diff --git a/perl-Glib.spec b/perl-Glib.spec index 0ce58ae936916474569acc3129161604e0e1cc0f..5947bef457520b5c089787a670a6a5bac11855c9 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 0000000000000000000000000000000000000000..5fccebc8a4841e957292c942d61ca916a47f269d --- /dev/null +++ b/perl-Glib.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: mate-desktop/perl-Glib +tag_prefix: "^v" +separator: "."