source: projects/specs/trunk/p/perl-Devel-CheckBin/perl-Devel-CheckBin-vl.spec @ 12120

Revision 12120, 1.9 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Devel-CheckBin
2Version:        0.04
3Release:        1%{?_dist_release}
4Summary:        Check that a command is available
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Devel-CheckBin/
8Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-%{version}.tar.gz
9
10Vendor:         Project Vine
11Distribution:   Vine Linux
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildArch:      noarch
15# Module Build
16BuildRequires:  perl-Module-Build
17BuildRequires:  perl(CPAN::Meta)
18BuildRequires:  perl(CPAN::Meta::Prereqs)
19BuildRequires:  perl(File::Basename)
20BuildRequires:  perl(utf8)
21# Module Runtime
22BuildRequires:  perl(Config)
23BuildRequires:  perl(Exporter)
24BuildRequires:  perl(ExtUtils::MakeMaker)
25BuildRequires:  perl(File::Spec)
26BuildRequires:  perl(parent)
27BuildRequires:  perl(strict)
28BuildRequires:  perl(warnings)
29# Test Suite
30BuildRequires:  perl(File::Temp)
31BuildRequires:  perl(Test::More)
32# Runtime
33Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
34
35%description
36Devel::CheckBin is a perl module that checks whether a particular command is
37available.
38
39%prep
40%setup -q -n Devel-CheckBin-%{version}
41
42%build
43perl Makefile.PL INSTALLDIRS=vendor
44make %{?_smp_mflags}
45
46%install
47make pure_install DESTDIR=%{buildroot}
48find %{buildroot} -type f -name .packlist -exec rm -f {} \;
49
50%check
51make test
52
53%files
54%license LICENSE
55%doc Changes README.md
56%{perl_vendorlib}/Devel/
57%{_mandir}/man3/Devel::CheckBin.3*
58
59%changelog
60* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.04-1
61- new upstream release.
62- rebuilt with perl-5.26.
63
64* Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.02-4
65- Initial build for Vine Linux
66- built with perl 5.16.3
67
68* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-3
69- Perl 5.20 rebuild
70
71* Fri Aug 15 2014 Paul Howarth <paul@city-fan.org> - 0.02-2
72- Sanitize for Fedora submission
73
74* Fri Aug 15 2014 Paul Howarth <paul@city-fan.org> - 0.02-1
75- Initial RPM version
Note: See TracBrowser for help on using the repository browser.