]> git.pld-linux.org Git - SPECS.git/blob - perl-POE-API-Peek.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / perl-POE-API-Peek.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define pdir    POE
6 %define pnam    API-Peek
7 Summary:        POE::API::Peek - peek into the internals of a running POE environment
8 Summary(pl.UTF-8):      POE::API::Peek - wgląd do wnętrza działającego środowiska POE
9 Name:           perl-POE-API-Peek
10 Version:        1.34
11 Release:        1
12 License:        BSD-like
13 Group:          Development/Languages/Perl
14 Source0:        http://www.cpan.org/modules/by-module/POE/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5:  4c483bd98f7e0b45787dc8085f5c73ba
16 URL:            http://search.cpan.org/dist/POE-API-Peek/
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 %if %{with tests}
20 BuildRequires:  perl-Devel-Size
21 BuildRequires:  perl-POE >= 0.2802
22 BuildRequires:  perl(Test::More)
23 %endif
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 POE::API::Peek extends the POE::Kernel interface to provide clean
29 access to Kernel internals in a cross-version compatible manner.
30 Other calculated data is also available.
31
32 Author's intention is to provide massive amounts of internal data for
33 use in POE debugging.
34
35 %description -l pl.UTF-8
36 POE:API::Peek rozszerza interfejs POE::Kernel dostarczając czysty
37 dostęp do wnętrza Kernela POE w sposób kompatybilny między wersjami.
38 Inne wyliczone dane także są dostępne.
39
40 Intencją Autora jest dostarczenie dużych ilości danych wewnętrznych
41 przydatnych w procesie debugowania POE.
42
43 %prep
44 %setup -q -n %{pdir}-%{pnam}-%{version}
45
46 %build
47 %{__perl} Makefile.PL \
48         INSTALLDIRS=vendor
49 %{__make}
50
51 %{?with_tests:%{__make} test}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README LICENSE
65 %{perl_vendorlib}/POE/API/Peek.pm
66 %dir %{perl_vendorlib}/POE/API
67 %{_mandir}/man3/*
This page took 0.317711 seconds and 3 git commands to generate.