[perl-Gtk2] 1.240

Tom Callaway spot at fedoraproject.org
Thu Oct 20 17:57:20 UTC 2011


commit a4c3b30f44585629ce4e13a63206ff58aa58029d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Oct 20 13:57:17 2011 -0400

    1.240

 .gitignore     |    1 +
 perl-Gtk2.spec |   27 ++++++++-------------------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce0e3b7..f7097e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Gtk2-1.203.tar.gz
 /Gtk2-1.223.tar.gz
 /Gtk2-1.224.tar.gz
+/Gtk2-1.240.tar.gz
diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index 500b4e4..339d2fe 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -5,21 +5,18 @@
 #
 
 Name:           perl-Gtk2
-Version:        1.224
-Release:        2%{?dist}
+Version:        1.240
+Release:        1%{?dist}
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
-
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Gtk2/
 Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Gtk2-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  gtk2-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Glib) >= 1.220
+BuildRequires:  perl(Glib) >= 1.240
 BuildRequires:	perl(Pango) >= 1.220
 BuildRequires:  perl(Glib::MakeHelper)
 BuildRequires:  perl(Cairo) >= 1.00
@@ -45,45 +42,37 @@ perlish and object-oriented way, freeing you from the casting and
 memory management in C, yet remaining very close in spirit to original
 API.  Find out more about Gtk+ at http://www.gtk.org.
 
-
 %prep
 %setup -q -n Gtk2-%{version}
 
-iconv -f iso-8859-1 -t utf-8 -o pm/Helper.pm{.utf8,}
-mv pm/Helper.pm{.utf8,}
+# iconv -f iso-8859-1 -t utf-8 -o pm/Helper.pm{.utf8,}
+# mv pm/Helper.pm{.utf8,}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 %{?_with_testsuite:make test}
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog.pre-git LICENSE NEWS README TODO
 %doc examples/ gtk-demo/
 %{perl_vendorarch}/auto/Gtk2/
 %{perl_vendorarch}/Gtk2*
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Thu Oct 20 2011 Tom Callaway <spot at fedoraproject.org> - 1.240-1
+- update to 1.240
+
 * Tue Aug 30 2011 Tom Callaway <spot at fedoraproject.org> - 1.224-2
 - filter out bogus Requires on Test::More
 
diff --git a/sources b/sources
index bee1b4f..8e85705 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d83e00179bcf1caa2b8974248b6a869  Gtk2-1.224.tar.gz
+31317d77739723a13f9bb8bd4ee561bf  Gtk2-1.240.tar.gz


More information about the scm-commits mailing list