|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Inline
|
|
|
|
|
Version: 0.68
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Inline Perl module
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -25,8 +25,10 @@ BuildRequires: perl(File::Spec::Unix)
|
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
|
BuildRequires: perl(Inline::Files)
|
|
|
|
|
# Filters and Struct are optional
|
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
|
BuildRequires: perl(Inline::Filters)
|
|
|
|
|
BuildRequires: perl(Inline::Struct)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Socket)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -84,6 +86,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 14 2014 Petr Šabata <contyk@redhat.com> - 0.68-2
|
|
|
|
|
- Don't require Filters or Struct when bootstrapping
|
|
|
|
|
|
|
|
|
|
* Tue Aug 12 2014 Petr Šabata <contyk@redhat.com> - 0.68-1
|
|
|
|
|
- 0.68 bump
|
|
|
|
|
|
|
|
|
|