rebuilt with perl 5.36.0 [release 1.07-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
d5b9da0d15
commit
10546fc870
@ -2,13 +2,13 @@
|
||||
|
||||
Name: perl-Locale-gettext
|
||||
Version: 1.07
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Locale::gettext - Perl support for gettext
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
|
||||
License: Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -16,9 +16,9 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-devel >= %{perl_major_ver}
|
||||
Requires: perl >= %{perl_major_ver}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Perl support for gettext.
|
||||
@ -45,6 +45,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}
|
||||
|
||||
@ -52,6 +54,9 @@ done
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.07-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Sat Dec 02 2017 Automatic Build System <autodist@mambasoft.it> 1.07-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user