automatic version update by autodist [release 1.33-1mamba;Tue Dec 20 2022]

This commit is contained in:
Automatic Build System 2024-01-06 09:57:11 +01:00
parent 5d9029ec99
commit e238a4557e

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-libintl
Version: 1.32
Version: 1.33
Release: 1mamba
Summary: An internationalization library for Perl
Group: System/Libraries/Perl
@ -13,11 +13,11 @@ Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{
License: GPL/Artistic License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
%description
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
@ -44,6 +44,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
@ -52,6 +54,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.32-1mamba
- automatic version update by autodist