epel9
Petr Písař 8 years ago
parent ce566532bb
commit 5845a48c3f

1
.gitignore vendored

@ -6,3 +6,4 @@
/Inline-C-0.74.tar.gz
/Inline-C-0.75.tar.gz
/Inline-C-0.76.tar.gz
/Inline-C-0.77.tar.gz

@ -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

@ -1 +1 @@
c0fbfdd058075c9271a1384c822c9a87 Inline-C-0.76.tar.gz
SHA512 (Inline-C-0.77.tar.gz) = dd0f1088a15677411b4bd102fe5349f09fc97bca188da1c5da51a313361f3b156de1b0e43d77497b114572b652dcda0ce294691293f8a788ff2e600544f5c86a

Loading…
Cancel
Save