]> git.pld-linux.org Git - packages/perl-GraphViz-ISA.git/blame - perl-GraphViz-ISA.spec
use generic url
[packages/perl-GraphViz-ISA.git] / perl-GraphViz-ISA.spec
CommitLineData
722110f7
JB
1#
2# Conditional build:
b34f2a66 3%bcond_without tests # do not perform "make test"
9cdd0610 4
2a78a593 5%define pdir GraphViz
6%define pnam ISA
9cdd0610 7%include /usr/lib/rpm/macros.perl
4564f0f2 8Summary: GraphViz::ISA Perl module - graphing @ISA hierarchies at run-time
bfb43473 9Summary(pl.UTF-8): Moduł Perla GraphViz::ISA - wizualizacja hierarchii @ISA w czasie działania
722110f7
JB
10Name: perl-GraphViz-ISA
11Version: 0.01
2c93871a 12Release: 4
4564f0f2 13# same as perl
14License: GPL v1+ or Artistic
722110f7 15Group: Development/Languages/Perl
0eb51cc4 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
be1886c1 17# Source0-md5: 93b279c6fd57abd614ff71d34f8ed839
9cdd0610 18URL: http://search.cpan.org/dist/GraphViz-ISA/
722110f7 19BuildRequires: perl-GraphViz >= 0.11
9cdd0610 20BuildRequires: perl-devel >= 1:5.8.0
daa53154 21BuildRequires: rpm-perlprov >= 4.1-13
722110f7
JB
22Requires: perl-GraphViz >= 0.11
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This class constructs a graph showing the `@ISA' hierarchy (note: not
28object hierarchies) from a package name or a blessed scalar.
29
ba5e438f
JR
30%description -l pl.UTF-8
31Ta klasa konstruuje graf obrazujący hierarchię @ISA (ale nie
32hierarchie obiektów) z nazwy pakietu lub "pobłogosławionej" wielkości.
722110f7
JB
33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
daa53154 38%{__perl} Makefile.PL \
884bb7d3 39 INSTALLDIRS=vendor
722110f7
JB
40%{__make}
41
b34f2a66 42%{?with_tests:%{__make} test}
722110f7
JB
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc Changes README
daa53154 56%{perl_vendorlib}/GraphViz/ISA.pm
722110f7 57%{_mandir}/man3/*
This page took 0.069483 seconds and 4 git commands to generate.