diff --git a/Gtk2-Spell-1.03.diff b/Gtk2-Spell-1.03.diff new file mode 100644 index 0000000..bd50d38 --- /dev/null +++ b/Gtk2-Spell-1.03.diff @@ -0,0 +1,13 @@ +--- Gtk2-Spell-1.03.orig/Makefile.PL 2003-09-22 02:45:59.000000000 +0200 ++++ Gtk2-Spell-1.03/Makefile.PL 2010-05-12 08:31:44.000000000 +0200 +@@ -11,8 +11,8 @@ + our %build_reqs = ( + 'perl-ExtUtils-Depends' => '0.1', + 'perl-ExtUtils-PkgConfig' => '0.1', +- 'perl-Glib' => '1.00rc2', +- 'perl-Gtk2' => '1.00rc2', ++ 'perl-Glib' => '1.200', ++ 'perl-Gtk2' => '1.200', + 'GtkSpell' => '2.0.0', + ); + diff --git a/perl-Gtk2-Spell.spec b/perl-Gtk2-Spell.spec index 29df2ca..299410d 100644 --- a/perl-Gtk2-Spell.spec +++ b/perl-Gtk2-Spell.spec @@ -1,13 +1,13 @@ - Name: perl-Gtk2-Spell Version: 1.03 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Gtk2::Spell perl module Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/Gtk2-Spell/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk2-Spell-%{version}.tar.gz +Patch0: Gtk2-Spell-1.03.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, perl(Gtk2), perl(Glib), perl(ExtUtils::Depends) @@ -22,7 +22,7 @@ suggested corrections. %prep %setup -q -n Gtk2-Spell-%{version} - +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -57,6 +57,10 @@ rm -rf %{buildroot} %changelog +* Wed May 12 2010 Ralf Corsépius - 1.03-14 +- Add Gtk2-Spell-1.03.diff (Change requirements to fix perl-5.12.0 + build breakdown). + * Sun May 02 2010 Marcela Maslanova - 1.03-13 - Mass rebuild with perl-5.12.0