diff --git a/perl-Gnome2-Wnck.spec b/perl-Gnome2-Wnck.spec index 341e7b5..e1f7b21 100644 --- a/perl-Gnome2-Wnck.spec +++ b/perl-Gnome2-Wnck.spec @@ -1,6 +1,6 @@ Name: perl-Gnome2-Wnck Version: 0.16 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl interface to the Window Navigator Construction Kit License: LGPLv2+ Group: Development/Libraries @@ -10,7 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::Depends) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 -BuildRequires: perl(Glib::MakeHelper) >= 1.180 +BuildRequires: perl(Glib) >= 1.180 +BuildRequires: perl-Glib-devel BuildRequires: perl(Gtk2) >= 1.00 BuildRequires: libXres-devel BuildRequires: libwnck-devel @@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun Jul 28 2009 Liang Suilong 0.16-7 +- Change BuildRequires from perl(Glib::MakeHelper) to perl(Glib) +- Add BR: perl-Glib-devel + * Sun Jul 27 2009 Liang Suilong 0.16-6 - Change BuildRequires from perl(Glib) to perl(Glib::MakeHelper)