]> git.pld-linux.org Git - packages/perl-Class-Inspector.git/blame - perl-Class-Inspector.spec
- spaces->tabs
[packages/perl-Class-Inspector.git] / perl-Class-Inspector.spec
CommitLineData
7627f7fc
AG
1#
2# Conditional build:
a05c850b 3%bcond_without tests # do not perform "make test"
7627f7fc
AG
4#
5%include /usr/lib/rpm/macros.perl
a05c850b 6%define pdir Class
7%define pnam Inspector
7e7fbcdc 8Summary: Class::Inspector - provides information about classes
9Summary(pl): Class::Inspector - dostarczenie informacji o klasach
7627f7fc
AG
10Name: perl-Class-Inspector
11Version: 1.06
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 55392a383dc820b9052a058c9bc0c750
18URL: http://search.cpan.org/dist/Class-Imspector/
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21%if %{with tests}
22BuildRequires: perl(File::Spec) >= 0.82
23BuildRequires: perl(Test::More)
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Class::Inspector allows you to get information about a loaded class.
30Most or all of this information can be found in other ways, but they
abf0b9bf 31aren't always very friendly, and usually involve a relatively high
7627f7fc
AG
32level of Perl wizardry, or strange and unusual looking code.
33Class::Inspector attempts to provide an easier, more friendly
34interface to this information.
35
abf0b9bf
JB
36%description -l pl
37