diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec index 0629699..16cd231 100644 --- a/perl-XML-LibXSLT.spec +++ b/perl-XML-LibXSLT.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-XML-LibXSLT -Version: 2.002000 +Version: 2.002001 Release: 1mamba Summary: XML::LibXSLT - Interface to the gnome libxslt library Group: System/Libraries/Perl @@ -13,7 +13,6 @@ Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXSLT-% License: Artistic, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: liblzma-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: libz-devel @@ -50,6 +49,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 @@ -58,6 +59,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat Feb 11 2023 Automatic Build System 2.002001-1mamba +- automatic version update by autodist + * Wed May 18 2022 Automatic Build System 2.002000-1mamba - automatic version update by autodist