]> git.pld-linux.org Git - packages/perl-Class-ISA.git/blob - perl-Class-ISA.spec
- massive attack: source-md5
[packages/perl-Class-ISA.git] / perl-Class-ISA.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 %include        /usr/lib/rpm/macros.perl
5 %define pdir    Class
6 %define pnam    ISA
7 Summary:        Class::ISA Perl module - report the search path for a class's ISA tree
8 Summary(pl):    Modu³ perla Class::ISA - zwraca ¶cie¿kê przeszukiwania dla drzewa ISA klasy
9 Name:           perl-Class-ISA
10 Version:        0.32
11 Release:        3
12 License:        GPL/Artistic
13 Group:          Development/Languages/Perl
14 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5:  af2282c351ffb845001cb97ed8ea31fd
16 BuildRequires:  rpm-perlprov >= 4.1-13
17 BuildRequires:  perl-devel >= 5.6
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This library, Class::ISA, provides functions that return a list (in
23 order) of names of classes Perl would search to find a method, with
24 no duplicates.
25
26 %description -l pl
27 Biblioteka Class::ISA udostêpnia funkcje zwracaj±ce (uporz±dkowan±)
28 listê nazw klas, które Perl powinien przeszukaæ w celu znalezienia
29 zadanej metody (bez duplikatów).
30
31 %prep
32 %setup -q -n %{pdir}-%{pnam}-%{version}
33
34 %build
35 %{__perl} Makefile.PL \
36         INSTALLDIRS=vendor 
37 %{__make}
38
39 %{!?_without_tests:%{__make} test}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog
52 %{perl_vendorlib}/Class/ISA.pm
53 %{_mandir}/man3/*
This page took 0.063677 seconds and 4 git commands to generate.