From f9241f2886472f2f13405b26f1e23d2fa13cdc0c Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Wed, 14 Oct 2015 08:58:34 +0100 Subject: Classify buildreqs by usage
--- perl-GDGraph3d.spec | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/perl-GDGraph3d.spec b/perl-GDGraph3d.spec index f7ebaaa..8a0d22e 100644 --- a/perl-GDGraph3d.spec +++ b/perl-GDGraph3d.spec @@ -1,24 +1,34 @@ Name: perl-GDGraph3d Version: 0.63 -Release: 27%{?dist} +Release: 28%{?dist} Summary: 3D graph generation package for Perl - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/GD-Graph3d/ Source0: http://www.cpan.org/authors/id/W/WA/WADG/GD-Graph3d-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) - -BuildArch: noarch BuildArch: noarch +# Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +# Module Runtime BuildRequires: perl(base) +BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Data::Dumper) -BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(GD) -BuildRequires: perl(GD::Text) BuildRequires: perl(GD::Graph) BuildRequires: perl(strict) +# Test Suite +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec) +BuildRequires: perl(FindBin) +BuildRequires: perl(Test) +BuildRequires: perl(vars) +# Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Provides: perl-GD-Graph3d = %{version}-%{release} @@ -57,10 +67,13 @@ rm -rf $RPM_BUILD_ROOT %files %doc Changes %{perl_vendorlib}/GD/ -%{_mandir}/man3/GD::Graph3d.3pm* +%{_mandir}/man3/GD::Graph3d.3* %changelog +* Wed Oct 14 2015 Paul Howarth <p...@city-fan.org> - 0.63-28 +- Classify buildreqs by usage + * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.63-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild -- cgit v0.11.2 http://pkgs.fedoraproject.org/cgit/perl-GDGraph3d.git/commit/?h=master&id=f9241f2886472f2f13405b26f1e23d2fa13cdc0c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel