Name: perl-Image-Dot Version: 1.1 Release: 2%{?dist} Summary: Create 1x1 pixel image files in pure perl License: GPL+ or Artistic URL: http://search.cpan.org/dist/Image-Dot/ Source0: http://www.cpan.org/authors/id/R/RG/RGIERSIG/Image-Dot-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This package provides 1x1 pixel PNG images of a certain RGB color (also with transparency) without relying on any external modules like GD, libpng or Compress::Zlib. These pixel dots can be useful in a pure-perl HTTP server to be able to create colored dots on-the-fly, e.g. for formatting or drawing purposes. %prep %setup -q -n Image-Dot-%{version} %build %{__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 {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 27 2013 Yanko Kaneti 1.1-2 - Minor changes brought up in review #1045826 * Sun Dec 22 2013 Yanko Kaneti 1.1-1 - Specfile autogenerated by cpanspec 1.78.