|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Inline
|
|
|
|
|
Version: 0.44
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
Summary: Inline Perl module
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -12,8 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Parse::RecDescent)
|
|
|
|
|
# Uncomment the next line when bug #351711 is fixed, and perl-Inline-Files is included in Fedora
|
|
|
|
|
#BuildRequires: perl(Inline::Files)
|
|
|
|
|
BuildRequires: perl(Inline::Files)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -69,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 19 2007 Robin Norwood <rnorwood@redhat.com> - 0.44-18
|
|
|
|
|
- Add BR: perl(Inline::Files)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.44-17
|
|
|
|
|
- Various fixes from package review
|
|
|
|
|
|
|
|
|
|