/[packages]/cauldron/perl-ExtUtils-Command/current/SPECS/perl-ExtUtils-Command.spec
ViewVC logotype

Annotation of /cauldron/perl-ExtUtils-Command/current/SPECS/perl-ExtUtils-Command.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1778064 - (hide annotations) (download)
Wed Feb 16 16:56:29 2022 UTC (3 years, 5 months ago) by danf
File size: 1092 byte(s)
SILENT: Switch to https URLs
1 jquelin 2900 %define upstream_name ExtUtils-Command
2 sander85 846990 %define upstream_version 1.20
3 jquelin 2900
4 sander85 846990 %{?perl_default_filter}
5    
6 jquelin 2900 Name: perl-%{upstream_name}
7     Version: %perl_convert_version %{upstream_version}
8 pterjan 1027144 Release: %mkrel 3
9 jquelin 2900
10     Summary: Utilities to replace common UNIX commands in Makefiles etc
11     License: GPL+ or Artistic
12     Group: Development/Perl
13 danf 1778064 Url: https://metacpan.org/dist/%{upstream_name}
14 danf 1776922 Source0: https://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
15 jquelin 2900
16 jquelin 62505 BuildRequires: perl(Carp)
17     BuildRequires: perl(Exporter)
18 sander85 846990 BuildRequires: perl(ExtUtils::MakeMaker)
19 jquelin 62505 BuildRequires: perl(File::Copy)
20     BuildRequires: perl(File::Path)
21     BuildRequires: perl(vars)
22     BuildArch: noarch
23 jquelin 2900
24     %description
25     Thin wrapper around ExtUtils::Command. See the ExtUtils::Command manpage
26     for a description of available commands.
27    
28     %prep
29     %setup -q -n %{upstream_name}-%{upstream_version}
30    
31     %build
32     %{__perl} Makefile.PL INSTALLDIRS=vendor
33    
34     %{make}
35    
36     %check
37     %{make} test
38    
39     %install
40 wally 1472085 %make_install
41 jquelin 2900
42     %files
43 sander85 476670 %doc Changes LICENSE META.json META.yml MYMETA.yml README
44 jquelin 2900 %{_mandir}/man3/*
45 jquelin 26113 %perl_vendorlib/*

  ViewVC Help
Powered by ViewVC 1.1.30