Name: perl-Imager-Graph Version: 0.12 Release: 1%{?dist} Summary: Perl extension for producing Graphs using the Imager library License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Imager-Graph/ Source0: http://www.cpan.org/authors/id/T/TO/TONYC/Imager-Graph-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Imager) >= 0.75 BuildRequires: perl(Test::More) >= 0.47 Requires: perl(Imager) >= 0.75 Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Imager::Graph provides style information to its base classes. It defines the colors, text display information and fills based on both built-in styles and modifications supplied by the user to the draw() method. %prep %setup -q -n Imager-Graph-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes ImUgly.ttf META.json README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Apr 27 2020 Dave Cross 0.12-1 - Specfile autogenerated by cpanspec 1.78.