]> git.pld-linux.org Git - packages/perl-POE-Filter-IRCD.git/blame - perl-POE-Filter-IRCD.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-POE-Filter-IRCD.git] / perl-POE-Filter-IRCD.spec
CommitLineData
1ff07e03
MP
1#
2# Conditional build:
3%bcond_without autodeps # don't BR packages needed only for resolving deps
552d80cc 4%bcond_without tests # do not perform "make test"
1ff07e03 5#
1ff07e03
MP
6%define pdir POE
7%define pnam Filter-IRCD
552d80cc 8Summary: POE::Filter::IRCD - a POE-based parser for the IRC protocol
92c088fa 9Summary(pl.UTF-8): POE::Filter::IRCD - oparty na POE analizator protokołu IRC
1ff07e03 10Name: perl-POE-Filter-IRCD
5dd86518 11Version: 2.42
b9b9172d 12Release: 1
552d80cc 13License: unknown
1ff07e03 14Group: Development/Languages/Perl
32b6c4e9 15Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/%{pdir}-%{pnam}-%{version}.tar.gz
5dd86518 16# Source0-md5: 41f2f915aa2e6040e67168f77c4933d9
552d80cc 17URL: http://search.cpan.org/dist/POE-Filter-IRCD/
1ff07e03
MP
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
552d80cc 20%if %{with autodeps} || %{with tests}
73333132 21BuildRequires: perl-POE >= 1:0.3202
552d80cc 22%endif
1ff07e03
MP
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
552d80cc
JB
27Perl module POE::Filter::IRCD provides a convenient way of parsing and
28creating IRC protocol lines.
29
5b9edff4
JR
30%description -l pl.UTF-8
31Moduł perla POE::Filter::IRCD udostępnia wygodny sposób analizy i
32tworzenia linii protokołu IRC.
1ff07e03
MP
33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40
41%{__make}
42
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} pure_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 README
57%{perl_vendorlib}/POE/Filter/IRCD.pm
58%{_mandir}/man3/*
This page took 0.058286 seconds and 5 git commands to generate.