]> git.pld-linux.org Git - packages/perl-Net-RBLClient.git/blame - perl-Net-RBLClient.spec
- converted to UTF-8
[packages/perl-Net-RBLClient.git] / perl-Net-RBLClient.spec
CommitLineData
91237981 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Net
7%define pnam RBLClient
8Summary: Net::RBLClient - Queries multiple Realtime Blackhole Lists in parallel
a212cd66 9Summary(pl.UTF-8): Net::RBLClient - odpytywanie wielu list RBL równolegle
91237981 10Name: perl-Net-RBLClient
11Version: 0.2
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
27f31452 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
91237981 17# Source0-md5: 4691f4a80b31c83491dcbc53fc4c1e02
f31afaac 18URL: http://search.cpan.org/dist/Net-RBLClient/
91237981 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
f31afaac
JB
25This module is used to discover what RBLs are listing a particular
26IP address. It parallelizes requests for fast response.
91237981 27
28An RBL, or Realtime Blackhole List, is a list of IP addresses meeting
f31afaac
JB
29some criteria such as involvement in Unsolicited Bulk Email. Each RBL
30has its own criteria for addition and removal of addresses. If you
91237981 31want to block email or other traffic to/from your network based on one
32or more RBL's, you should carefully study the behavior of those RBL's
33before and during such blocking.
34
a212cd66
JR
35%description -l pl.UTF-8
36Ten moduł służy do ustalania, które RBL zawierają dany adres IP.
37Zrównolegla on zapytania w celu otrzymania odpowiedzi szybciej.
f31afaac 38
a212cd66
JR
39RBL (Realtime Blackhole List) to lista adresów IP spełniających pewne
40kryteria, takie jak udział w wysyłaniu spamu. Każdy RBL ma własne
41kryteria dodawania i usuwania adresów. Aby zablokować pocztę lub inny
42ruch z/do własnej sieci w oparciu o jeden lub więcej RBL, należy
43uważnie zaznajomić się z zachowaniem danego RBL przed i w czasie
f31afaac 44takiego blokowania.
91237981 45
46%prep
47%setup -q -n RBLCLient-%{version}
48
49%build
50%{__perl} Makefile.PL \
51 INSTALLDIRS=vendor
52%{__make}
53
54%{?with_tests:%{__make} test}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc README
68%{perl_vendorlib}/Net/*.pm
69%{_mandir}/man3/*
This page took 0.474721 seconds and 4 git commands to generate.