Name: perl-Graphics-ColorNames Version: 2.11 Release: 26%{?dist} Summary: Defines RGB values for common color names License: GPL+ or Artistic URL: http://search.cpan.org/dist/Graphics-ColorNames/ Source0: http://www.cpan.org/authors/id/R/RR/RRWO/Graphics-ColorNames-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(Module::Build) # Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(integer) BuildRequires: perl(Module::Load) >= 0.10 BuildRequires: perl(Module::Loaded) BuildRequires: perl(strict) BuildRequires: perl(Tie::Sub) BuildRequires: perl(warnings) # Tests only BuildRequires: perl(Color::Library) >= 0.02 BuildRequires: perl(Color::Library::Dictionary::NBS_ISCC::B) BuildRequires: perl(constant) BuildRequires: perl(FileHandle) BuildRequires: perl(IO::File) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(Tie::Sub) %description This module provides a common interface for obtaining the RGB values of colors by standard names. The intention is to (1) provide a common module that authors can use with other modules to 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} perl -pi -e 's/\r//g' Changes README find . -type f -exec chmod a-x -c {} + %build perl Build.PL installdirs=vendor ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 %{_fixperms} %{buildroot}/* %check ./Build test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 27 2017 Fedora Release Engineering - 2.11-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova - 2.11-25 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.11-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon May 16 2016 Jitka Plesnikova - 2.11-23 - Perl 5.24 rebuild * Tue Feb 09 2016 Petr Šabata - 2.11-22 - Package cleanup * Thu Feb 04 2016 Fedora Release Engineering - 2.11-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 2.11-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jun 08 2015 Jitka Plesnikova - 2.11-19 - Perl 5.22 rebuild * Fri Aug 29 2014 Jitka Plesnikova - 2.11-18 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2.11-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 2.11-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 23 2013 Petr Pisar - 2.11-15 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 2.11-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 2.11-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 13 2012 Petr Pisar - 2.11-12 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 2.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jun 21 2011 Marcela Mašláňová - 2.11-10 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 2.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 17 2010 Marcela Maslanova - 2.11-8 - 661697 rebuild for fixing problems with vendorach/lib * Sun May 02 2010 Marcela Maslanova - 2.11-7 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 2.11-6 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 2.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 2.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Mar 07 2008 Tom "spot" Callaway - 2.11-3 - disable BR on Tie::Sub (optional, and not in Fedora yet) * Thu Mar 06 2008 Tom "spot" Callaway - 2.11-2 - Rebuild for new perl * Mon Jan 28 2008 Steven Pritchard 2.11-1 - Update to 2.11. - BR Color::Library, Module::Loaded, Test::Exception, and Tie::Sub. * Mon Jan 07 2008 Steven Pritchard 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 1.06-4 - Use fixperms macro instead of our own chmod incantation. - Use the __perl macro. * Sat Sep 16 2006 Steven Pritchard 1.06-3 - Fix find option order. * Fri Jun 02 2006 Steven Pritchard 1.06-2 - Rebuild. * Fri Mar 24 2006 Steven Pritchard 1.06-1 - Specfile autogenerated by cpanspec 1.64. - Drop some explicit Requires. - Drop explicit BR: perl. - dos2unix Changes and README.