From e238a4557e423e58a1bc94595aea0c2d9f146db6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:57:11 +0100 Subject: [PATCH] automatic version update by autodist [release 1.33-1mamba;Tue Dec 20 2022] --- perl-libintl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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