[perl-GD-SecurityImage] Update to 1.7

Emmanuel Seyman eseyman at fedoraproject.org
Mon Sep 5 01:00:58 UTC 2011


commit af3deb36e6bca511e7391038baba3c2f1f26aa25
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Mon Sep 5 03:00:40 2011 +0200

    Update to 1.7

 .gitignore                 |    1 +
 perl-GD-SecurityImage.spec |   17 ++++++++---------
 sources                    |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01b2e3c..d0b1ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 GD-SecurityImage-1.70.tar.gz
+/GD-SecurityImage-1.71.tar.gz
diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index dc2e3ed..1017277 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,18 +1,18 @@
 Name:           perl-GD-SecurityImage
-Version:        1.70
-Release:        4%{?dist}
+Version:        1.71
+Release:        1%{?dist}
 Summary:        Security image (captcha) generator
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/GD-SecurityImage/
 Source0:        http://www.cpan.org/authors/id/B/BU/BURAK/GD-SecurityImage-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(GD)
 BuildRequires:  perl(Image::Magick)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -34,8 +34,6 @@ mv -f README.UTF-8 README
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -44,16 +42,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes eg LICENSE README SPEC StayPuft.ttf
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.71-1
+- Update to 1.71
+- Clean up spec file
+- Add Test::Pod::Coverage as a BR to enable all tests
+
 * Tue Jun 28 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.70-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 43c7692..6edb040 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44198b091ad179241dcd1b0d270e04bc  GD-SecurityImage-1.70.tar.gz
+0f8be735452d733e675c77d70c0cfea7  GD-SecurityImage-1.71.tar.gz



More information about the perl-devel mailing list