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 | |
---|
1 | Name: perl-Canary-Stability
|
---|
2 | Version: 2012
|
---|
3 | Release: 1%{?dist}
|
---|
4 | Summary: Canary to check perl compatibility for Schmorp's modules
|
---|
5 | # See COPYING file.
|
---|
6 | License: GPL+ or Artistic
|
---|
7 | Group: Development/Libraries
|
---|
8 | Vendor: bww bitwise works GmbH
|
---|
9 | URL: http://search.cpan.org/dist/Canary-Stability/
|
---|
10 | Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-%{version}.tar.gz
|
---|
11 | BuildArch: noarch
|
---|
12 | BuildRequires: findutils
|
---|
13 | BuildRequires: make
|
---|
14 | #BuildRequires: perl-interpreter
|
---|
15 | BuildRequires: perl-generators
|
---|
16 | BuildRequires: perl(ExtUtils::MakeMaker)
|
---|
17 | Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
---|
18 | Requires: perl(ExtUtils::MakeMaker)
|
---|
19 |
|
---|
20 | %description
|
---|
21 | This module is used by Schmorp's modules during configuration stage to test
|
---|
22 | the installed perl for compatibility with his modules.
|
---|
23 |
|
---|
24 | %prep
|
---|
25 | %setup -q -n Canary-Stability-%{version}
|
---|
26 |
|
---|
27 | %build
|
---|
28 | perl Makefile.PL INSTALLDIRS=vendor
|
---|
29 | make %{?_smp_mflags}
|
---|
30 | make manifypods
|
---|
31 |
|
---|
32 | %install
|
---|
33 | make pure_install DESTDIR=$RPM_BUILD_ROOT
|
---|
34 | find $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.