rebuilt with perl 5.36.0 [release 1.24993-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
e93c302eb5
commit
b81a15c342
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-Gtk2
|
||||
Version: 1.24993
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Gtk2 - Perl bindings to the 2.x series of the Gtk+ graphical user interface library
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -13,7 +13,7 @@ Source: https://cpan.metacpan.org/modules/by-module/Gtk2/Gtk2-%{version}.
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
@ -25,9 +25,9 @@ BuildRequires: libpango-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Glib
|
||||
BuildRequires: perl-Pango
|
||||
BuildRequires: perl-Test-Simple
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-Cairo
|
||||
Requires: perl >= %perl_major_ver
|
||||
Provides: perl-Gtk
|
||||
@ -58,6 +58,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
@ -66,6 +68,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.24993-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.24993-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user