automatic rebuild by autodist [release 0.05-5mamba;Tue Mar 19 2024]

This commit is contained in:
Automatic Build System 2024-03-20 10:44:13 +01:00
parent 094019106f
commit 49a414d7fb

View File

@ -2,19 +2,20 @@
Name: perl-Crypt-CAST5 Name: perl-Crypt-CAST5
Version: 0.05 Version: 0.05
Release: 3mamba Release: 5mamba
Summary: Crypt::CAST5 - The CAST5 block cipher Summary: Crypt::CAST5 - The CAST5 block cipher
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5-%{version}.tar.gz
License: Artistic License: Artistic
Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN
Requires: perl >= %perl_major_ver BuildRequires: glibc-devel
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: libperl
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl-devel
## AUTOBUILDREQ-END
%description %description
This module implements the CAST5 block cipher using compiled C code for increased speed. 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 echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -49,6 +52,12 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 0.05-5mamba
- automatic rebuild by autodist
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 0.05-4mamba
- automatic rebuild by autodist
* Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.05-3mamba * Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.05-3mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild