diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 66e91b6..433f876 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -1,13 +1,16 @@ Summary: I/O on in-core objects like strings and arrays for Perl Name: perl-IO-stringy Version: 2.110 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ Source0: http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +%if 0%{?fedora} > 6 +BuildRequires: perl-devel +%endif %description This toolkit primarily provides Perl modules for performing both @@ -41,6 +44,9 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. %{_mandir}/man3/IO::*.3pm* %changelog +* Thu Mar 8 2007 Paul Howarth 2.110-5 +- buildrequire perl-devel for Fedora 7 onwards + * Sun Sep 17 2006 Paul Howarth 2.110-4 - add dist tag - fix argument order in find command with -depth