rpms/perl-Graphics-ColorNames/devel .cvsignore, 1.2, 1.3 perl-Graphics-ColorNames.spec, 1.4, 1.5 sources, 1.2, 1.3

Steven Pritchard steve at fedoraproject.org
Mon Jan 7 20:15:29 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-Graphics-ColorNames/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3246

Modified Files:
	.cvsignore perl-Graphics-ColorNames.spec sources 
Log Message:
Update to 2.04.
Update License tag.
Drop Pod::Coverage and Test::Prereq BR.
BR Pod::Readme, Test::Pod::Coverage, and Test::Portability::Files.
Update description.
Enable DEVEL_TESTS tests.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Graphics-ColorNames/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 May 2006 18:57:57 -0000	1.2
+++ .cvsignore	7 Jan 2008 20:14:54 -0000	1.3
@@ -1 +1 @@
-Graphics-ColorNames-1.06.tar.gz
+Graphics-ColorNames-2.04.tar.gz


Index: perl-Graphics-ColorNames.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Graphics-ColorNames/devel/perl-Graphics-ColorNames.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Graphics-ColorNames.spec	17 Apr 2007 23:30:58 -0000	1.4
+++ perl-Graphics-ColorNames.spec	7 Jan 2008 20:14:54 -0000	1.5
@@ -1,8 +1,8 @@
 Name:           perl-Graphics-ColorNames
-Version:        1.06
-Release:        4%{?dist}
+Version:        2.04
+Release:        1%{?dist}
 Summary:        Defines RGB values for common color names
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Graphics-ColorNames/
 Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Graphics-ColorNames-%{version}.tar.gz
@@ -10,18 +10,19 @@
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::Load) >= 0.1
-BuildRequires:  perl(Pod::Coverage)
+BuildRequires:  perl(Pod::Readme) >= 0.09
 BuildRequires:  perl(Test::Pod) >= 1
-BuildRequires:  perl(Test::Prereq)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Portability::Files)
 Requires:       perl(Module::Load) >= 0.1
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module defines RGB values for common color names. The intention is to
 (1) provide a common module that authors can use with other modules to
-specify colors; and (2) free module authors from having to "re-invent the
-wheel" whenever they decide to give the users the option of specifying a
-color by name rather than RGB value.
+specify colors by name; and (2) free module authors from having to "re-
+invent the wheel" whenever they decide to give the users the option of
+specifying a color by name rather than RGB value.
 
 %prep
 %setup -q -n Graphics-ColorNames-%{version}
@@ -40,7 +41,7 @@
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+DEVEL_TESTS=1 ./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +53,14 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 07 2008 Steven Pritchard <steve at kspei.com> 2.04-1
+- Update to 2.04.
+- Update License tag.
+- Drop Pod::Coverage and Test::Prereq BR.
+- BR Pod::Readme, Test::Pod::Coverage, and Test::Portability::Files.
+- Update description.
+- Enable DEVEL_TESTS tests.
+
 * Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 1.06-4
 - Use fixperms macro instead of our own chmod incantation.
 - Use the __perl macro.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Graphics-ColorNames/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 May 2006 18:57:57 -0000	1.2
+++ sources	7 Jan 2008 20:14:54 -0000	1.3
@@ -1 +1 @@
-0551cb0b17babcbdef284d5b502731a4  Graphics-ColorNames-1.06.tar.gz
+c8ff31d817563a58934873892cf53501  Graphics-ColorNames-2.04.tar.gz




More information about the Fedora-perl-devel-list mailing list