source: spec/trunk/SPECS/perl-Canary-Stability.spec@ 1567

Last change on this file since 1567 was 1352, checked in by tellie, 8 years ago

spec: perl-Canary-Stability: Release version 2012-1.

File size: 1.3 KB
Line 
1Name: perl-Canary-Stability
2Version: 2012
3Release: 1%{?dist}
4Summary: Canary to check perl compatibility for Schmorp's modules
5# See COPYING file.
6License: GPL+ or Artistic
7Group: Development/Libraries
8Vendor: bww bitwise works GmbH
9URL: http://search.cpan.org/dist/Canary-Stability/
10Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-%{version}.tar.gz
11BuildArch: noarch
12BuildRequires: findutils
13BuildRequires: make
14#BuildRequires: perl-interpreter
15BuildRequires: perl-generators
16BuildRequires: perl(ExtUtils::MakeMaker)
17Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
18Requires: perl(ExtUtils::MakeMaker)
19
20%description
21This module is used by Schmorp's modules during configuration stage to test
22the installed perl for compatibility with his modules.
23
24%prep
25%setup -q -n Canary-Stability-%{version}
26
27%build
28perl Makefile.PL INSTALLDIRS=vendor
29make %{?_smp_mflags}
30make manifypods
31
32%install
33make pure_install DESTDIR=$RPM_BUILD_ROOT
34find $RPM_BUILD_ROOT -type f -name .packlist -delete
35%{_fixperms} $RPM_BUILD_ROOT/*
36
37%check
38#make test
39
40%files
41%license COPYING
42%doc Changes README
43%{perl_vendorlib}/*
44%{_mandir}/man3/*
45
46%changelog
47* Thu Mar 08 2018 Elbert Pol <elbert.pol@gmail.com> - 2012-1
48- initial rpm for OS2
Note: See TracBrowser for help on using the repository browser.