rpms/perl-Gtk2/FC-4 .cvsignore, 1.7, 1.8 perl-Gtk2.spec, 1.11, 1.12 sources, 1.7, 1.8

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Wed Mar 15 12:18:03 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Gtk2/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17506

Modified Files:
	.cvsignore perl-Gtk2.spec sources 
Log Message:
Sync with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	2 Jan 2006 16:35:08 -0000	1.7
+++ .cvsignore	15 Mar 2006 12:18:02 -0000	1.8
@@ -1 +1 @@
-Gtk2-1.102.tar.gz
+Gtk2-1.120.tar.gz


Index: perl-Gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2/FC-4/perl-Gtk2.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Gtk2.spec	2 Jan 2006 16:35:08 -0000	1.11
+++ perl-Gtk2.spec	15 Mar 2006 12:18:02 -0000	1.12
@@ -1,5 +1,11 @@
+#
+# Rebuild option:
+#
+#   --with testsuite         - run the test suite (requires X)
+#
+
 Name:           perl-Gtk2
-Version:        1.102
+Version:        1.120
 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.120
 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.120
+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,18 @@
 
 
 %changelog
+* Tue Mar 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.120-1
+- Update to 1.120.
+
+* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.104-1
+- Update to 1.104.
+- Requires perl(Glib) >= 1.105 (1.104 had problems with perl 5.8.8).
+
+* 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/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	2 Jan 2006 16:35:08 -0000	1.7
+++ sources	15 Mar 2006 12:18:02 -0000	1.8
@@ -1 +1 @@
-8bd7173c8a2b6b8baf2fa3c3d48d4bb5  Gtk2-1.102.tar.gz
+3d0eef4271bd624b284f9a23f4bdbb96  Gtk2-1.120.tar.gz




More information about the fedora-extras-commits mailing list