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
|
Name: perl-Locale-gettext
|
||||||
Version: 1.07
|
Version: 1.07
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Locale::gettext - Perl support for gettext
|
Summary: Locale::gettext - Perl support for gettext
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
|
||||||
License: Artistic
|
License: Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -16,9 +16,9 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-devel >= %{perl_major_ver}
|
BuildRequires: perl-devel >= %{perl_major_ver}
|
||||||
Requires: perl >= %{perl_major_ver}
|
Requires: perl >= %{perl_major_ver}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Perl support for gettext.
|
Perl support for gettext.
|
||||||
@ -45,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -52,6 +54,9 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 02 2017 Automatic Build System <autodist@mambasoft.it> 1.07-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user