]> git.pld-linux.org Git - SPECS.git/blob - perl-POE-Component-DebugShell.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / perl-POE-Component-DebugShell.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %define         pdir    POE
6 %define         pnam    Component-DebugShell
7 Summary:        POE::Component::DebugShell - interactive peeking into a running POE application
8 Summary(pl.UTF-8):      POE::Component::DebugShell - interaktywne podglądanie działających aplikacji POE
9 Name:           perl-POE-Component-DebugShell
10 Version:        1.412
11 Release:        1
12 License:        MIT-like (see LICENSE)
13 Group:          Development/Languages/Perl
14 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5:  25f238d20719aba410fdfaf8efdcabff
16 URL:            http://poe.perl.org/
17 BuildRequires:  perl-POE
18 BuildRequires:  perl-POE-API-Peek
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildRequires:  rpm-perlprov >= 4.1-13
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This component allows for interactive peeking into a running POE
26 application.
27
28 %description -l pl.UTF-8
29 Ten komponent umożliwia interaktywne podglądanie działających
30 aplikacji POE.
31
32 %prep
33 %setup -q -n %{pdir}-%{pnam}-%{version}
34
35 %build
36 %{__perl} Makefile.PL \
37         INSTALLDIRS=vendor
38
39 %{__make}
40
41 %{?with_tests:%{__make} test}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc LICENSE
55 %{perl_vendorlib}/POE/Component/DebugShell.pm
56 %{_mandir}/man3/*
This page took 0.113271 seconds and 3 git commands to generate.