]> git.pld-linux.org Git - packages/perl-Devel-Profiler.git/blame - perl-Devel-Profiler.spec
use generic url
[packages/perl-Devel-Profiler.git] / perl-Devel-Profiler.spec
CommitLineData
ed79abcb 1#
2# Conditional build:
8968443b 3%bcond_without tests # do not perform "make test"
84ccb934 4
1d30c88d 5%define pdir Devel
6%define pnam Profiler
84ccb934 7%include /usr/lib/rpm/macros.perl
ed79abcb 8Summary: Devel::Profiler - a Perl profiler compatible with dprofpp
78fee43e 9Summary(pl.UTF-8): Devel::Profiler - profiler dla Perla kompatybilny z dprofpp
ed79abcb 10Name: perl-Devel-Profiler
11Version: 0.04
41243b1a 12Release: 4
80385077 13# same as perl 5
14License: GPL v1+ or Artistic
ed79abcb 15Group: Development/Languages/Perl
78681280 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
632d0c6d 17# Source0-md5: c52d615e3083defd2c71726f21b2127a
84ccb934 18URL: http://search.cpan.org/dist/Devel-Profiler/
cc0fee01 19BuildRequires: perl-devel >= 1:5.8.0
d9994597 20BuildRequires: perl-tools-devel
84ccb934 21BuildRequires: rpm-perlprov >= 4.1-13
53881ad3 22%if %{with tests}
ed79abcb 23BuildRequires: perl-Test-Simple
ed79abcb 24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
69e32774
JB
29This module implements a Perl profiler that outputs profiling data in
30a format compatible with dprofpp, Devel::DProf's profile analysis
31tool. It is meant to be a drop-in replacement for Devel::DProf.
ed79abcb 32
66586cb5
JR
33%description -l pl.UTF-8
34Ten moduł jest implementacją perlowego profilera, który zapisuje dane
35profilujące w formacie kompatybilnym z dprofpp, czyli narzędziem
36analizującym z Devel::DProf. Ma być zastepnikiem Devel::DProf.
ed79abcb 37
38%prep
39%setup -q -n %{pdir}-%{pnam}-%{version}
40
41%build
98ce461b 42%{__perl} Makefile.PL \
fa35e627 43 INSTALLDIRS=vendor
ed79abcb 44%{__make}
69e32774 45
8968443b 46%{?with_tests:%{__make} test}
ed79abcb 47
48%install
49rm -rf $RPM_BUILD_ROOT
50
81792b39 51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
ed79abcb 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
98ce461b 59%{perl_vendorlib}/%{pdir}/*.pm
60%{perl_vendorlib}/%{pdir}/%{pnam}
ed79abcb 61%{_mandir}/man3/*
This page took 0.078305 seconds and 4 git commands to generate.