Last change
on this file since 1504 was 1336, checked in by tellie, 8 years ago |
spec: perl-Class-ISA: Release version 0.36-4.
|
File size:
1.3 KB
|
Line | |
---|
1 | Name: perl-Class-ISA
|
---|
2 | Version: 0.36
|
---|
3 | Release: 4%{?dist}
|
---|
4 | Summary: Report the search path for a class's ISA tree
|
---|
5 | License: GPL+ or Artistic
|
---|
6 | Group: Development/Libraries
|
---|
7 | Vendor: bww bitwise works GmbH
|
---|
8 | URL: http://search.cpan.org/dist/Class-ISA/
|
---|
9 | Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-ISA-%{version}.tar.gz
|
---|
10 | BuildArch: noarch
|
---|
11 | BuildRequires: perl-generators
|
---|
12 | BuildRequires: perl(ExtUtils::MakeMaker)
|
---|
13 | BuildRequires: perl(Test)
|
---|
14 | Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
---|
15 |
|
---|
16 | %description
|
---|
17 | This library provides functions that return the list (in order) of names of
|
---|
18 | (super-)classes Perl would search to find a method, with no duplicates.
|
---|
19 |
|
---|
20 | %prep
|
---|
21 | %setup -q -n Class-ISA-%{version}
|
---|
22 |
|
---|
23 | %build
|
---|
24 | perl Makefile.PL INSTALLDIRS=vendor
|
---|
25 | make %{?_smp_mflags}
|
---|
26 | make manifypods
|
---|
27 |
|
---|
28 | %install
|
---|
29 | make pure_install DESTDIR=%{buildroot}
|
---|
30 | find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
---|
31 | find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
---|
32 | rm -rf %{buildroot}/%{_mandir}/man3/*
|
---|
33 | %{_fixperms} %{buildroot}/*
|
---|
34 |
|
---|
35 | %check
|
---|
36 | #make test
|
---|
37 |
|
---|
38 | %files
|
---|
39 | %doc ChangeLog README
|
---|
40 | %{perl_vendorlib}/*
|
---|
41 |
|
---|
42 | %changelog
|
---|
43 | * Wed Mar 07 2018 Elbert Pol <elbert.pol@gmail.com> - 0.36-4
|
---|
44 | - initial rpm for OS2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.