update to 0.380 [release 0.380-1mamba;Thu Aug 31 2023]
This commit is contained in:
parent
5cf3cb5d67
commit
aed47f2f46
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
%define srcver %(echo %version | sed "s|0$||")
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.36
|
||||
Version: 0.380
|
||||
Release: 1mamba
|
||||
Summary: XS::Parse::Keyword::Builder - build-time support for XS::Parse::Keyword
|
||||
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/P/PE/PEVANS/XS-Parse-Keyword-%{version}.tar.gz
|
||||
Source: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/XS-Parse-Keyword-%{srcver}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -22,7 +22,7 @@ Requires: perl >= %perl_major_ver
|
||||
XS::Parse::Keyword::Builder - build-time support for XS::Parse::Keyword.
|
||||
|
||||
%prep
|
||||
%setup -q -n XS-Parse-Keyword-%{version}
|
||||
%setup -q -n XS-Parse-Keyword-%{srcver}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@ -53,6 +53,9 @@ find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.380-1mamba
|
||||
- update to 0.380
|
||||
|
||||
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 0.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user