[perl-Tk-Canvas-GradientColor] 1.06 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 2 11:44:06 UTC 2014


commit 2e1ca38e3ba3b5c6fcabe80a047ca5aa788d30b2
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 2 13:43:48 2014 +0200

    1.06 bump

 .gitignore                        |    1 +
 perl-Tk-Canvas-GradientColor.spec |   13 ++++++++-----
 sources                           |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41f18ea..798ef54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Tk-Canvas-GradientColor-1.05.tar.gz
+/Tk-Canvas-GradientColor-1.06.tar.gz
diff --git a/perl-Tk-Canvas-GradientColor.spec b/perl-Tk-Canvas-GradientColor.spec
index c8888cf..532f605 100644
--- a/perl-Tk-Canvas-GradientColor.spec
+++ b/perl-Tk-Canvas-GradientColor.spec
@@ -1,12 +1,13 @@
 Name:           perl-Tk-Canvas-GradientColor
-Version:        1.05
-Release:        6%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        To create a Canvas widget with background gradient color
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Tk-Canvas-GradientColor/
 Source0:        http://www.cpan.org/authors/id/D/DJ/DJIBEL/Tk-Canvas-GradientColor-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(base)
@@ -21,7 +22,7 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Pod::Coverage) >= 0.18
 BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Tk) >= 800
 
 %description
@@ -33,13 +34,12 @@ easy way to build a canvas widget with gradient background color.
 sed -i -e 's/\r$//' Changes demo/gradientcolor.pl README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 02 2014 Petr Pisar <ppisar at redhat.com> - 1.06-1
+- 1.06 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 87657f2..274b3d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0256dd445fd4aacd3118a2a0cf6b2fba  Tk-Canvas-GradientColor-1.05.tar.gz
+8ae176d6a061c5e251b6f83d2c8868ff  Tk-Canvas-GradientColor-1.06.tar.gz


More information about the scm-commits mailing list