diff --git a/perl-Crypt-CAST5.spec b/perl-Crypt-CAST5.spec index 25bcae9..f4fb761 100644 --- a/perl-Crypt-CAST5.spec +++ b/perl-Crypt-CAST5.spec @@ -2,19 +2,20 @@ Name: perl-Crypt-CAST5 Version: 0.05 -Release: 3mamba +Release: 5mamba Summary: Crypt::CAST5 - The CAST5 block cipher Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5-%{version}.tar.gz License: Artistic -Requires(post):%{__install_info} -Requires: perl >= %perl_major_ver -BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END %description This module implements the CAST5 block cipher using compiled C code for increased speed. @@ -41,6 +42,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 @@ -49,6 +52,12 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Tue Mar 19 2024 Automatic Build System 0.05-5mamba +- automatic rebuild by autodist + +* Tue Mar 19 2024 Automatic Build System 0.05-4mamba +- automatic rebuild by autodist + * Sat Nov 10 2012 Silvan Calarco 0.05-3mamba - perl 5.16 mass rebuild