diff --git a/perl-libintl.spec b/perl-libintl.spec index f1c7663..8916921 100644 --- a/perl-libintl.spec +++ b/perl-libintl.spec @@ -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 1.33-1mamba +- automatic version update by autodist + * Sun Feb 21 2021 Automatic Build System 1.32-1mamba - automatic version update by autodist