rpms/perl-Gtk2-Ex-PodViewer/devel perl-Gtk2-Ex-PodViewer.spec, 1.1, 1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sun Mar 25 18:32:29 UTC 2007


Author: bjohnson

Update of /cvs/extras/rpms/perl-Gtk2-Ex-PodViewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7198/devel

Modified Files:
	perl-Gtk2-Ex-PodViewer.spec 
Log Message:
use perl(...) style requires bz#233767



Index: perl-Gtk2-Ex-PodViewer.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-PodViewer/devel/perl-Gtk2-Ex-PodViewer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Gtk2-Ex-PodViewer.spec	21 Mar 2007 07:32:05 -0000	1.1
+++ perl-Gtk2-Ex-PodViewer.spec	25 Mar 2007 18:31:57 -0000	1.2
@@ -1,17 +1,17 @@
 Name:           perl-Gtk2-Ex-PodViewer
 Version:        0.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Gtk2 widget for displaying Plain old Documentation (POD)
 
 Group:          Development/Libraries
 License:        Artistic or GPL
 URL:            http://search.cpan.org/dist/Gtk2-Ex-PodViewer/
-Source0:        http://search.cpan.org/CPAN/authors/id/G/GB/GBROWN/Gtk2-Ex-PodViewer-0.17.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/G/GB/GBROWN/Gtk2-Ex-PodViewer-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl, perl-gettext, perl-IO-stringy, perl-Pod-Simple
-BuildRequires:  perl-Gtk2
+BuildRequires:  perl, perl(Locale::gettext), perl(IO::Stringy)
+BuildRequires:  perl(Pod::Simple), perl(Gtk2)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,5 +55,8 @@
 
 
 %changelog
+* Sun Mar 25 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.17-2
+- use perl(...) style requires (bz #233767)
+
 * Mon Mar 19 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.17-1
 - initial release




More information about the fedora-extras-commits mailing list