Compare commits
2 Commits
1.15-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
cc3dfa5bab | |||
415a626d8b |
@ -1,19 +1,23 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Crypt-Rijndael
|
||||
Version: 1.15
|
||||
Release: 1mamba
|
||||
Version: 1.16
|
||||
Release: 2mamba
|
||||
Summary: Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-devel >= %perl_mayor_ver
|
||||
Requires: perl >= %perl_mayor_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This module implements the Rijndael cipher, which has just been selected as
|
||||
@ -39,6 +43,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
|
||||
@ -47,6 +53,12 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.16-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Fri Apr 02 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user