|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Inline-C
|
|
|
|
|
Version: 0.78
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 0.80
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Write Perl subroutines in C
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/Inline-C
|
|
|
|
@ -27,7 +27,7 @@ BuildRequires: perl(Fcntl)
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.8
|
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
|
BuildRequires: perl(if)
|
|
|
|
|
BuildRequires: perl(Inline) >= 0.58
|
|
|
|
|
BuildRequires: perl(Inline) >= 0.81
|
|
|
|
|
# Inline::Filters and Inline::Struct are optional and introduce circular deps
|
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.967009
|
|
|
|
|
BuildRequires: perl(Pegex::Base)
|
|
|
|
@ -60,7 +60,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
|
Requires: perl(Fcntl)
|
|
|
|
|
Requires: perl(FindBin)
|
|
|
|
|
Requires: perl(File::Spec) >= 0.8
|
|
|
|
|
Requires: perl(Inline) >= 0.58
|
|
|
|
|
Requires: perl(Inline) >= 0.81
|
|
|
|
|
Requires: perl(Parse::RecDescent) >= 1.967009
|
|
|
|
|
Requires: perl(Time::HiRes)
|
|
|
|
|
# Split from Inline in 0.58
|
|
|
|
@ -77,14 +77,17 @@ each language has its own support module.
|
|
|
|
|
%setup -q -n Inline-C-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}"
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="%{optflags}"
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
unset ACTIVEPERL_CONFIG_SILENT AUTHOR_TESTING CPATH DEBUG INCLUDE MAKEFLAGS \
|
|
|
|
|
PERL_INLINE_BUILD_NOISY PERL_INLINE_DEVELOPER_TEST PERL_INSTALL_ROOT \
|
|
|
|
|
PERL_PEGEX_AUTO_COMPILE NO_INSANE_DIRNAMES
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -95,6 +98,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 18 2019 Petr Pisar <ppisar@redhat.com> - 0.80-1
|
|
|
|
|
- 0.88 bump
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.78-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|