automatic rebuild by autodist [release 0.05-5mamba;Tue Mar 19 2024]
This commit is contained in:
parent
094019106f
commit
49a414d7fb
@ -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 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user