rpms/perl-Gtk2/devel .cvsignore, 1.9, 1.10 perl-Gtk2.spec, 1.13, 1.14 sources, 1.9, 1.10

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Jan 19 16:43:07 UTC 2006


Author: jpo

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

Modified Files:
	.cvsignore perl-Gtk2.spec sources 
Log Message:
- Update to 1.103.
- Converted the Gtk2::Helper man page to utf8 (#177802).
- Provides list: filtered out perl(main) (#177802).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	30 Nov 2005 15:34:03 -0000	1.9
+++ .cvsignore	19 Jan 2006 16:43:07 -0000	1.10
@@ -1 +1 @@
-Gtk2-1.102.tar.gz
+Gtk2-1.103.tar.gz


Index: perl-Gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2/devel/perl-Gtk2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Gtk2.spec	30 Nov 2005 15:34:03 -0000	1.13
+++ perl-Gtk2.spec	19 Jan 2006 16:43:07 -0000	1.14
@@ -1,5 +1,11 @@
+#
+# Rebuild option:
+#
+#   --with testsuite         - run the test suite (requires X)
+#
+
 Name:           perl-Gtk2
-Version:        1.102
+Version:        1.103
 Release:        1%{?dist}
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
 
@@ -10,10 +16,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl >= 2:5.8.0
-BuildRequires:  gtk2-devel, perl-Glib >= 1.102
+BuildRequires:  gtk2-devel, perl-Glib >= 1.103
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-Requires:       perl-Glib >= 1.102
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl-Glib >= 1.103
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module allows you to write Gtk+ graphical user interfaces in a
@@ -25,6 +31,17 @@
 %prep
 %setup -q -n Gtk2-%{version}
 
+iconv -f iso-8859-1 -t utf-8 -o pm/Helper.pm{.utf8,}
+mv pm/Helper.pm{.utf8,}
+
+# Provides: exclude perl(main)
+cat <<__EOF__ > %{name}-perl.prov
+#!/bin/sh
+/usr/lib/rpm/perl.prov \$* | grep -v '^perl(main)$'
+__EOF__
+%define __perl_provides %{_builddir}/Gtk2-%{version}/%{name}-perl.prov
+chmod +x %{__perl_provides}
+
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -41,8 +58,7 @@
 
 
 %check
-# Testing requires X
-%{?_with_tests:make test}
+%{?_with_testsuite:make test}
 
 
 %clean
@@ -59,6 +75,11 @@
 
 
 %changelog
+* Thu Jan 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.103-1
+- Update to 1.103.
+- Converted the Gtk2::Helper man page to utf8 (#177802).
+- Provides list: filtered out perl(main) (#177802).
+
 * Wed Nov 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.102-1
 - Update to 1.102.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	30 Nov 2005 15:34:03 -0000	1.9
+++ sources	19 Jan 2006 16:43:07 -0000	1.10
@@ -1 +1 @@
-8bd7173c8a2b6b8baf2fa3c3d48d4bb5  Gtk2-1.102.tar.gz
+7c7a6970cd58756a19c787976306e635  Gtk2-1.103.tar.gz




More information about the fedora-extras-commits mailing list