%global pkg_name Graphics-ColorNames %global pkg_version v3.3.3 %global rpm_pkg_version 3.3.3 %global rpm_pkg_release 1.n0i.10 Summary: Defines RGB values for common color names Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: https://metacpan.org/release/%{pkg_name} Source0: https://cpan.metacpan.org/authors/id/Graphics/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(FileHandle) BuildRequires: perl(IO::File) BuildRequires: perl(Module::Metadata) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) BuildRequires: perl(constant) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(Module::Load) >= 0.10 BuildRequires: perl(Module::Loaded) BuildRequires: perl(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. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_mod} %build %{perl_build} %install %{perl_install} %files %defattr(-,root,root,-) %{perl_files} %doc Changes LICENSE README.md %changelog * Wed Oct 31 2018 Marius Feraru - 3.3.3-1.n0i.10.v3.3.3 - version v3.3.3 * Sat Oct 13 2018 Marius Feraru - 3.2.1-1.n0i.9.v3.2.1 - version v3.2.1 * Tue May 22 2007 Marius Feraru - 1.06-3.n0i.8 - spec file (re)created using N0i::CPAN::RPMizer v1.14.7 - mass rebuild * Wed May 09 2007 Marius Feraru - 1.06-2.n0i.7 - spec file (re)created using N0i::CPAN::RPMizer v1.14.4 - rebuild on perl 5.8.8 * Thu Jul 28 2005 Marius Feraru 1.06-1.n0i.6 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 0:1.05-1.n0i.5 - automatic rebuild (perl 5.8.6) * Sun Dec 05 2004 Marius Feraru 0:1.05-1.n0i.4 - version 1.05 * Thu May 06 2004 Marius Feraru 0:0.32-1.n0i.3 - spec file (re?)created using N0i::CPAN::RPMizer/2004050401 - rebuild (perl 5.8.4) * Fri Jan 30 2004 Marius FERARU 0:0.32-0.n0i.2 - spec file (re?)created using N0i::CPAN::RPMizer/2004011001 * Mon Jun 30 2003 Marius FERARU 0.32-0.n0i - Initial build.