update to 0.07 [release 0.07-1mamba;Sat Mar 11 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:44:49 +01:00
parent 4e3046b952
commit 6ac5c2f816

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Crypt-Curve25519
Version: 0.06
Version: 0.07
Release: 1mamba
Summary: Crypt::Curve25519 - Generate shared secret using elliptic-curve Diffie-Hellman function
Group: System/Libraries/Perl
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/authors/id/A/AJ/AJGB/Crypt-Curve25519-%{version}.tar.gz
Source: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/Crypt-Curve25519-%{version}.tar.gz
Patch0: perl-Crypt-Curve25519-0.06-fmul-fixedvar.patch
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
@ -23,7 +23,7 @@ Crypt::Curve25519 - Generate shared secret using elliptic-curve Diffie-Hellman f
%prep
%setup -q -n Crypt-Curve25519-%{version}
%patch0 -p1
#%patch0 -p1
%build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -45,13 +45,18 @@ 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}"
%files -f .packlist
%defattr(-,root,root)
%doc LICENSE
#%doc LICENSE
%changelog
* Sat Mar 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.07-1mamba
- update to 0.07
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-1mamba
- package created using the webbuild interface