rebuilt with perl 5.36.0 [release 1.3293-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
ccc7b0a15c
commit
cd916b4433
@ -2,12 +2,12 @@
|
||||
|
||||
Name: perl-Glib
|
||||
Version: 1.3293
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Glib :: Glib Perl module
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
|
||||
Patch0: %{name}-1.250-arm_build_ugly_hack.patch
|
||||
@ -16,11 +16,12 @@ Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-ExtUtils-Depends
|
||||
BuildRequires: perl-ExtUtils-PkgConfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This module provides perl access to GLib and GLib's GObject libraries.
|
||||
@ -52,6 +53,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
|
||||
@ -60,6 +63,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.3293-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.3293-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user