]> git.pld-linux.org Git - packages/perl-POE-Component-SMTP.git/blame - perl-POE-Component-SMTP.spec
- fixed changelog trailer
[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
76cdc500 17# Source0-md5: a8b1906a4ec0f99b5cb57498dc7a80c9
a879f36a 18BuildRequires: perl-devel >= 5.6
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{!?_without_tests:1}0
21BuildRequires: perl-POE
22BuildRequires: perl-POE-Session-MultiDispatch
23BuildRequires: perl-Test-Simple
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29POE::Fitler::SMTP fitlers input and output and splits command and
30arguments, as well as return codes and return strings. It is a subclass
31of POE::Filter::Line.
32
33# %description -l pl
34# TODO
35
36%prep
37%setup -q -n %{pdir}-%{pnam}-%{version}
38
39%build
40%{__perl} Makefile.PL \
41 INSTALLDIRS=vendor
42%{__make}
43
44%{!?_without_tests:%{__make} test}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc Changes
58%{perl_vendorlib}/%{pdir}/*/*.pm
59%{perl_vendorlib}/%{pdir}/*/*/*.pm
60%{_mandir}/man3/*
This page took 0.084329 seconds and 4 git commands to generate.