|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Inline
|
|
|
|
|
Version: 0.77
|
|
|
|
|
Version: 0.78
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Inline Perl module
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -7,29 +7,32 @@ License: GPL+ or Artistic
|
|
|
|
|
Url: http://search.cpan.org/dist/Inline/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Runtime
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(diagnostics)
|
|
|
|
|
BuildRequires: perl(Digest::MD5)
|
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(Fcntl)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Spec::Unix)
|
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
|
BuildRequires: perl(Socket)
|
|
|
|
|
# Tests only
|
|
|
|
|
BuildRequires: perl(diagnostics)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(Inline::Files)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Socket)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Warn)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
# not automatically detected
|
|
|
|
|
Requires: perl(Digest::MD5)
|
|
|
|
@ -74,11 +77,15 @@ chmod -R u+w %{buildroot}/*
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes CONTRIBUTING LICENSE README
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
|
%{perl_vendorlib}/Inline*
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 05 2014 Petr Šabata <contyk@redhat.com> - 0.78-1
|
|
|
|
|
- 0.78 bump
|
|
|
|
|
|
|
|
|
|
* Mon Sep 29 2014 Petr Šabata <contyk@redhat.com> - 0.77-1
|
|
|
|
|
- 0.77 bump
|
|
|
|
|
|
|
|
|
|