upgrade to version 3.44
This commit is contained in:
parent
c61637e95b
commit
3fcc49772d
Binary file not shown.
BIN
ExtUtils-ParseXS-3.44.tar.gz
Normal file
BIN
ExtUtils-ParseXS-3.44.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: perl-ExtUtils-ParseXS
|
Name: perl-ExtUtils-ParseXS
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 3.35
|
Version: 3.44
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Convert Perl XS code into C code
|
Summary: Convert Perl XS code into C code
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/pod/ExtUtils::ParseXS
|
URL: https://metacpan.org/pod/ExtUtils::ParseXS
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.35.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/ExtUtils-ParseXS-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: gcc git coreutils make perl-devel perl-generators perl-interpreter perl(Config)
|
BuildRequires: gcc git coreutils make perl-devel perl-generators perl-interpreter perl(Config)
|
||||||
@ -25,7 +25,7 @@ The compiler uses typemaps to determine how to map C function parameters and var
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n ExtUtils-ParseXS-3.35 -p1
|
%autosetup -n ExtUtils-ParseXS-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
@ -41,7 +41,7 @@ ln -s ../../../../bin/xsubpp $RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
|
|
||||||
@ -50,6 +50,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 2:3.44-1
|
||||||
|
- upgrade to version 3.44
|
||||||
|
|
||||||
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.35-2
|
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.35-2
|
||||||
- Rebuild for next release
|
- Rebuild for next release
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user