|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
Name: perl-Inline-C
|
|
|
|
|
Version: 0.76
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.77
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Write Perl subroutines in C
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Inline-C/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-C-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/Inline-C-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.10
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.00
|
|
|
|
|
BuildRequires: perl(File::ShareDir::Install)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -44,6 +44,7 @@ BuildRequires: perl(IO::All)
|
|
|
|
|
BuildRequires: perl(IPC::Cmd)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
# Test::Pod 1.41 not used
|
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.23
|
|
|
|
|
BuildRequires: perl(version) >= 0.77
|
|
|
|
|
BuildRequires: perl(YAML::XS)
|
|
|
|
@ -74,7 +75,7 @@ each language has its own support module.
|
|
|
|
|
%setup -q -n Inline-C-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}"
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -92,6 +93,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 15 2017 Petr Pisar <ppisar@redhat.com> - 0.77-1
|
|
|
|
|
- 0.77 bump
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.76-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|