]> git.pld-linux.org Git - packages/perl-POE-Component-SMTP.git/blame - perl-POE-Component-SMTP.spec
- new
[packages/perl-POE-Component-SMTP.git] / perl-POE-Component-SMTP.spec
CommitLineData
a879f36a 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir POE
7%define pnam Component-SMTP
8Summary: POE::Filter::SMTP - SMTP Protocol Filter
9#Summary(pl):
10Name: perl-POE-Component-SMTP
11Version: 1.4
12Release: 1
13# same as perl
14License: GPL/Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17BuildRequires: perl-devel >= 5.6
18BuildRequires: rpm-perlprov >= 4.1-13
19%if %{!?_without_tests:1}0
20BuildRequires: perl-POE
21BuildRequires: perl-POE-Session-MultiDispatch
22BuildRequires: perl-Test-Simple
23%endif
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28POE::Fitler::SMTP fitlers input and output and splits command and
29arguments, as well as return codes and return strings. It is a subclass
30of POE::Filter::Line.
31
32# %description -l pl
33# TODO
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41%{__make}
42
43%{!?_without_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes
57%{perl_vendorlib}/%{pdir}/*/*.pm
58%{perl_vendorlib}/%{pdir}/*/*/*.pm
59%{_mandir}/man3/*
This page took 0.048712 seconds and 4 git commands to generate.