This commit is contained in:
yangxianzhao 2023-04-14 17:59:45 +08:00
parent ffdca20eee
commit 74ce2aad65
2 changed files with 8 additions and 1 deletions

View File

@ -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 <yangxianzhao@uniontech.com> 1.3293-4
- Add yaml
* Fri Feb 10 2023 lichaoran <pkwarcraft@hotmail.com> 1.3293-3
- add buildRequires: add gcc as we using it to compile
- and perl-generators to auto-generate perl module provides

4
perl-Glib.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: mate-desktop/perl-Glib
tag_prefix: "^v"
separator: "."