source: spec/trunk/SPECS/perl-Class-ISA.spec@ 1504

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 
1Name: perl-Class-ISA
2Version: 0.36
3Release: 4%{?dist}
4Summary: Report the search path for a class's ISA tree
5License: GPL+ or Artistic
6Group: Development/Libraries
7Vendor: bww bitwise works GmbH
8URL: http://search.cpan.org/dist/Class-ISA/
9Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-ISA-%{version}.tar.gz
10BuildArch: noarch
11BuildRequires: perl-generators
12BuildRequires: perl(ExtUtils::MakeMaker)
13BuildRequires: perl(Test)
14Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
15
16%description
17This 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
24perl Makefile.PL INSTALLDIRS=vendor
25make %{?_smp_mflags}
26make manifypods
27
28%install
29make pure_install DESTDIR=%{buildroot}
30find %{buildroot} -type f -name .packlist -exec rm -f {} \;
31find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
32rm -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.